Home
last modified time | relevance | path

Searched refs:TEXT (Results 1 - 6 of 6) sorted by relevance

/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/
H A Dinput_method_utils.h47 TEXT = 0, member in OHOS::MiscServices::TextInputType
106 TextInputType textInputType = TextInputType::TEXT;
/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dimf_adapter.h24 TEXT = 0, member in OHOS::NWeb::IMFAdapterTextInputType
/base/web/webview/ohos_adapter/inputmethodframework_adapter/src/
H A Dimf_adapter_impl.cpp340 config.SetTextInputType(MiscServices::TextInputType::TEXT); in ShowCurrentInput()
/base/web/webview/test/unittest/ohos_adapter/imf_adapter_test/
H A Dimf_adapter_impl_test.cpp321 g_imf->ShowCurrentInput(IMFAdapterTextInputType::TEXT); in HWTEST_F()
/base/inputmethod/imf/frameworks/js/napi/inputmethodability/
H A Djs_input_method_engine_setting.cpp66 DECLARE_NAPI_PROPERTY("PATTERN_TEXT", GetJsConstProperty(env, static_cast<uint32_t>(TextInputType::TEXT))), in Init()
/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
H A Djs_get_input_method_controller.cpp160 NAPI_CALL(env, napi_create_int32(env, static_cast<int32_t>(TextInputType::TEXT), &typeText)); in GetJsTextInputTypeProperty()
171 NAPI_CALL(env, napi_set_named_property(env, textInputType, "TEXT", typeText)); in GetJsTextInputTypeProperty()
483 * textInputType: TextInputType = TextInputType.TEXT,

Completed in 6 milliseconds