Searched refs:DOWN (Results 1 - 10 of 10) sorted by relevance
/base/web/webview/ohos_interface/include/ohos_adapter/ |
H A D | imf_adapter.h | 54 DOWN, member in OHOS::NWeb::IMFAdapterDirection
|
/base/web/webview/ohos_adapter/inputmethodframework_adapter/src/ |
H A D | imf_adapter_impl.cpp | 135 case MiscServices::Direction::DOWN: { in MoveCursor() 136 adapterDirection = IMFAdapterDirection::DOWN; in MoveCursor()
|
/base/inputmethod/imf/frameworks/ndk/src/ |
H A D | native_text_changed_listener.cpp | 335 case OHOS::MiscServices::Direction::DOWN: in ConvertToCDirection()
|
/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/ |
H A D | input_method_utils.h | 65 DOWN, member in OHOS::MiscServices::Direction
|
/base/inputmethod/imf/test/unittest/cpp_test/src/ |
H A D | native_text_changed_listener_test.cpp | 205 listener.MoveCursor(OHOS::MiscServices::Direction::DOWN); in HWTEST_F()
|
H A D | input_method_controller_test.cpp | 1198 inputMethodAbility_->SelectByMovement(static_cast<int32_t>(Direction::DOWN)); in HWTEST_F() 1200 EXPECT_EQ(SelectListenerMock::direction_, static_cast<int32_t>(Direction::DOWN)); in HWTEST_F()
|
/base/web/webview/ohos_interface/include/ohos_nweb/ |
H A D | nweb_handler.h | 267 DOWN = 0, member in OHOS::NWeb::TouchType
|
/base/web/webview/test/unittest/ohos_adapter/imf_adapter_test/ |
H A D | imf_adapter_impl_test.cpp | 368 listenerTest->MoveCursor(MiscServices::Direction::DOWN); in HWTEST_F()
|
/base/inputmethod/imf/frameworks/js/napi/inputmethodability/ |
H A D | js_input_method_engine_setting.cpp | 158 NAPI_CALL(env, napi_create_int32(env, static_cast<int32_t>(Direction::DOWN), &cursorDown)); in GetJsDirectionProperty()
|
/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/ |
H A D | js_get_input_method_controller.cpp | 191 NAPI_CALL(env, napi_create_int32(env, static_cast<int32_t>(Direction::DOWN), &cursorDown)); in GetJsDirectionProperty()
|
Completed in 14 milliseconds