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

12

/external/chromium_org/chrome/browser/omnibox/
H A Domnibox_log.cc10 AutocompleteInput::Type input_type,
20 input_type(input_type),
7 OmniboxLog( const string16& text, bool just_deleted_text, AutocompleteInput::Type input_type, size_t selected_index, SessionID::id_type tab_id, AutocompleteInput::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.h24 AutocompleteInput::Type input_type,
42 AutocompleteInput::Type input_type; member in struct:OmniboxLog
/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/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/chrome/browser/ui/autofill/
H A Dautofill_dialog_common.cc37 AutofillType input_type = AutofillType(input.type);
38 return input_type.GetStorableType() == server_type &&
39 input_type.group() == field_type.group();
/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete.h732 AutocompleteInput::Type input_type,
737 input_type(input_type),
745 AutocompleteInput::Type input_type; member in struct:AutocompleteLog
731 AutocompleteLog(const string16& text, AutocompleteInput::Type input_type, size_t selected_index, size_t inline_autocompleted_length, const AutocompleteResult& result) argument
H A Dhistory_quick_provider.h58 AutocompleteInput::Type input_type,
H A Dhistory_url_provider.h190 static int CalculateRelevance(AutocompleteInput::Type input_type,
H A Dhistory_quick_provider.cc200 AutocompleteInput::Type input_type,
199 CalculateRelevance(int raw_score, AutocompleteInput::Type input_type, MatchType match_type, size_t match_number) argument
/external/chromium_org/ash/wm/workspace/
H A Dsnap_sizer.h37 // Set |input_type| to |TOUCH_MAXIMIZE_BUTTON_INPUT| when called by a touch
43 InputType input_type);
H A Dsnap_sizer.cc72 InputType input_type)
82 input_type_(input_type),
69 SnapSizer(aura::Window* window, const gfx::Point& start, Edge edge, InputType input_type) argument
H A Dframe_maximize_button.cc446 SnapSizer::InputType input_type = local
452 input_type));
/external/chromium_org/ui/base/ime/win/
H A Dtsf_bridge.cc342 const TextInputType input_type = kTextInputTypes[i]; local
346 const bool use_null_text_store = (input_type == TEXT_INPUT_TYPE_NONE);
356 (input_type == TEXT_INPUT_TYPE_PASSWORD ||
357 input_type == TEXT_INPUT_TYPE_NONE);
360 tsf_document_map_[input_type].text_store = text_store;
361 tsf_document_map_[input_type].document_manager = document_manager;
362 tsf_document_map_[input_type].cookie = cookie;
/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/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/chrome/browser/metrics/
H A Dmetrics_log.cc474 const std::string input_type(
475 AutocompleteInput::TypeToString(log.input_type));
476 if (!input_type.empty())
477 WriteAttribute("inputtype", input_type);
/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/content/plugin/
H A Dwebplugin_proxy.cc699 int input_type; local
701 if (!delegate_->GetIMEStatus(&input_type, &caret_rect))
704 Send(new PluginHostMsg_NotifyIMEStatus(route_id_, input_type, caret_rect));
/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);

Completed in 780 milliseconds

12