HomeSort by relevance Sort by last modified time
    Searched refs:matches_requested (Results 1 - 21 of 21) sorted by null

  /external/chromium_org/chrome/browser/autocomplete/
autocomplete_input.h 115 // If |matches_requested| is BEST_MATCH or SYNCHRONOUS_MATCHES the controller
126 MatchesRequested matches_requested);
219 MatchesRequested matches_requested() const { return matches_requested_; } function in class:AutocompleteInput
bookmark_provider.cc 50 ((input.matches_requested() == AutocompleteInput::BEST_MATCH) &&
56 input.matches_requested() == AutocompleteInput::BEST_MATCH);
autocomplete_controller.cc 220 input_.matches_requested();
233 (input_.matches_requested() == old_matches_requested);
248 if (input.matches_requested() != AutocompleteInput::ALL_MATCHES)
257 if (input.matches_requested() == AutocompleteInput::ALL_MATCHES &&
builtin_provider.cc 61 (input.matches_requested() == AutocompleteInput::BEST_MATCH))
keyword_provider.cc 330 if (input.matches_requested() == AutocompleteInput::ALL_MATCHES) {
344 (input.matches_requested() != AutocompleteInput::BEST_MATCH)) {
352 } else if (input.matches_requested() == AutocompleteInput::ALL_MATCHES) {
autocomplete_input.cc 50 MatchesRequested matches_requested)
57 matches_requested_(matches_requested) {
history_quick_provider.cc 73 (input.matches_requested() == AutocompleteInput::BEST_MATCH &&
shortcuts_provider.cc 76 if (input.matches_requested() == AutocompleteInput::BEST_MATCH)
autocomplete_provider_unittest.cc 99 if (input.matches_requested() == AutocompleteInput::ALL_MATCHES) {
search_provider.cc 679 input_.matches_requested() == AutocompleteInput::ALL_MATCHES)))
689 if (input_.matches_requested() != AutocompleteInput::ALL_MATCHES)
    [all...]
history_url_provider.cc 701 (input.matches_requested() == AutocompleteInput::ALL_MATCHES)) {
    [all...]
  /external/chromium/chrome/browser/autocomplete/
builtin_provider.cc 32 (input.matches_requested() == AutocompleteInput::BEST_MATCH))
autocomplete.h 224 MatchesRequested matches_requested);
316 MatchesRequested matches_requested() const { return matches_requested_; } function in class:AutocompleteInput
641 // If |matches_requested| is BEST_MATCH or SYNCHRONOUS_MATCHES the controller
655 AutocompleteInput::MatchesRequested matches_requested);
    [all...]
history_contents_provider.cc 90 if (input.matches_requested() == AutocompleteInput::BEST_MATCH) {
114 if (input.matches_requested() != AutocompleteInput::ALL_MATCHES) {
134 if (input.matches_requested() == AutocompleteInput::ALL_MATCHES) {
autocomplete.cc 63 MatchesRequested matches_requested)
70 matches_requested_(matches_requested) {
    [all...]
keyword_provider.cc 188 input.matches_requested() == AutocompleteInput::ALL_MATCHES &&
220 input.matches_requested() == AutocompleteInput::ALL_MATCHES &&
history_contents_provider_unittest.cc 48 if (input.matches_requested() == AutocompleteInput::ALL_MATCHES)
search_provider.cc 138 (input.matches_requested() != AutocompleteInput::ALL_MATCHES);
333 input_.matches_requested() == AutocompleteInput::ALL_MATCHES)))
340 if (input_.matches_requested() != AutocompleteInput::ALL_MATCHES)
    [all...]
autocomplete_unittest.cc 71 if (input.matches_requested() == AutocompleteInput::ALL_MATCHES) {
history_url_provider.cc 643 if (input.matches_requested() == AutocompleteInput::ALL_MATCHES) {
    [all...]
  /external/chromium_org/chrome/browser/ui/omnibox/
omnibox_edit_model.cc 562 old_input.allow_exact_keyword_match(), old_input.matches_requested());
    [all...]

Completed in 309 milliseconds