Home
last modified time | relevance | path

Searched refs:PREVIOUS (Results 1 - 9 of 9) sorted by relevance

/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dimf_adapter.h47 PREVIOUS, member in OHOS::NWeb::IMFAdapterEnterKeyType
/base/web/webview/ohos_adapter/inputmethodframework_adapter/src/
H A Dimf_adapter_impl.cpp105 case MiscServices::EnterKeyType::PREVIOUS: in SendFunctionKey()
106 adapterFunction->SetEnterKeyType(IMFAdapterEnterKeyType::PREVIOUS); in SendFunctionKey()
/base/inputmethod/imf/frameworks/ndk/src/
H A Dnative_text_changed_listener.cpp319 case OHOS::MiscServices::EnterKeyType::PREVIOUS: in ConvertToCEnterKeyType()
/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/
H A Dinput_method_utils.h41 PREVIOUS, member in OHOS::MiscServices::EnterKeyType
/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dnative_text_changed_listener_test.cpp186 key.SetEnterKeyType(EnterKeyType::PREVIOUS); in HWTEST_F()
H A Dinput_method_controller_test.cpp1022 && keyType <= static_cast<int32_t>(EnterKeyType::PREVIOUS)); in HWTEST_F()
/base/web/webview/test/unittest/ohos_adapter/imf_adapter_test/
H A Dimf_adapter_impl_test.cpp412 functionKey.SetEnterKeyType(MiscServices::EnterKeyType::PREVIOUS); in HWTEST_F()
/base/inputmethod/imf/frameworks/js/napi/inputmethodability/
H A Djs_input_method_engine_setting.cpp62 "ENTER_KEY_TYPE_PREVIOUS", GetJsConstProperty(env, static_cast<uint32_t>(EnterKeyType::PREVIOUS))), in Init()
/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
H A Djs_get_input_method_controller.cpp131 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