Searched refs:SetWindowExitEventId (Results 1 – 9 of 9) sorted by relevance
165 webModelNG.SetWindowExitEventId(windowExitEventId);184 webModelNG.SetWindowExitEventId(std::move(NewEventId));
342 void SetWindowExitEventId(const EventMarker& windowExitEventId) in SetWindowExitEventId() function345 declaration_->SetWindowExitEventId(windowExitEventId); in SetWindowExitEventId()
102 void SetWindowExitEventId(std::function<void(const BaseEventInfo* info)>&& jsCallback) override;
548 void WebModelImpl::SetWindowExitEventId(std::function<void(const BaseEventInfo* info)>&& jsCallback) in SetWindowExitEventId() function in OHOS::Ace::Framework::WebModelImpl553 webComponent->SetWindowExitEventId(eventMarker); in SetWindowExitEventId()
315 void SetWindowExitEventId(const EventMarker& windowExitId) in SetWindowExitEventId() function
111 …virtual void SetWindowExitEventId(std::function<void(const BaseEventInfo* info)>&& jsCallback) = 0;
118 void SetWindowExitEventId(std::function<void(const BaseEventInfo* info)>&& jsCallback) override;
694 void WebModelNG::SetWindowExitEventId(std::function<void(const BaseEventInfo* info)>&& jsCallback) in SetWindowExitEventId() function in OHOS::Ace::NG::WebModelNG
4001 WebModel::GetInstance()->SetWindowExitEventId(jsCallback); in OnWindowExit()