HomeSort by relevance Sort by last modified time
    Searched refs:input_type (Results 1 - 25 of 46) sorted by null

1 2

  /external/chromium_org/chrome/browser/omnibox/
omnibox_log.cc 10 metrics::OmniboxInputType::Type input_type,
22 input_type(input_type),
omnibox_log.h 25 metrics::OmniboxInputType::Type input_type,
46 metrics::OmniboxInputType::Type input_type; member in struct:OmniboxLog
  /external/chromium_org/ui/base/ime/chromeos/
ime_bridge.cc 64 virtual void SetCurrentTextInputType(ui::TextInputType input_type) OVERRIDE {
65 current_text_input_ = input_type;
ime_bridge.h 177 virtual void SetCurrentTextInputType(ui::TextInputType input_type) = 0;
  /external/chromium_org/content/child/npapi/
webplugin_ime_win.cc 150 bool WebPluginIMEWin::GetStatus(int* input_type, gfx::Rect* caret_rect) {
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;
webplugin_ime_win.h 106 bool GetStatus(int* input_type, gfx::Rect* caret_rect);
webplugin_delegate_impl.h 157 bool GetIMEStatus(int* input_type, gfx::Rect* caret_rect);
  /external/chromium_org/ui/base/ime/win/
tsf_input_scope_unittest.cc 15 TextInputType input_type; member in struct:ui::__anon21269::GetInputScopesTestCase
23 *os << " input_type: " << testing::PrintToString(data.input_type)
109 test_case.input_type, test_case.input_mode);
  /art/compiler/optimizing/
ssa_type_propagation.cc 42 Primitive::Type input_type = phi->InputAt(i)->GetType(); local
43 new_type = MergeTypes(new_type, input_type);
  /external/chromium_org/ui/keyboard/resources/
keyboard_mojo.js 23 KeyboardImpl.prototype.onTextInputTypeChanged = function(input_type) {
24 console.log('Text input changed: ' + input_type);
26 listener({type: input_type});
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
cpp_service.cc 148 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() : method->output_type()
    [all...]
  /external/chromium_org/v8/src/compiler/
js-typed-lowering.cc 208 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->Is(Type::Undefined()))
496 Type* input_type = NodeProperties::GetBounds(input).upper; local
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
java_service.cc 197 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/chromium_org/chrome/browser/chromeos/input_method/
input_method_engine_unittest.cc 139 void FocusIn(ui::TextInputType input_type) {
141 input_type, ui::TEXT_INPUT_MODE_DEFAULT);
143 IMEBridge::Get()->SetCurrentTextInputType(input_type);
  /external/chromium_org/chrome/browser/autocomplete/
shortcuts_backend_unittest.cc 180 AutocompleteMatch::Type input_type; member in struct:__anon7559
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/chromium_org/content/plugin/
webplugin_proxy.cc 610 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/
descriptor.py 623 input_type: The descriptor of the message that this method accepts.
630 input_type, output_type, options=None):
641 self.input_type = input_type
service_reflection.py 187 return method_descriptor.input_type._concrete_class
  /external/chromium_org/chrome/browser/metrics/
omnibox_metrics_provider.cc 142 omnibox_event->set_input_type(log.input_type);
  /external/chromium_org/third_party/cython/src/Cython/Debugger/
libcython.py     [all...]
  /external/chromium_org/chrome/browser/ui/android/autofill/
autofill_dialog_controller_android.cc 153 // 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))
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
radeonsi_shader.c 327 LLVMTypeRef input_type = LLVMFloatTypeInContext(gallivm->context); local
333 input_type, args, 3, LLVMReadOnlyAttribute);
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
descriptor.h     [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
radeonsi_shader.c 327 LLVMTypeRef input_type = LLVMFloatTypeInContext(gallivm->context); local
333 input_type, args, 3, LLVMReadOnlyAttribute);
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_controller_browsertest.cc 1691 const ServerFieldType input_type = EMAIL_ADDRESS; local
    [all...]

Completed in 798 milliseconds

1 2