Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_text.h76 static void JsFocusable(const JSCallbackInfo& info);
H A Djs_richeditor.h47 static void JsFocusable(const JSCallbackInfo& info);
H A Djs_text.cpp921 void JSText::JsFocusable(const JSCallbackInfo& info) in JsFocusable() function in OHOS::OHOS::Ace::Framework::JSText
1137 JSClass<JSText>::StaticMethod("focusable", &JSText::JsFocusable); in JSBind()
H A Djs_view_abstract.h416 static void JsFocusable(const JSCallbackInfo& info);
H A Djs_richeditor.cpp941 void JSRichEditor::JsFocusable(const JSCallbackInfo& info) in JsFocusable() function in OHOS::OHOS::Ace::Framework::JSRichEditor
1326 JSClass<JSRichEditor>::StaticMethod("focusable", &JSRichEditor::JsFocusable); in JSBind()
H A Djs_view_abstract.cpp7279 void JSViewAbstract::JsFocusable(const JSCallbackInfo& info) in JsFocusable() function in OHOS::OHOS::Ace::Framework::JSViewAbstract
8711 JSClass<JSViewAbstract>::StaticMethod("focusable", &JSViewAbstract::JsFocusable); in JSBind()

Completed in 28 milliseconds