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 D | ark_web_handler_impl.cpp | 350 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 D | ark_web_handler_impl.h | 243 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 D | ark_web_handler_wrapper.cpp | 387 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 D | ark_web_handler_wrapper.h | 254 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 D | ark_web_handler.h | 309 … 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 D | web_client_impl.h | 209 void OnWindowNewByJS(
|
H A D | web_client_impl.cpp | 810 void WebClientImpl::OnWindowNewByJS( in OnWindowNewByJS() function in OHOS::Ace::WebClientImpl
|
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/ |
H A D | nweb_handler.h | 649 virtual void OnWindowNewByJS( in OnWindowNewByJS() function
|