Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.cpp807 class JSNativeEmbedGestureRequest : public Referenced { class
811 JSClass<JSNativeEmbedGestureRequest>::Declare("NativeEmbedGesture"); in JSBind()
812 JSClass<JSNativeEmbedGestureRequest>::CustomMethod( in JSBind()
813 "setGestureEventResult", &JSNativeEmbedGestureRequest::SetGestureEventResult); in JSBind()
814 JSClass<JSNativeEmbedGestureRequest>::Bind( in JSBind()
815 globalObj, &JSNativeEmbedGestureRequest::Constructor, &JSNativeEmbedGestureRequest::Destructor); in JSBind()
837 auto jSNativeEmbedGestureRequest = Referenced::MakeRefPtr<JSNativeEmbedGestureRequest>(); in Constructor()
842 static void Destructor(JSNativeEmbedGestureRequest* jSNativeEmbedGestureRequest) in Destructor()
2022 JSNativeEmbedGestureRequest in JSBind()
[all...]

Completed in 7 milliseconds