Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_texttimer.cpp64 void JSTextTimer::Create(const JSCallbackInfo& info) in Create()
102 void JSTextTimer::JSBind(BindingTarget globalObj) in JSBind()
104 JSClass<JSTextTimer>::Declare("TextTimer"); in JSBind()
106 JSClass<JSTextTimer>::StaticMethod("create", &JSTextTimer::Create, opt); in JSBind()
107 JSClass<JSTextTimer>::StaticMethod("format", &JSTextTimer::SetFormat); in JSBind()
108 JSClass<JSTextTimer>::StaticMethod("fontColor", &JSTextTimer::SetTextColor); in JSBind()
109 JSClass<JSTextTimer> in JSBind()
[all...]
H A Djs_texttimer.h23 class JSTextTimer : public JSViewAbstract { class
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_view_register_impl.cpp549 { "TextTimer", JSTextTimer::JSBind },
755 { "TextTimer", JSTextTimer::JSBind },
H A Djsi_view_register_impl_ng.cpp563 JSTextTimer::JSBind(globalObj); in JsBindViews()

Completed in 3 milliseconds