Home
last modified time | relevance | path

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

/base/web/webview/interfaces/kits/cj/src/
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
/base/web/webview/interfaces/kits/napi/webviewcontroller/
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
Dnapi_webview_controller.cpp2862 napi_value NapiWebviewController::LoadUrl(napi_env env, napi_callback_info info) in LoadUrl() function in OHOS::NWeb::NapiWebviewController