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

  /external/chromium/chrome/browser/autocomplete/
extension_app_provider.cc 75 match.relevance = CalculateRelevance(input.type(),
138 int ExtensionAppProvider::CalculateRelevance(AutocompleteInput::Type type,
history_contents_provider.cc 38 int relevance; // Score of relevance computed by CalculateRelevance.
188 MatchReference ref(result, CalculateRelevance(*result));
255 int HistoryContentsProvider::CalculateRelevance(
history_quick_provider.cc 125 int score = CalculateRelevance(history_match.raw_score,
199 int HistoryQuickProvider::CalculateRelevance(int raw_score,
history_url_provider.cc 306 CalculateRelevance(input.type(), WHAT_YOU_TYPED, 0), false,
405 match->relevance = CalculateRelevance(input.type(), type, 0);
458 int HistoryURLProvider::CalculateRelevance(AutocompleteInput::Type input_type,
    [all...]
keyword_provider.cc 369 int KeywordProvider::CalculateRelevance(AutocompleteInput::Type type,
402 CalculateRelevance(input.type(), keyword_complete,
500 int first_relevance = CalculateRelevance(input.type(), true, true,

Completed in 32 milliseconds