Searched refs:ScoredMatchForURL (Results 1 – 3 of 3) sorted by relevance
/external/chromium/chrome/browser/history/ |
D | in_memory_url_index_unittest.cc | 447 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()
|
D | in_memory_url_index.h | 337 static ScoredHistoryMatch ScoredMatchForURL(
|
D | in_memory_url_index.cc | 702 ScoredHistoryMatch InMemoryURLIndex::ScoredMatchForURL( in ScoredMatchForURL() function in history::InMemoryURLIndex 853 ScoredHistoryMatch match(ScoredMatchForURL(hist_item, lower_terms_)); in operator ()()
|