Searched refs:JSVideo (Results 1 - 6 of 6) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_video.cpp | 49 void JSVideo::Create(const JSCallbackInfo& info) in Create() 118 void JSVideo::JsMuted(const JSCallbackInfo& info) in JsMuted() 130 void JSVideo::JsAutoPlay(const JSCallbackInfo& info) in JsAutoPlay() 142 void JSVideo::JsControls(const JSCallbackInfo& info) in JsControls() 151 void JSVideo::JsLoop(const JSCallbackInfo& info) in JsLoop() 160 void JSVideo::JsObjectFit(const JSCallbackInfo& info) in JsObjectFit() 175 void JSVideo::JsOnStart(const JSCallbackInfo& info) in JsOnStart() 193 void JSVideo::JsOnPause(const JSCallbackInfo& info) in JsOnPause() 211 void JSVideo::JsOnFinish(const JSCallbackInfo& info) in JsOnFinish() 229 void JSVideo [all...] |
H A D | js_previewer_mock.cpp | 419 void JSVideo::Create(const JSCallbackInfo& info) in Create() 427 void JSVideo::Mock(const JSCallbackInfo& info) {} in Mock() 429 void JSVideo::JSBind(BindingTarget globalObj) in JSBind() 431 JSClass<JSVideo>::Declare("Video"); in JSBind() 433 JSClass<JSVideo>::StaticMethod("create", &JSVideo::Create, opt); in JSBind() 434 JSClass<JSVideo>::StaticMethod("muted", &JSVideo::Mock, opt); in JSBind() 435 JSClass<JSVideo>::StaticMethod("autoPlay", &JSVideo in JSBind() [all...] |
H A D | js_video.h | 24 class JSVideo : public JSViewAbstract, public JSInteractableView { class
|
H A D | js_previewer_mock.h | 66 class JSVideo : public JSViewAbstract, public JSInteractableView { class
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/ |
H A D | jsi_view_register_impl.cpp | 698 { "Video", JSVideo::JSBind }, 777 { "Video", JSVideo::JSBind },
|
H A D | jsi_view_register_impl_ng.cpp | 446 JSVideo::JSBind(globalObj); in JsBindViews()
|
Completed in 8 milliseconds