Home
last modified time | relevance | path

Searched refs:GetJsDirectionProperty (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodability/
H A Djs_input_method_engine_setting.h90 static napi_value GetJsDirectionProperty(napi_env env);
H A Djs_input_method_engine_setting.cpp84 DECLARE_NAPI_STATIC_PROPERTY("Direction", GetJsDirectionProperty(env)), in Init()
150 napi_value JsInputMethodEngineSetting::GetJsDirectionProperty(napi_env env) in GetJsDirectionProperty() function in OHOS::MiscServices::JsInputMethodEngineSetting
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
H A Djs_get_input_method_controller.h205 static napi_value GetJsDirectionProperty(napi_env env);
H A Djs_get_input_method_controller.cpp65 DECLARE_NAPI_STATIC_PROPERTY("Direction", GetJsDirectionProperty(env)), in Init()
183 napi_value JsGetInputMethodController::GetJsDirectionProperty(napi_env env) in GetJsDirectionProperty() function in OHOS::MiscServices::JsGetInputMethodController