Searched refs:GO (Results 1 - 9 of 9) sorted by relevance
/base/web/webview/ohos_interface/include/ohos_adapter/ |
H A D | imf_adapter.h | 42 GO, member in OHOS::NWeb::IMFAdapterEnterKeyType
|
/base/web/webview/ohos_adapter/inputmethodframework_adapter/src/ |
H A D | imf_adapter_impl.cpp | 90 case MiscServices::EnterKeyType::GO: in SendFunctionKey() 91 adapterFunction->SetEnterKeyType(IMFAdapterEnterKeyType::GO); in SendFunctionKey()
|
/base/inputmethod/imf/frameworks/ndk/src/ |
H A D | native_text_changed_listener.cpp | 309 case OHOS::MiscServices::EnterKeyType::GO: in ConvertToCEnterKeyType()
|
/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/ |
H A D | input_method_utils.h | 36 GO, member in OHOS::MiscServices::EnterKeyType
|
/base/inputmethod/imf/test/unittest/cpp_test/src/ |
H A D | native_text_changed_listener_test.cpp | 176 key.SetEnterKeyType(EnterKeyType::GO); in HWTEST_F()
|
H A D | input_method_controller_test.cpp | 1052 info.SetEnterKeyType(EnterKeyType::GO); in HWTEST_F() 1069 .enterKeyType = static_cast<int32_t>(EnterKeyType::GO), in HWTEST_F()
|
/base/web/webview/test/unittest/ohos_adapter/imf_adapter_test/ |
H A D | imf_adapter_impl_test.cpp | 402 functionKey.SetEnterKeyType(MiscServices::EnterKeyType::GO); in HWTEST_F()
|
/base/inputmethod/imf/frameworks/js/napi/inputmethodability/ |
H A D | js_input_method_engine_setting.cpp | 52 DECLARE_NAPI_PROPERTY("ENTER_KEY_TYPE_GO", GetJsConstProperty(env, static_cast<uint32_t>(EnterKeyType::GO))), in Init()
|
/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/ |
H A D | js_get_input_method_controller.cpp | 126 NAPI_CALL(env, napi_create_int32(env, static_cast<int32_t>(EnterKeyType::GO), &typeGo)); in GetJsEnterKeyTypeProperty() 136 NAPI_CALL(env, napi_set_named_property(env, enterKeyType, "GO", typeGo)); in GetJsEnterKeyTypeProperty()
|
Completed in 10 milliseconds