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

  /external/chromium/chrome/browser/autocomplete/
search_provider_unittest.cc 255 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.relevance, term_match.relevance)
    [all...]
history_url_provider.cc 195 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);
    [all...]
history_url_provider.h 211 const AutocompleteMatch& what_you_typed_match,
  /external/chromium_org/chrome/browser/autocomplete/
history_url_provider.cc 454 AutocompleteMatch what_you_typed_match(
456 what_you_typed_match.relevance = CalculateRelevance(WHAT_YOU_TYPED, 0);
496 what_you_typed_match, &history_matches);
505 if (what_you_typed_match.is_history_what_you_typed_match &&
507 FixupExactSuggestion(db, params->input, classifier, &what_you_typed_match,
512 params->matches.push_back(what_you_typed_match);
520 params->matches.push_back(what_you_typed_match);
    [all...]
history_url_provider.h 270 const AutocompleteMatch& what_you_typed_match,

Completed in 640 milliseconds