Searched defs:InMemoryURLIndex (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/history/
H A Din_memory_url_index.cc52 InMemoryURLIndex::RestoreCacheObserver::~RestoreCacheObserver() {}
54 InMemoryURLIndex::SaveCacheObserver::~SaveCacheObserver() {}
58 InMemoryURLIndex::RebuildPrivateDataFromHistoryDBTask::
60 InMemoryURLIndex* index,
69 bool InMemoryURLIndex::RebuildPrivateDataFromHistoryDBTask::RunOnDBThread(
80 void InMemoryURLIndex::RebuildPrivateDataFromHistoryDBTask::
85 InMemoryURLIndex::RebuildPrivateDataFromHistoryDBTask::
89 // InMemoryURLIndex ------------------------------------------------------------
91 InMemoryURLIndex::InMemoryURLIndex(Profil function in class:history::InMemoryURLIndex
117 InMemoryURLIndex::InMemoryURLIndex() function in class:history::InMemoryURLIndex
[all...]
H A Din_memory_url_index.h58 // InMemoryURLIndex class: One will quickly notice that no effort is made to
70 class InMemoryURLIndex : public content::NotificationObserver, class in namespace:history
71 public base::SupportsWeakPtr<InMemoryURLIndex> {
102 InMemoryURLIndex(Profile* profile,
106 virtual ~InMemoryURLIndex();
153 InMemoryURLIndex();
159 InMemoryURLIndex* index,
170 InMemoryURLIndex* index_; // Call back to this index at completion.
302 DISALLOW_COPY_AND_ASSIGN(InMemoryURLIndex);

Completed in 533 milliseconds