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

12

/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/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);
H A Dwebplugin_delegate_impl.h157 bool GetIMEStatus(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::__anon15918::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/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/autocomplete/
H A Dshortcuts_backend_unittest.cc180 AutocompleteMatch::Type input_type; member in struct:__anon2867
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/chrome/browser/chromeos/input_method/
H A Dinput_method_engine_unittest.cc189 void FocusIn(ui::TextInputType input_type) { argument
191 input_type, ui::TEXT_INPUT_MODE_DEFAULT);
193 IMEBridge::Get()->SetCurrentTextInputType(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/chrome/browser/ui/android/autofill/
H A Dautofill_dialog_controller_android.cc151 // Returns true if |input_type| in |section| is needed for |form_structure|.
153 ServerFieldType input_type,
157 if (field && common::ServerTypeMatchesField(section, input_type, *field))
152 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'
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
H A Dradeonsi_shader.c327 LLVMTypeRef input_type = LLVMFloatTypeInContext(gallivm->context); local
333 input_type, args, 3, LLVMReadOnlyAttribute);
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dradeonsi_shader.c327 LLVMTypeRef input_type = LLVMFloatTypeInContext(gallivm->context); local
333 input_type, args, 3, LLVMReadOnlyAttribute);
/external/protobuf/src/google/protobuf/
H A Ddescriptor.h754 const Descriptor* input_type() const;
1262 PROTOBUF_DEFINE_ACCESSOR(MethodDescriptor, input_type, const Descriptor*)

Completed in 4913 milliseconds

12