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

/external/chromium_org/chrome/browser/history/
H A Dhistory_service.h150 return in_memory_url_index_.get();
874 scoped_ptr<history::InMemoryURLIndex> in_memory_url_index_; member in class:HistoryService
H A Dhistory_service.cc875 if (in_memory_url_index_)
876 in_memory_url_index_->ShutDown();
975 in_memory_url_index_.reset(new history::InMemoryURLIndex(
977 in_memory_url_index_->Init();

Completed in 186 milliseconds