Home
last modified time | relevance | path

Searched refs:ScoredMatchForURL (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/history/
Din_memory_url_index_unittest.cc447 InMemoryURLIndex::ScoredMatchForURL(row_a, Make1Term("abc"))); in TEST_F()
449 InMemoryURLIndex::ScoredMatchForURL(row_a, Make1Term("bcd"))); in TEST_F()
453 InMemoryURLIndex::ScoredMatchForURL(row_a, Make1Term("abcd"))); in TEST_F()
457 InMemoryURLIndex::ScoredMatchForURL(row_a, Make2Terms("abc", "def"))); in TEST_F()
459 InMemoryURLIndex::ScoredMatchForURL(row_a, Make2Terms("def", "abc"))); in TEST_F()
464 InMemoryURLIndex::ScoredMatchForURL(row_b, Make1Term("abc"))); in TEST_F()
469 InMemoryURLIndex::ScoredMatchForURL(row_c, Make1Term("abc"))); in TEST_F()
474 InMemoryURLIndex::ScoredMatchForURL(row_d, Make1Term("abc"))); in TEST_F()
Din_memory_url_index.h337 static ScoredHistoryMatch ScoredMatchForURL(
Din_memory_url_index.cc702 ScoredHistoryMatch InMemoryURLIndex::ScoredMatchForURL( in ScoredMatchForURL() function in history::InMemoryURLIndex
853 ScoredHistoryMatch match(ScoredMatchForURL(hist_item, lower_terms_)); in operator ()()