Home
last modified time | relevance | path

Searched refs:input_type (Results 1 – 25 of 64) sorted by relevance

123

/external/chromium_org/content/test/data/accessibility/
Dinput-types-expected-android.txt5 android.widget.EditText editable_text focusable input_type=1
15 android.view.View focusable input_type=20
19 android.widget.EditText editable_text focusable input_type=4
22 android.view.View focusable input_type=4
26 android.widget.EditText editable_text focusable input_type=209
35 android.view.View focusable input_type=20
39 android.widget.EditText editable_text focusable input_type=2
42 android.widget.EditText editable_text focusable password input_type=225
52 android.widget.EditText editable_text focusable input_type=1
58 android.widget.EditText editable_text focusable input_type=3
[all …]
Dinput-text-name-calc-expected-android.txt3 android.widget.EditText clickable editable_text focusable name='Title0' input_type=1
4 android.widget.EditText clickable editable_text focusable name='Title1' input_type=1
5 android.widget.EditText clickable editable_text focusable name='AriaLabel2' input_type=1
6 android.widget.EditText clickable editable_text focusable name='LabelledBy3' input_type=1
7 android.widget.EditText editable_text focusable input_type=1
8 android.widget.EditText clickable editable_text focusable name='Title5' input_type=1
9 android.widget.EditText clickable editable_text focusable name='LabelledBy6' input_type=1
Dinput-text-value-expected-android.txt4 android.widget.EditText editable_text focusable input_type=1
6 android.widget.EditText clickable editable_text focusable name='value' input_type=1
7 android.widget.EditText clickable editable_text focusable name='l2' input_type=1
8 android.widget.EditText clickable editable_text focusable name='value' input_type=1
10 android.widget.EditText clickable editable_text focusable name='Email' input_type=1
11 android.widget.EditText clickable editable_text focusable name='value' input_type=1
Daria-readonly-expected-android.txt3 android.widget.EditText clickable editable_text focusable name='Editable text' input_type=1
4 … android.widget.EditText clickable editable_text focusable name='Uneditable text' input_type=1
Dlegend-expected-android.txt6 android.widget.EditText editable_text focusable input_type=1
8 android.widget.EditText editable_text focusable input_type=1
Dinput-search-expected-android.txt3 android.widget.EditText editable_text focusable input_type=1
Dinput-time-expected-android.txt3 android.view.View focusable input_type=36
Daria-combobox-expected-android.txt4 android.widget.Spinner clickable editable_text focusable name='State' input_type=1
/external/chromium_org/chrome/browser/omnibox/
Domnibox_log.cc10 metrics::OmniboxInputType::Type input_type, in OmniboxLog() argument
22 input_type(input_type), in OmniboxLog()
Domnibox_log.h25 metrics::OmniboxInputType::Type input_type,
46 metrics::OmniboxInputType::Type input_type; member
/external/chromium_org/v8/src/compiler/
Djs-typed-lowering.cc208 Type* input_type = NodeProperties::GetBounds(node).upper; in ConvertToI32() local
210 if (input_type->Is(type)) return node; // already in the value range. in ConvertToI32()
435 Type* input_type = NodeProperties::GetBounds(input).upper; in ReduceJSToNumberInput() local
436 if (input_type->Is(Type::Number())) { in ReduceJSToNumberInput()
440 if (input_type->Is(Type::Undefined())) { in ReduceJSToNumberInput()
444 if (input_type->Is(Type::Null())) { in ReduceJSToNumberInput()
448 if (input_type->Is(Type::Boolean())) { in ReduceJSToNumberInput()
468 Type* input_type = NodeProperties::GetBounds(input).upper; in ReduceJSToStringInput() local
469 if (input_type->Is(Type::String())) { in ReduceJSToStringInput()
472 if (input_type->Is(Type::Undefined())) { in ReduceJSToStringInput()
[all …]
/external/chromium_org/content/child/npapi/
Dwebplugin_ime_win.cc150 bool WebPluginIMEWin::GetStatus(int* input_type, gfx::Rect* caret_rect) { in GetStatus() argument
151 *input_type = input_type_; in GetStatus()
203 int input_type = !context && !flags; in ImmAssociateContextEx() local
204 instance->input_type_ = input_type; in ImmAssociateContextEx()
314 int input_type = open ? 1 : 0; in ImmSetOpenStatus() local
315 if (instance->input_type_ != input_type) { in ImmSetOpenStatus()
316 instance->input_type_ = input_type; in ImmSetOpenStatus()
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_service.cc148 sub_vars["input_type"] = ClassName(method->input_type(), true); in GenerateMethodSignatures()
219 sub_vars["input_type"] = ClassName(method->input_type(), true); in GenerateNotImplementedMethods()
249 sub_vars["input_type"] = ClassName(method->input_type(), true); in GenerateCallMethod()
290 (which == REQUEST) ? method->input_type() : method->output_type(); in GenerateGetPrototype()
317 sub_vars["input_type"] = ClassName(method->input_type(), true); in GenerateStubMethods()
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_service.cc148 sub_vars["input_type"] = ClassName(method->input_type(), true); in GenerateMethodSignatures()
219 sub_vars["input_type"] = ClassName(method->input_type(), true); in GenerateNotImplementedMethods()
249 sub_vars["input_type"] = ClassName(method->input_type(), true); in GenerateCallMethod()
290 (which == REQUEST) ? method->input_type() : method->output_type(); in GenerateGetPrototype()
317 sub_vars["input_type"] = ClassName(method->input_type(), true); in GenerateStubMethods()
/external/chromium_org/ui/keyboard/resources/
Dkeyboard_mojo.js23 KeyboardImpl.prototype.onTextInputTypeChanged = function(input_type) { argument
24 console.log('Text input changed: ' + input_type);
26 listener({type: input_type});
/external/chromium_org/ui/base/ime/win/
Dtsf_input_scope_unittest.cc15 TextInputType input_type; member
23 *os << " input_type: " << testing::PrintToString(data.input_type) in PrintTo()
109 test_case.input_type, test_case.input_mode); in TEST_P()
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
Djava_service.cc197 vars["input"] = ClassName(method->input_type()); in GenerateCallMethod()
242 vars["input"] = ClassName(method->input_type()); in GenerateCallBlockingMethod()
287 (which == REQUEST) ? method->input_type() : method->output_type()); in GenerateGetPrototype()
425 vars["input"] = ClassName(method->input_type()); in GenerateMethodSignature()
440 vars["input"] = ClassName(method->input_type()); in GenerateBlockingMethodSignature()
/external/protobuf/src/google/protobuf/compiler/java/
Djava_service.cc188 vars["input"] = ClassName(method->input_type()); in GenerateCallMethod()
233 vars["input"] = ClassName(method->input_type()); in GenerateCallBlockingMethod()
278 (which == REQUEST) ? method->input_type() : method->output_type()); in GenerateGetPrototype()
416 vars["input"] = ClassName(method->input_type()); in GenerateMethodSignature()
431 vars["input"] = ClassName(method->input_type()); in GenerateBlockingMethodSignature()
/external/chromium_org/ui/base/ime/chromeos/
Dime_bridge.cc64 virtual void SetCurrentTextInputType(ui::TextInputType input_type) OVERRIDE { in SetCurrentTextInputType() argument
65 current_text_input_ = input_type; in SetCurrentTextInputType()
/external/chromium_org/chrome/browser/autocomplete/
Dshortcuts_backend_unittest.cc180 AutocompleteMatch::Type input_type; in TEST_F() member
210 cases[i].input_type)); in TEST_F()
212 << ":i:" << i << ":type:" << cases[i].input_type; in TEST_F()
214 << ":i:" << i << ":type:" << cases[i].input_type; in TEST_F()
216 << ":i:" << i << ":type:" << cases[i].input_type; in TEST_F()
/external/chromium_org/chrome/browser/chromeos/input_method/
Dinput_method_engine_unittest.cc139 void FocusIn(ui::TextInputType input_type) { in FocusIn() argument
141 input_type, ui::TEXT_INPUT_MODE_DEFAULT); in FocusIn()
143 IMEBridge::Get()->SetCurrentTextInputType(input_type); in FocusIn()
/external/chromium_org/ui/keyboard/webui/
Dkeyboard.mojom13 OnTextInputTypeChanged(string? input_type);
/external/protobuf/python/google/protobuf/
Ddescriptor.py542 input_type, output_type, options=None): argument
553 self.input_type = input_type
/external/chromium_org/third_party/cython/src/Cython/Debugger/
Dlibcython.py1231 def _evalcode_cython(self, executor, code, input_type): argument
1242 result = executor.evalcode(code, input_type, global_dict,
1249 def evalcode(self, code, input_type): argument
1257 return libpython._evalcode_python(executor, code, input_type)
1258 return self._evalcode_cython(executor, code, input_type)
1271 expr, input_type = self.readcode(expr)
1378 input_type = libpython.PythonCodeExecutor.Py_eval_input
1379 return self.evalcode(python_expression, input_type)
/external/chromium_org/third_party/protobuf/python/google/protobuf/
Ddescriptor.py630 input_type, output_type, options=None): argument
641 self.input_type = input_type

123