Home
last modified time | relevance | path

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 Dweb_event_hub.h154 ACE_WEB_EVENT_PROPERTY(OnWindowNew, void);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.h105 static void OnWindowNew(const JSCallbackInfo& args);
H A Djs_web.cpp1947 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 Dweb_client_impl.cpp819 delegate->OnWindowNew(targetUrl, isAlert, isUserTrigger, handler); in OnWindowNewByJS()
H A Dweb_delegate.h878 void OnWindowNew(const std::string& targetUrl, bool isAlert, bool isUserTrigger,
H A Dweb_delegate.cpp5458 void WebDelegate::OnWindowNew(const std::string& targetUrl, bool isAlert, bool isUserTrigger, in OnWindowNew() function in OHOS::Ace::WebDelegate