Home
last modified time | relevance | path

Searched refs:GetLastJavascriptProxyCallingFrameUrl (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_nweb_impl.cpp837 ArkWebString ArkWebNWebImpl::GetLastJavascriptProxyCallingFrameUrl() in GetLastJavascriptProxyCallingFrameUrl() function in OHOS::ArkWeb::ArkWebNWebImpl
839 return ArkWebStringClassToStruct(nweb_nweb_->GetLastJavascriptProxyCallingFrameUrl()); in GetLastJavascriptProxyCallingFrameUrl()
H A Dark_web_nweb_impl.h912 ArkWebString GetLastJavascriptProxyCallingFrameUrl() override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_nweb.h1163 virtual ArkWebString GetLastJavascriptProxyCallingFrameUrl() = 0;
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_controller.h310 std::string GetLastJavascriptProxyCallingFrameUrl();
H A Dnapi_webview_controller.h296 static napi_value GetLastJavascriptProxyCallingFrameUrl(napi_env env, napi_callback_info info);
H A Dwebview_controller.cpp1533 std::string WebviewController::GetLastJavascriptProxyCallingFrameUrl() in GetLastJavascriptProxyCallingFrameUrl() function in OHOS::NWeb::WebviewController
1540 return nweb_ptr->GetLastJavascriptProxyCallingFrameUrl(); in GetLastJavascriptProxyCallingFrameUrl()
H A Dnapi_webview_controller.cpp604 NapiWebviewController::GetLastJavascriptProxyCallingFrameUrl), in Init()
4624 napi_value NapiWebviewController::GetLastJavascriptProxyCallingFrameUrl(napi_env env, napi_callback… in GetLastJavascriptProxyCallingFrameUrl() function in OHOS::NWeb::NapiWebviewController
4632 std::string lastCallingFrameUrl = webviewController->GetLastJavascriptProxyCallingFrameUrl(); in GetLastJavascriptProxyCallingFrameUrl()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_nweb_wrapper.cpp1003 std::string ArkWebNWebWrapper::GetLastJavascriptProxyCallingFrameUrl() in GetLastJavascriptProxyCallingFrameUrl() function in OHOS::ArkWeb::ArkWebNWebWrapper
1005 return ArkWebStringStructToClass(ark_web_nweb_->GetLastJavascriptProxyCallingFrameUrl()); in GetLastJavascriptProxyCallingFrameUrl()
H A Dark_web_nweb_wrapper.h954 std::string GetLastJavascriptProxyCallingFrameUrl() override;
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb.h1140 virtual std::string GetLastJavascriptProxyCallingFrameUrl() = 0;