Home
last modified time | relevance | path

Searched refs:OnWindowNewByJS (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_handler_impl.cpp350 void ArkWebHandlerImpl::OnWindowNewByJS( in OnWindowNewByJS() function in OHOS::ArkWeb::ArkWebHandlerImpl
354 …nweb_handler_->OnWindowNewByJS(ArkWebStringStructToClass(target_url), is_alert, is_user_trigger, n… in OnWindowNewByJS()
358 nweb_handler_->OnWindowNewByJS(ArkWebStringStructToClass(target_url), is_alert, is_user_trigger, in OnWindowNewByJS()
H A Dark_web_handler_impl.h243 void OnWindowNewByJS(const ArkWebString& target_url, bool is_alert, bool is_user_trigger,
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_handler_wrapper.cpp387 void ArkWebHandlerWrapper::OnWindowNewByJS(const std::string& target_url, bool is_alert, bool is_us… in OnWindowNewByJS() function in OHOS::ArkWeb::ArkWebHandlerWrapper
393 ark_web_handler_->OnWindowNewByJS(stTargetUrl, is_alert, is_user_trigger, nullptr); in OnWindowNewByJS()
395 ark_web_handler_->OnWindowNewByJS( in OnWindowNewByJS()
H A Dark_web_handler_wrapper.h254 void OnWindowNewByJS(const std::string& target_url, bool is_alert, bool is_user_trigger,
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_handler.h309 … virtual void OnWindowNewByJS(const ArkWebString& target_url, bool is_alert, bool is_user_trigger,
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_client_impl.h209 void OnWindowNewByJS(
H A Dweb_client_impl.cpp810 void WebClientImpl::OnWindowNewByJS( in OnWindowNewByJS() function in OHOS::Ace::WebClientImpl
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_handler.h649 virtual void OnWindowNewByJS( in OnWindowNewByJS() function