Home
last modified time | relevance | path

Searched defs:LoadUrl (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/web/webview/interfaces/kits/cj/src/
H A Dwebview_controller_impl.cpp80 int32_t WebviewControllerImpl::LoadUrl(std::string url) in LoadUrl() function in OHOS::Webview::WebviewControllerImpl
89 …int32_t WebviewControllerImpl::LoadUrl(std::string url, std::map<std::string, std::string> httpHea… in LoadUrl() function in OHOS::Webview::WebviewControllerImpl
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_controller.cpp723 ErrCode WebviewController::LoadUrl(std::string url) in LoadUrl() function in OHOS::NWeb::WebviewController
732 ErrCode WebviewController::LoadUrl(std::string url, std::map<std::string, std::string> httpHeaders) in LoadUrl() function in OHOS::NWeb::WebviewController
H A Dnapi_webview_controller.cpp2862 napi_value NapiWebviewController::LoadUrl(napi_env env, napi_callback_info info) in LoadUrl() function in OHOS::NWeb::NapiWebviewController
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_property.h251 void LoadUrl(std::string url, std::map<std::string, std::string>& httpHeaders) const in LoadUrl() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web_controller.cpp620 void JSWebController::LoadUrl(const JSCallbackInfo& args) in LoadUrl() function in OHOS::Ace::Framework::JSWebController
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
H A Dweb_delegate_cross.cpp1669 void WebDelegateCross::LoadUrl() in LoadUrl() function in OHOS::Ace::WebDelegateCross
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.cpp876 void WebDelegate::LoadUrl(const std::string& url, const std::map<std::string, std::string>& httpHea… in LoadUrl() function in OHOS::Ace::WebDelegate
3934 void WebDelegate::LoadUrl() in LoadUrl() function in OHOS::Ace::WebDelegate