Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dweb_model_test_ng.cpp163 webModelNG.SetWindowNewEvent(windowNewEventId);
183 webModelNG.SetWindowNewEvent(std::move(renderExitedId));
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dweb_model_impl.h101 …void SetWindowNewEvent(std::function<void(const std::shared_ptr<BaseEventInfo>& info)>&& jsCallbac…
H A Dweb_model_impl.cpp541 void WebModelImpl::SetWindowNewEvent(std::function<void(const std::shared_ptr<BaseEventInfo>& info)… in SetWindowNewEvent() function in OHOS::Ace::Framework::WebModelImpl
545 webComponent->SetWindowNewEvent(std::move(jsCallback)); in SetWindowNewEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_model.h110 …virtual void SetWindowNewEvent(std::function<void(const std::shared_ptr<BaseEventInfo>& info)>&& j…
H A Dweb_model_ng.h117 …void SetWindowNewEvent(std::function<void(const std::shared_ptr<BaseEventInfo>& info)>&& jsCallbac…
H A Dweb_model_ng.cpp687 void WebModelNG::SetWindowNewEvent(std::function<void(const std::shared_ptr<BaseEventInfo>& info)>&… in SetWindowNewEvent() function in OHOS::Ace::NG::WebModelNG
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_component.h327 void SetWindowNewEvent(OnWindowNewImpl && onWindowNewImpl) in SetWindowNewEvent() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.cpp3973 WebModel::GetInstance()->SetWindowNewEvent(jsCallback); in OnWindowNew()