HomeSort by relevance Sort by last modified time
    Searched defs:InMemoryURLIndex (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/history/
in_memory_url_index.cc 52 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(Profile* profile
    [all...]
in_memory_url_index.h 58 // InMemoryURLIndex class: One will quickly notice that no effort is made to
70 class InMemoryURLIndex : public content::NotificationObserver,
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 211 milliseconds