Searched refs:PREVIOUS (Results 1 – 7 of 7) sorted by relevance
/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/ |
D | input_method_utils.h | 28 enum class EnterKeyType { UNSPECIFIED = 0, NONE, GO, SEARCH, SEND, NEXT, DONE, PREVIOUS }; enumerator
|
/base/web/webview/ohos_adapter/inputmethodframework_adapter/src/ |
D | imf_adapter_impl.cpp | 97 case MiscServices::EnterKeyType::PREVIOUS: in SendFunctionKey() 98 adapterFunction.SetEnterKeyType(IMFAdapterEnterKeyType::PREVIOUS); in SendFunctionKey()
|
/base/web/webview/ohos_adapter/interfaces/ |
D | imf_adapter.h | 34 enum class IMFAdapterEnterKeyType { UNSPECIFIED = 0, NONE, GO, SEARCH, SEND, NEXT, DONE, PREVIOUS }; enumerator
|
/base/web/webview/test/unittest/ohos_adapter/imf_adapter_test/ |
D | imf_adapter_impl_test.cpp | 252 functionKey.SetEnterKeyType(MiscServices::EnterKeyType::PREVIOUS);
|
/base/inputmethod/imf/test/unittest/cpp_test/src/ |
D | input_method_controller_test.cpp | 702 && keyType <= static_cast<int32_t>(EnterKeyType::PREVIOUS));
|
/base/inputmethod/imf/frameworks/js/napi/inputmethodability/ |
D | js_input_method_engine_setting.cpp | 59 …"ENTER_KEY_TYPE_PREVIOUS", GetJsConstProperty(env, static_cast<uint32_t>(EnterKeyType::PREVIOUS))), in Init()
|
/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/ |
D | js_get_input_method_controller.cpp | 127 …NAPI_CALL(env, napi_create_int32(env, static_cast<int32_t>(EnterKeyType::PREVIOUS), &typePrevious)… in GetJsEnterKeyTypeProperty()
|