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

/external/chromium_org/chrome/browser/autocomplete/
H A Dshortcuts_provider_unittest.cc256 int CalculateScore(const std::string& terms,
370 int ShortcutsProviderTest::CalculateScore( function in class:history::ShortcutsProviderTest
374 return provider_->CalculateScore(ASCIIToUTF16(terms), shortcut,
633 TEST_F(ShortcutsProviderTest, CalculateScore) {
648 const int kMaxScore = CalculateScore("test", shortcut, max_relevance);
651 int score_three_quarters = CalculateScore("tes", shortcut, max_relevance);
653 int score_one_half = CalculateScore("te", shortcut, max_relevance);
655 int score_one_quarter = CalculateScore("t", shortcut, max_relevance);
660 int score_week_old = CalculateScore("test", shortcut, max_relevance);
665 int score_two_weeks_old = CalculateScore("tes
[all...]
H A Dshortcuts_provider.h105 int CalculateScore(
H A Dshortcuts_provider.cc174 int relevance = CalculateScore(term_string, it->second, max_relevance);
394 int ShortcutsProvider::CalculateScore( function in class:ShortcutsProvider

Completed in 120 milliseconds