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

/external/chromium/chrome/browser/history/
H A Din_memory_url_index_unittest.cc120 InMemoryURLIndex::String16Vector Make1Term(const char* term) { function in class:history::InMemoryURLIndexTest
447 InMemoryURLIndex::ScoredMatchForURL(row_a, Make1Term("abc")));
449 InMemoryURLIndex::ScoredMatchForURL(row_a, Make1Term("bcd")));
453 InMemoryURLIndex::ScoredMatchForURL(row_a, Make1Term("abcd")));
464 InMemoryURLIndex::ScoredMatchForURL(row_b, Make1Term("abc")));
469 InMemoryURLIndex::ScoredMatchForURL(row_c, Make1Term("abc")));
474 InMemoryURLIndex::ScoredMatchForURL(row_d, Make1Term("abc")));

Completed in 22 milliseconds