Home
last modified time | relevance | path

Searched refs:PREVIOUS (Results 1 – 7 of 7) sorted by relevance

/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/
Dinput_method_utils.h28 enum class EnterKeyType { UNSPECIFIED = 0, NONE, GO, SEARCH, SEND, NEXT, DONE, PREVIOUS }; enumerator
/base/web/webview/ohos_adapter/inputmethodframework_adapter/src/
Dimf_adapter_impl.cpp97 case MiscServices::EnterKeyType::PREVIOUS: in SendFunctionKey()
98 adapterFunction.SetEnterKeyType(IMFAdapterEnterKeyType::PREVIOUS); in SendFunctionKey()
/base/web/webview/ohos_adapter/interfaces/
Dimf_adapter.h34 enum class IMFAdapterEnterKeyType { UNSPECIFIED = 0, NONE, GO, SEARCH, SEND, NEXT, DONE, PREVIOUS }; enumerator
/base/web/webview/test/unittest/ohos_adapter/imf_adapter_test/
Dimf_adapter_impl_test.cpp252 functionKey.SetEnterKeyType(MiscServices::EnterKeyType::PREVIOUS);
/base/inputmethod/imf/test/unittest/cpp_test/src/
Dinput_method_controller_test.cpp702 && keyType <= static_cast<int32_t>(EnterKeyType::PREVIOUS));
/base/inputmethod/imf/frameworks/js/napi/inputmethodability/
Djs_input_method_engine_setting.cpp59 …"ENTER_KEY_TYPE_PREVIOUS", GetJsConstProperty(env, static_cast<uint32_t>(EnterKeyType::PREVIOUS))), in Init()
/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
Djs_get_input_method_controller.cpp127 …NAPI_CALL(env, napi_create_int32(env, static_cast<int32_t>(EnterKeyType::PREVIOUS), &typePrevious)… in GetJsEnterKeyTypeProperty()