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

/external/chromium/chrome/browser/autocomplete/
H A Dsearch_provider_unittest.cc255 AutocompleteMatch what_you_typed_match = local
257 EXPECT_TRUE(!what_you_typed_match.destination_url.is_empty());
258 EXPECT_TRUE(what_you_typed_match.description.empty());
261 EXPECT_GT(term1_match.relevance, what_you_typed_match.relevance);
385 AutocompleteMatch what_you_typed_match = local
387 EXPECT_TRUE(!what_you_typed_match.destination_url.is_empty());
388 EXPECT_TRUE(what_you_typed_match.description.empty());
391 EXPECT_GT(instant_match.relevance, what_you_typed_match.relevance);
491 AutocompleteMatch what_you_typed_match = local
493 EXPECT_GT(what_you_typed_match
[all...]
H A Dhistory_url_provider.cc195 AutocompleteMatch what_you_typed_match(SuggestExactInput(params->input,
229 what_you_typed_match, &history_matches);
238 if (what_you_typed_match.is_history_what_you_typed_match &&
240 FixupExactSuggestion(db, params->input, &what_you_typed_match,
245 params->matches.push_back(what_you_typed_match);
253 params->matches.push_back(what_you_typed_match);
478 const AutocompleteMatch& what_you_typed_match,
493 // the user typed "google.com", |what_you_typed_match| will hold
507 (search_base != what_you_typed_match.destination_url);
474 PromoteOrCreateShorterSuggestion( history::URLDatabase* db, const HistoryURLProviderParams& params, bool have_what_you_typed_match, const AutocompleteMatch& what_you_typed_match, HistoryMatches* matches) argument

Completed in 333 milliseconds