Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_video.cpp49 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 Djs_previewer_mock.cpp419 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 Djs_video.h24 class JSVideo : public JSViewAbstract, public JSInteractableView { class
H A Djs_previewer_mock.h66 class JSVideo : public JSViewAbstract, public JSInteractableView { class
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_view_register_impl.cpp698 { "Video", JSVideo::JSBind },
777 { "Video", JSVideo::JSBind },
H A Djsi_view_register_impl_ng.cpp446 JSVideo::JSBind(globalObj); in JsBindViews()

Completed in 5 milliseconds