Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/history/
Din_memory_url_index_unittest.cc413 EXPECT_EQ(6U, url_index_->CachedResultsIndexForTerm(uni_chars)); in TEST_F()
421 EXPECT_EQ(5U, url_index_->CachedResultsIndexForTerm(uni_chars)); in TEST_F()
430 EXPECT_EQ(6U, url_index_->CachedResultsIndexForTerm(uni_chars)); in TEST_F()
439 url_index_->CachedResultsIndexForTerm(uni_chars)); in TEST_F()
Din_memory_url_index.h273 size_t CachedResultsIndexForTerm(const Char16Vector& uni_chars);
Din_memory_url_index.cc577 size_t index = CachedResultsIndexForTerm(uni_chars); in WordIDSetForTermChars()
631 size_t InMemoryURLIndex::CachedResultsIndexForTerm( in CachedResultsIndexForTerm() function in history::InMemoryURLIndex