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

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

Completed in 18 milliseconds