Home
last modified time | relevance | path

Searched refs:SetWindowExitEventId (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dweb_model_test_ng.cpp165 webModelNG.SetWindowExitEventId(windowExitEventId);
184 webModelNG.SetWindowExitEventId(std::move(NewEventId));
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_component.h342 void SetWindowExitEventId(const EventMarker& windowExitEventId) in SetWindowExitEventId() function
345 declaration_->SetWindowExitEventId(windowExitEventId); in SetWindowExitEventId()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dweb_model_impl.h102 void SetWindowExitEventId(std::function<void(const BaseEventInfo* info)>&& jsCallback) override;
H A Dweb_model_impl.cpp548 void WebModelImpl::SetWindowExitEventId(std::function<void(const BaseEventInfo* info)>&& jsCallback) in SetWindowExitEventId() function in OHOS::Ace::Framework::WebModelImpl
553 webComponent->SetWindowExitEventId(eventMarker); in SetWindowExitEventId()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/web/
H A Dweb_declaration.h315 void SetWindowExitEventId(const EventMarker& windowExitId) in SetWindowExitEventId() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_model.h111 …virtual void SetWindowExitEventId(std::function<void(const BaseEventInfo* info)>&& jsCallback) = 0;
H A Dweb_model_ng.h118 void SetWindowExitEventId(std::function<void(const BaseEventInfo* info)>&& jsCallback) override;
H A Dweb_model_ng.cpp694 void WebModelNG::SetWindowExitEventId(std::function<void(const BaseEventInfo* info)>&& jsCallback) in SetWindowExitEventId() function in OHOS::Ace::NG::WebModelNG
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.cpp4001 WebModel::GetInstance()->SetWindowExitEventId(jsCallback); in OnWindowExit()