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

  /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...]

Completed in 184 milliseconds