Searched refs:TEXT (Results 1 - 6 of 6) sorted by relevance
/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/ |
H A D | input_method_utils.h | 47 TEXT = 0, member in OHOS::MiscServices::TextInputType 106 TextInputType textInputType = TextInputType::TEXT;
|
/base/web/webview/ohos_interface/include/ohos_adapter/ |
H A D | imf_adapter.h | 24 TEXT = 0, member in OHOS::NWeb::IMFAdapterTextInputType
|
/base/web/webview/ohos_adapter/inputmethodframework_adapter/src/ |
H A D | imf_adapter_impl.cpp | 340 config.SetTextInputType(MiscServices::TextInputType::TEXT); in ShowCurrentInput()
|
/base/web/webview/test/unittest/ohos_adapter/imf_adapter_test/ |
H A D | imf_adapter_impl_test.cpp | 321 g_imf->ShowCurrentInput(IMFAdapterTextInputType::TEXT); in HWTEST_F()
|
/base/inputmethod/imf/frameworks/js/napi/inputmethodability/ |
H A D | js_input_method_engine_setting.cpp | 66 DECLARE_NAPI_PROPERTY("PATTERN_TEXT", GetJsConstProperty(env, static_cast<uint32_t>(TextInputType::TEXT))), in Init()
|
/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/ |
H A D | js_get_input_method_controller.cpp | 160 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