Searched defs:what_you_typed_match (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/autocomplete/
H A Dhistory_url_provider.h100 const AutocompleteMatch& what_you_typed_match,
121 AutocompleteMatch what_you_typed_match; member in struct:HistoryURLProviderParams
264 // Looks up the info for params->what_you_typed_match in the DB. If found,
H A Dhistory_url_provider.cc404 const AutocompleteMatch& what_you_typed_match,
412 what_you_typed_match(what_you_typed_match),
473 AutocompleteMatch what_you_typed_match(SuggestExactInput(
475 what_you_typed_match.relevance = CalculateRelevance(WHAT_YOU_TYPED, 0);
482 matches_.push_back(what_you_typed_match);
506 fixed_up_input, trim_http, what_you_typed_match,
738 // Checking what_you_typed_match.is_history_what_you_typed_match tells us
740 params->what_you_typed_match.is_history_what_you_typed_match &&
793 matches_.push_back(params.what_you_typed_match);
401 HistoryURLProviderParams( const AutocompleteInput& input, bool trim_http, const AutocompleteMatch& what_you_typed_match, const std::string& languages, TemplateURL* default_search_provider, const SearchTermsData& search_terms_data) argument
[all...]

Completed in 677 milliseconds