HomeSort by relevance Sort by last modified time
    Searched refs:word_list_ (Results 1 - 3 of 3) sorted by null

  /external/chromium/chrome/browser/history/
in_memory_url_index.cc 224 word_list_.clear();
549 word_list_.push_back(uni_word);
550 WordID word_id = word_list_.size() - 1;
    [all...]
in_memory_url_index_unittest.cc 544 InMemoryURLIndex::String16Vector word_list(url_index.word_list_);
554 EXPECT_FALSE(url_index.word_list_.empty());
563 EXPECT_TRUE(url_index.word_list_.empty());
574 EXPECT_EQ(word_list.size(), url_index.word_list_.size());
582 EXPECT_EQ(word_list[i], url_index.word_list_[i]);
in_memory_url_index.h 395 String16Vector word_list_; member in class:history::InMemoryURLIndex

Completed in 36 milliseconds