Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_component.h1068 void SetNativeEmbedGestureEventId(const EventMarker& embedGestureEventId) in SetNativeEmbedGestureEventId() function
1071 declaration_->SetNativeEmbedGestureEventId(embedGestureEventId); in SetNativeEmbedGestureEventId()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dweb_model_impl.h113 …void SetNativeEmbedGestureEventId(std::function<void(const BaseEventInfo* info)>&& jsCallback) ove…
H A Dweb_model_impl.cpp618 void WebModelImpl::SetNativeEmbedGestureEventId(std::function<void(const BaseEventInfo* info)>&& js… in SetNativeEmbedGestureEventId() function in OHOS::Ace::Framework::WebModelImpl
624 webComponent->SetNativeEmbedGestureEventId(eventMarker); in SetNativeEmbedGestureEventId()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/web/
H A Dweb_declaration.h363 void SetNativeEmbedGestureEventId(const EventMarker& embedGestureEventId) in SetNativeEmbedGestureEventId() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_model.h164 …virtual void SetNativeEmbedGestureEventId(std::function<void(const BaseEventInfo* info)>&& jsCallb…
H A Dweb_model_ng.h171 …void SetNativeEmbedGestureEventId(std::function<void(const BaseEventInfo* info)>&& jsCallback) ove…
H A Dweb_model_ng.cpp1035 void WebModelNG::SetNativeEmbedGestureEventId(std::function<void(const BaseEventInfo* info)>&& jsCa… in SetNativeEmbedGestureEventId() function in OHOS::Ace::NG::WebModelNG
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.cpp4791 WebModel::GetInstance()->SetNativeEmbedGestureEventId(jsCallback); in OnNativeEmbedGestureEvent()