Searched refs:input_type (Results 1 - 25 of 51) sorted by relevance

123

/external/chromium_org/chrome/browser/omnibox/
H A Domnibox_log.cc10 metrics::OmniboxInputType::Type input_type,
22 input_type(input_type),
7 OmniboxLog( const base::string16& text, bool just_deleted_text, metrics::OmniboxInputType::Type input_type, bool is_popup_open, size_t selected_index, bool is_paste_and_go, SessionID::id_type tab_id, metrics::OmniboxEventProto::PageClassification current_page_classification, base::TimeDelta elapsed_time_since_user_first_modified_omnibox, size_t completed_length, base::TimeDelta elapsed_time_since_last_change_to_default_match, const AutocompleteResult& result) argument
H A Domnibox_log.h25 metrics::OmniboxInputType::Type input_type,
46 metrics::OmniboxInputType::Type input_type; member in struct:OmniboxLog
/external/chromium_org/ui/keyboard/resources/
H A Dkeyboard_mojo.js23 KeyboardImpl.prototype.onTextInputTypeChanged = function(input_type) {
24 console.log('Text input changed: ' + input_type);
26 listener({type: input_type});
/external/chromium_org/ui/base/ime/chromeos/
H A Dime_bridge.cc64 virtual void SetCurrentTextInputType(ui::TextInputType input_type) OVERRIDE {
65 current_text_input_ = input_type;
H A Dime_bridge.h177 virtual void SetCurrentTextInputType(ui::TextInputType input_type) = 0;
/external/chromium_org/content/child/npapi/
H A Dwebplugin_ime_win.cc150 bool WebPluginIMEWin::GetStatus(int* input_type, gfx::Rect* caret_rect) { argument
151 *input_type = input_type_;
203 int input_type = !context && !flags; local
204 instance->input_type_ = input_type;
314 int input_type = open ? 1 : 0; local
315 if (instance->input_type_ != input_type) {
316 instance->input_type_ = input_type;
H A Dwebplugin_ime_win.h106 bool GetStatus(int* input_type, gfx::Rect* caret_rect);
/external/chromium_org/ui/base/ime/win/
H A Dtsf_input_scope_unittest.cc15 TextInputType input_type; member in struct:ui::__anon16651::GetInputScopesTestCase
23 *os << " input_type: " << testing::PrintToString(data.input_type)
109 test_case.input_type, test_case.input_mode);
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_service.cc148 sub_vars["input_type"] = ClassName(method->input_type(), true);
154 " const $input_type$* request,\n"
219 sub_vars["input_type"] = ClassName(method->input_type(), true);
224 " const $input_type$*,\n"
249 sub_vars["input_type"] = ClassName(method->input_type(), true);
257 " ::google::protobuf::down_cast<const $input_type$*>(request),\n"
290 (which == REQUEST) ? method->input_type()
[all...]
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_service.cc148 sub_vars["input_type"] = ClassName(method->input_type(), true);
154 " const $input_type$* request,\n"
219 sub_vars["input_type"] = ClassName(method->input_type(), true);
224 " const $input_type$*,\n"
249 sub_vars["input_type"] = ClassName(method->input_type(), true);
257 " ::google::protobuf::down_cast<const $input_type$*>(request),\n"
290 (which == REQUEST) ? method->input_type()
[all...]
/external/chromium_org/v8/src/compiler/
H A Djs-typed-lowering.cc208 Type* input_type = NodeProperties::GetBounds(node).upper; local
210 if (input_type->Is(type)) return node; // already in the value range.
435 Type* input_type = NodeProperties::GetBounds(input).upper; local
436 if (input_type->Is(Type::Number())) {
440 if (input_type->Is(Type::Undefined())) {
444 if (input_type->Is(Type::Null())) {
448 if (input_type->Is(Type::Boolean())) {
468 Type* input_type = NodeProperties::GetBounds(input).upper; local
469 if (input_type->Is(Type::String())) {
472 if (input_type
496 Type* input_type = NodeProperties::GetBounds(input).upper; local
[all...]
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_service.cc197 vars["input"] = ClassName(method->input_type());
242 vars["input"] = ClassName(method->input_type());
287 (which == REQUEST) ? method->input_type() : method->output_type());
425 vars["input"] = ClassName(method->input_type());
440 vars["input"] = ClassName(method->input_type());
/external/protobuf/src/google/protobuf/compiler/java/
H A Djava_service.cc188 vars["input"] = ClassName(method->input_type());
233 vars["input"] = ClassName(method->input_type());
278 (which == REQUEST) ? method->input_type() : method->output_type());
416 vars["input"] = ClassName(method->input_type());
431 vars["input"] = ClassName(method->input_type());
/external/chromium_org/chrome/browser/chromeos/input_method/
H A Dinput_method_engine_unittest.cc139 void FocusIn(ui::TextInputType input_type) { argument
141 input_type, ui::TEXT_INPUT_MODE_DEFAULT);
143 IMEBridge::Get()->SetCurrentTextInputType(input_type);
/external/chromium_org/chrome/browser/autocomplete/
H A Dshortcuts_backend_unittest.cc180 AutocompleteMatch::Type input_type; member in struct:__anon2934
210 cases[i].input_type));
212 << ":i:" << i << ":type:" << cases[i].input_type;
214 << ":i:" << i << ":type:" << cases[i].input_type;
216 << ":i:" << i << ":type:" << cases[i].input_type;
/external/protobuf/python/google/protobuf/
H A Ddescriptor.py535 input_type: The descriptor of the message that this method accepts.
542 input_type, output_type, options=None):
553 self.input_type = input_type
H A Dservice_reflection.py187 return method_descriptor.input_type._concrete_class
/external/chromium_org/content/plugin/
H A Dwebplugin_proxy.cc610 int input_type; local
612 if (!delegate_->GetIMEStatus(&input_type, &caret_rect))
615 Send(new PluginHostMsg_NotifyIMEStatus(route_id_, input_type, caret_rect));
/external/chromium_org/third_party/protobuf/python/google/protobuf/
H A Ddescriptor.py623 input_type: The descriptor of the message that this method accepts.
630 input_type, output_type, options=None):
641 self.input_type = input_type
H A Dservice_reflection.py187 return method_descriptor.input_type._concrete_class
/external/chromium_org/chrome/browser/metrics/
H A Domnibox_metrics_provider.cc142 omnibox_event->set_input_type(log.input_type);
/external/chromium_org/third_party/cython/src/Cython/Debugger/
H A Dlibcython.py1231 def _evalcode_cython(self, executor, code, input_type):
1242 result = executor.evalcode(code, input_type, global_dict,
1249 def evalcode(self, code, input_type):
1252 `input_type`.
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)
H A Dlibpython.py2372 def evalcode(self, code, input_type, global_dict=None, local_dict=None):
2400 """ % dict(code=pointer, start=input_type,
2486 def _evalcode_python(executor, code, input_type):
2498 return executor.evalcode(code, input_type, global_dict, local_dict)
2521 expr, input_type = self.readcode(expr)
2523 executor.xdecref(_evalcode_python(executor, input_type, global_dict,
/external/chromium_org/chrome/browser/ui/android/autofill/
H A Dautofill_dialog_controller_android.cc153 // Returns true if |input_type| in |section| is needed for |form_structure|.
155 ServerFieldType input_type,
159 if (field && common::ServerTypeMatchesField(section, input_type, *field))
154 IsSectionInputUsedInFormStructure(DialogSection section, ServerFieldType input_type, const FormStructure& form_structure) argument
/external/protobuf/python/google/protobuf/internal/
H A Ddescriptor_test.py93 input_type=None,
317 input_type: '.protobuf_unittest.FooRequest'
322 input_type: '.protobuf_unittest.BarRequest'

Completed in 410 milliseconds

123