Searched refs:cursorUp (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodability/ |
H A D | js_input_method_engine_setting.cpp | 153 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 D | js_get_input_method_controller.cpp | 186 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()
|