Searched refs:SetWindowNewEvent (Results 1 – 8 of 8) sorted by relevance
163 webModelNG.SetWindowNewEvent(windowNewEventId);183 webModelNG.SetWindowNewEvent(std::move(renderExitedId));
101 …void SetWindowNewEvent(std::function<void(const std::shared_ptr<BaseEventInfo>& info)>&& jsCallbac…
541 void WebModelImpl::SetWindowNewEvent(std::function<void(const std::shared_ptr<BaseEventInfo>& info)… in SetWindowNewEvent() function in OHOS::Ace::Framework::WebModelImpl545 webComponent->SetWindowNewEvent(std::move(jsCallback)); in SetWindowNewEvent()
110 …virtual void SetWindowNewEvent(std::function<void(const std::shared_ptr<BaseEventInfo>& info)>&& j…
117 …void SetWindowNewEvent(std::function<void(const std::shared_ptr<BaseEventInfo>& info)>&& jsCallbac…
687 void WebModelNG::SetWindowNewEvent(std::function<void(const std::shared_ptr<BaseEventInfo>& info)>&… in SetWindowNewEvent() function in OHOS::Ace::NG::WebModelNG
327 void SetWindowNewEvent(OnWindowNewImpl && onWindowNewImpl) in SetWindowNewEvent() function
3973 WebModel::GetInstance()->SetWindowNewEvent(jsCallback); in OnWindowNew()