Searched refs:OnWindowNew (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/ |
H A D | web_event_hub.h | 154 ACE_WEB_EVENT_PROPERTY(OnWindowNew, void);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_web.h | 105 static void OnWindowNew(const JSCallbackInfo& args);
|
H A D | js_web.cpp | 1947 JSClass<JSWeb>::StaticMethod("onWindowNew", &JSWeb::OnWindowNew); in JSBind() 3950 void JSWeb::OnWindowNew(const JSCallbackInfo& args) in OnWindowNew() function in OHOS::Ace::Framework::JSWeb
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/ |
H A D | web_client_impl.cpp | 819 delegate->OnWindowNew(targetUrl, isAlert, isUserTrigger, handler); in OnWindowNewByJS()
|
H A D | web_delegate.h | 878 void OnWindowNew(const std::string& targetUrl, bool isAlert, bool isUserTrigger,
|
H A D | web_delegate.cpp | 5458 void WebDelegate::OnWindowNew(const std::string& targetUrl, bool isAlert, bool isUserTrigger, in OnWindowNew() function in OHOS::Ace::WebDelegate
|