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

  /external/chromium_org/chrome/browser/history/
in_memory_url_index_unittest.cc 127 scoped_ptr<InMemoryURLIndex> url_index_; member in class:history::InMemoryURLIndexTest
141 DCHECK(url_index_->private_data());
142 return url_index_->private_data();
146 return url_index_->ClearPrivateData();
150 return url_index_->set_history_dir(dir_path);
155 return url_index_->GetCacheFilePath(file_path);
159 url_index_->PostRestoreFromCacheFileTask();
163 url_index_->PostSaveToCacheFileTask();
170 url_index_->Observe(notification_type, source, details);
174 return url_index_->scheme_whitelist()
1141 scoped_ptr<InMemoryURLIndex> url_index_; member in class:history::InMemoryURLIndexCacheTest
    [all...]
  /external/chromium/chrome/browser/history/
in_memory_url_index_unittest.cc 134 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_.reset(new InMemoryURLIndex(FilePath(FILE_PATH_LITERAL("/dummy"))))
    [all...]
  /external/chromium_org/chrome/browser/page_cycler/
page_cycler.cc 39 url_index_(0),
50 // If |url_index_| is equal to zero, that means that this was called before
54 if (!url_index_) {
144 if (url_index_ >= urls_.size()) {
150 if (url_index_) {
154 urls_string_.append(urls_[url_index_].spec());
156 OpenURLParams params(urls_[url_index_],
161 ++url_index_;
page_cycler.h 82 // If |url_index_| points to a valid position in |urls_|, load the url,
130 size_t url_index_; member in class:PageCycler

Completed in 48 milliseconds