Searched refs:SetNativeEmbedGestureEventId (Results 1 – 8 of 8) sorted by relevance
1068 void SetNativeEmbedGestureEventId(const EventMarker& embedGestureEventId) in SetNativeEmbedGestureEventId() function1071 declaration_->SetNativeEmbedGestureEventId(embedGestureEventId); in SetNativeEmbedGestureEventId()
113 …void SetNativeEmbedGestureEventId(std::function<void(const BaseEventInfo* info)>&& jsCallback) ove…
618 void WebModelImpl::SetNativeEmbedGestureEventId(std::function<void(const BaseEventInfo* info)>&& js… in SetNativeEmbedGestureEventId() function in OHOS::Ace::Framework::WebModelImpl624 webComponent->SetNativeEmbedGestureEventId(eventMarker); in SetNativeEmbedGestureEventId()
363 void SetNativeEmbedGestureEventId(const EventMarker& embedGestureEventId) in SetNativeEmbedGestureEventId() function
164 …virtual void SetNativeEmbedGestureEventId(std::function<void(const BaseEventInfo* info)>&& jsCallb…
171 …void SetNativeEmbedGestureEventId(std::function<void(const BaseEventInfo* info)>&& jsCallback) ove…
1035 void WebModelNG::SetNativeEmbedGestureEventId(std::function<void(const BaseEventInfo* info)>&& jsCa… in SetNativeEmbedGestureEventId() function in OHOS::Ace::NG::WebModelNG
4791 WebModel::GetInstance()->SetNativeEmbedGestureEventId(jsCallback); in OnNativeEmbedGestureEvent()