Searched refs:what_you_typed_match (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/athena/main/
H A Durl_search_provider.cc255 AutocompleteMatch what_you_typed_match(
257 what_you_typed_match.destination_url = input_.canonicalized_url();
258 what_you_typed_match.contents = input_.text();
259 what_you_typed_match.relevance = kScoreForWhatYouTypedResult;
261 browser_context_, what_you_typed_match)));
/external/chromium_org/chrome/browser/autocomplete/
H A Dhistory_url_provider.cc456 const AutocompleteMatch& what_you_typed_match,
464 what_you_typed_match(what_you_typed_match),
518 AutocompleteMatch what_you_typed_match(SuggestExactInput(
520 what_you_typed_match.relevance = CalculateRelevance(WHAT_YOU_TYPED, 0);
527 matches_.push_back(what_you_typed_match);
551 fixed_up_input, trim_http, what_you_typed_match,
782 // Checking what_you_typed_match.is_history_what_you_typed_match tells us
784 params->what_you_typed_match.is_history_what_you_typed_match &&
837 matches_.push_back(params.what_you_typed_match);
453 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...]
H A Dhistory_url_provider.h101 const AutocompleteMatch& what_you_typed_match,
122 AutocompleteMatch what_you_typed_match; member in struct:HistoryURLProviderParams
160 // True if |what_you_typed_match| is eligible for display. If this is true,
161 // PromoteMatchesIfNecessary() may choose to place |what_you_typed_match| on
262 // Looks up the info for params->what_you_typed_match in the DB. If found,

Completed in 181 milliseconds