Searched refs:PREVIOUS (Results 1 - 9 of 9) sorted by relevance
/base/web/webview/ohos_interface/include/ohos_adapter/ |
H A D | imf_adapter.h | 47 PREVIOUS, member in OHOS::NWeb::IMFAdapterEnterKeyType
|
/base/web/webview/ohos_adapter/inputmethodframework_adapter/src/ |
H A D | imf_adapter_impl.cpp | 105 case MiscServices::EnterKeyType::PREVIOUS: in SendFunctionKey() 106 adapterFunction->SetEnterKeyType(IMFAdapterEnterKeyType::PREVIOUS); in SendFunctionKey()
|
/base/inputmethod/imf/frameworks/ndk/src/ |
H A D | native_text_changed_listener.cpp | 319 case OHOS::MiscServices::EnterKeyType::PREVIOUS: in ConvertToCEnterKeyType()
|
/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/ |
H A D | input_method_utils.h | 41 PREVIOUS, member in OHOS::MiscServices::EnterKeyType
|
/base/inputmethod/imf/test/unittest/cpp_test/src/ |
H A D | native_text_changed_listener_test.cpp | 186 key.SetEnterKeyType(EnterKeyType::PREVIOUS); in HWTEST_F()
|
H A D | input_method_controller_test.cpp | 1022 && keyType <= static_cast<int32_t>(EnterKeyType::PREVIOUS)); in HWTEST_F()
|
/base/web/webview/test/unittest/ohos_adapter/imf_adapter_test/ |
H A D | imf_adapter_impl_test.cpp | 412 functionKey.SetEnterKeyType(MiscServices::EnterKeyType::PREVIOUS); in HWTEST_F()
|
/base/inputmethod/imf/frameworks/js/napi/inputmethodability/ |
H A D | js_input_method_engine_setting.cpp | 62 "ENTER_KEY_TYPE_PREVIOUS", GetJsConstProperty(env, static_cast<uint32_t>(EnterKeyType::PREVIOUS))), in Init()
|
/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/ |
H A D | js_get_input_method_controller.cpp | 131 NAPI_CALL(env, napi_create_int32(env, static_cast<int32_t>(EnterKeyType::PREVIOUS), &typePrevious)); in GetJsEnterKeyTypeProperty() 141 NAPI_CALL(env, napi_set_named_property(env, enterKeyType, "PREVIOUS", typePrevious)); in GetJsEnterKeyTypeProperty()
|
Completed in 10 milliseconds