Home
last modified time | relevance | path

Searched refs:OnNativeEmbedGestureEvent (Results 1 - 7 of 7) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.h148 static void OnNativeEmbedGestureEvent(const JSCallbackInfo& args);
H A Djs_web.cpp1979 JSClass<JSWeb>::StaticMethod("onNativeEmbedGestureEvent", &JSWeb::OnNativeEmbedGestureEvent); in JSBind()
4959 void JSWeb::OnNativeEmbedGestureEvent(const JSCallbackInfo& args) in OnNativeEmbedGestureEvent() function in OHOS::OHOS::Ace::Framework::JSWeb
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_client_impl.h251 void OnNativeEmbedGestureEvent(std::shared_ptr<NWeb::NWebNativeEmbedTouchEvent> event) override;
H A Dweb_client_impl.cpp1024 void WebClientImpl::OnNativeEmbedGestureEvent(std::shared_ptr<NWeb::NWebNativeEmbedTouchEvent> event) in OnNativeEmbedGestureEvent() function in OHOS::Ace::WebClientImpl
1029 delegate->OnNativeEmbedGestureEvent(event); in OnNativeEmbedGestureEvent()
H A Dweb_delegate.h949 void OnNativeEmbedGestureEvent(std::shared_ptr<NWeb::NWebNativeEmbedTouchEvent> event);
H A Dweb_delegate.cpp6518 void WebDelegate::OnNativeEmbedGestureEvent(std::shared_ptr<OHOS::NWeb::NWebNativeEmbedTouchEvent> event) in OnNativeEmbedGestureEvent() function in OHOS::Ace::WebDelegate
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dmock_web_delegate.cpp1036 void WebDelegate::OnNativeEmbedGestureEvent(std::shared_ptr<OHOS::NWeb::NWebNativeEmbedTouchEvent> event) {} in OnNativeEmbedGestureEvent() function in OHOS::Ace::WebDelegate

Completed in 32 milliseconds