Searched refs:JSNativeEmbedGestureRequest (Results 1 – 1 of 1) sorted by relevance
810 class JSNativeEmbedGestureRequest : public Referenced { class814 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 …]