Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/history/
Din_memory_url_index_unittest.cc134 scoped_ptr<InMemoryURLIndex> url_index_; member in history::InMemoryURLIndexTest
163 url_index_.reset(new InMemoryURLIndex(FilePath(FILE_PATH_LITERAL("/dummy")))); in TEST_F()
164 EXPECT_TRUE(url_index_.get()); in TEST_F()
175 url_index_.reset(new InMemoryURLIndex); in TEST_F()
176 url_index_->Init(this, "en,ja,hi,zh"); in TEST_F()
177 EXPECT_EQ(1, url_index_->history_item_count_); in TEST_F()
180 EXPECT_EQ(1U, url_index_->history_info_map_.size()); in TEST_F()
181 EXPECT_EQ(36U, url_index_->char_word_map_.size()); in TEST_F()
182 EXPECT_EQ(17U, url_index_->word_map_.size()); in TEST_F()
186 url_index_.reset(new InMemoryURLIndex(FilePath(FILE_PATH_LITERAL("/dummy")))); in TEST_F()
[all …]