| /base/inputmethod/imf/frameworks/native/inputmethod_controller/include/ |
| D | input_method_utils.h | 71 return textInputType; in GetTextInputType() 76 textInputType = textType; in SetTextInputType() 81 TextInputType textInputType = TextInputType::TEXT; variable
|
| /base/inputmethod/imf/test/fuzztest/inputmethodcontroller_fuzzer/ |
| D | inputmethodcontroller_fuzzer.cpp | 91 TextInputType textInputType = TextInputType::DATETIME; in TestOnConfigurationChange() local 92 info.SetTextInputType(textInputType); in TestOnConfigurationChange()
|
| /base/inputmethod/imf/frameworks/js/napi/inputmethodclient/ |
| D | js_get_input_method_controller.cpp | 142 napi_value textInputType = nullptr; in GetJsTextInputTypeProperty() local 161 NAPI_CALL(env, napi_create_object(env, &textInputType)); in GetJsTextInputTypeProperty() 162 NAPI_CALL(env, napi_set_named_property(env, textInputType, "NONE", typeNone)); in GetJsTextInputTypeProperty() 163 NAPI_CALL(env, napi_set_named_property(env, textInputType, "TEXT", typeText)); in GetJsTextInputTypeProperty() 164 NAPI_CALL(env, napi_set_named_property(env, textInputType, "MULTILINE", typeMultiline)); in GetJsTextInputTypeProperty() 165 NAPI_CALL(env, napi_set_named_property(env, textInputType, "NUMBER", typeNumber)); in GetJsTextInputTypeProperty() 166 NAPI_CALL(env, napi_set_named_property(env, textInputType, "PHONE", typePhone)); in GetJsTextInputTypeProperty() 167 NAPI_CALL(env, napi_set_named_property(env, textInputType, "DATETIME", typeDatatime)); in GetJsTextInputTypeProperty() 168 NAPI_CALL(env, napi_set_named_property(env, textInputType, "EMAIL_ADDRESS", typeEmailAddress)); in GetJsTextInputTypeProperty() 169 NAPI_CALL(env, napi_set_named_property(env, textInputType, "URL", typeUrl)); in GetJsTextInputTypeProperty() [all …]
|
| /base/inputmethod/imf/test/unittest/napi_test/src/ |
| D | InputMethodWithAttachTest.js | 34 textInputType: inputMethod.TextInputType.TEXT, property 323 …let attribute = { textInputType: inputMethod.TextInputType.TEXT, enterKeyType: inputMethod.EnterKe… property 353 let attribute = { textInputType: 1, enterKeyType: 1 }; property
|
| D | InputMethodTest.js | 726 textInputType: inputMethod.TextInputType.TEXT, property 760 textInputType: inputMethod.TextInputType.TEXT, property 978 …let attribute = {textInputType: inputMethod.TextInputType.TEXT, enterKeyType: inputMethod.EnterKey… property
|
| /base/inputmethod/imf/test/unittest/cpp_test/src/ |
| D | input_method_attach_test.cpp | 234 TextInputType textInputType = TextInputType::DATETIME; variable 235 config.SetTextInputType(textInputType); 255 TextInputType textInputType = TextInputType::DATETIME; variable 256 config.SetTextInputType(textInputType); 266 EXPECT_EQ(inputPattern, (int)textInputType);
|
| D | input_method_ability_test.cpp | 383 TextInputType textInputType = TextInputType::DATETIME; variable 384 config.SetTextInputType(textInputType); 393 EXPECT_EQ(inputPattern, (int)textInputType);
|