Home
last modified time | relevance | path

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

/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dimf_adapter.h42 GO, member in OHOS::NWeb::IMFAdapterEnterKeyType
/base/web/webview/ohos_adapter/inputmethodframework_adapter/src/
H A Dimf_adapter_impl.cpp90 case MiscServices::EnterKeyType::GO: in SendFunctionKey()
91 adapterFunction->SetEnterKeyType(IMFAdapterEnterKeyType::GO); in SendFunctionKey()
/base/inputmethod/imf/frameworks/ndk/src/
H A Dnative_text_changed_listener.cpp309 case OHOS::MiscServices::EnterKeyType::GO: in ConvertToCEnterKeyType()
/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/
H A Dinput_method_utils.h36 GO, member in OHOS::MiscServices::EnterKeyType
/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dnative_text_changed_listener_test.cpp176 key.SetEnterKeyType(EnterKeyType::GO); in HWTEST_F()
H A Dinput_method_controller_test.cpp1052 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 Dimf_adapter_impl_test.cpp402 functionKey.SetEnterKeyType(MiscServices::EnterKeyType::GO); in HWTEST_F()
/base/inputmethod/imf/frameworks/js/napi/inputmethodability/
H A Djs_input_method_engine_setting.cpp52 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 Djs_get_input_method_controller.cpp126 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