Home
last modified time | relevance | path

Searched refs:LoadUrl (Results 1 - 7 of 7) sorted by relevance

/base/web/webview/interfaces/kits/cj/include/
H A Dwebview_controller_impl.h85 int32_t LoadUrl(std::string url);
87 int32_t LoadUrl(std::string url, std::map<std::string, std::string> headers);
/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_controller.h192 ErrCode LoadUrl(std::string url);
194 ErrCode LoadUrl(std::string url, std::map<std::string, std::string> httpHeaders);
H A Dnapi_webview_controller.h151 static napi_value LoadUrl(napi_env env, napi_callback_info info);
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.cpp540 DECLARE_NAPI_FUNCTION("loadUrl", NapiWebviewController::LoadUrl), in Init()
2864 napi_value NapiWebviewController::LoadUrl(napi_env env, napi_callback_info info) in LoadUrl() function in OHOS::NWeb::NapiWebviewController
2895 ErrCode ret = webviewController->LoadUrl(webSrc); in LoadUrl()
2942 ErrCode ret = webviewController->LoadUrl(url, httpHeaders); in LoadUrlWithHttpHeaders()
2945 WVLOG_E("LoadUrl failed."); in LoadUrlWithHttpHeaders()
/base/web/webview/interfaces/kits/cj/src/
H A Dwebview_controller_impl.cpp176 int32_t WebviewControllerImpl::LoadUrl(std::string url) in LoadUrl() function in OHOS::Webview::WebviewControllerImpl
185 int32_t WebviewControllerImpl::LoadUrl(std::string url, std::map<std::string, std::string> httpHeaders) in LoadUrl() function in OHOS::Webview::WebviewControllerImpl
H A Dwebview_ffi.cpp128 return nativeWebviewCtl->LoadUrl(webSrc); in FfiOHOSWebviewCtlLoadUrl()
146 return nativeWebviewCtl->LoadUrl(url, httpHeaders); in FfiOHOSWebviewCtlLoadUrlWithHeaders()

Completed in 22 milliseconds