Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.cpp810 class JSNativeEmbedGestureRequest : public Referenced { class
814 JSClass<JSNativeEmbedGestureRequest>::Declare("NativeEmbedGesture"); in JSBind()
815 JSClass<JSNativeEmbedGestureRequest>::CustomMethod( in JSBind()
816 "setGestureEventResult", &JSNativeEmbedGestureRequest::SetGestureEventResult); in JSBind()
817 JSClass<JSNativeEmbedGestureRequest>::Bind( in JSBind()
818 … globalObj, &JSNativeEmbedGestureRequest::Constructor, &JSNativeEmbedGestureRequest::Destructor); in JSBind()
845 auto jSNativeEmbedGestureRequest = Referenced::MakeRefPtr<JSNativeEmbedGestureRequest>(); in Constructor()
850 static void Destructor(JSNativeEmbedGestureRequest* jSNativeEmbedGestureRequest) in Destructor()
2030 JSNativeEmbedGestureRequest::JSBind(globalObj); in JSBind()
4769 JSRef<JSObject> requestObj = JSClass<JSNativeEmbedGestureRequest>::NewInstance(); in NativeEmbeadTouchToJSValue()
[all …]