Home
last modified time | relevance | path

Searched refs:cursorUp (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodability/
H A Djs_input_method_engine_setting.cpp153 napi_value cursorUp = nullptr; in GetJsDirectionProperty() local
157 NAPI_CALL(env, napi_create_int32(env, static_cast<int32_t>(Direction::UP), &cursorUp)); in GetJsDirectionProperty()
162 NAPI_CALL(env, napi_set_named_property(env, direction, "CURSOR_UP", cursorUp)); in GetJsDirectionProperty()
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
H A Djs_get_input_method_controller.cpp186 napi_value cursorUp = nullptr; in GetJsDirectionProperty() local
190 NAPI_CALL(env, napi_create_int32(env, static_cast<int32_t>(Direction::UP), &cursorUp)); in GetJsDirectionProperty()
195 NAPI_CALL(env, napi_set_named_property(env, direction, "CURSOR_UP", cursorUp)); in GetJsDirectionProperty()