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

  /external/chromium_org/chrome/test/base/
history_index_restore_observer.cc 7 HistoryIndexRestoreObserver::HistoryIndexRestoreObserver(
13 HistoryIndexRestoreObserver::~HistoryIndexRestoreObserver() {}
15 void HistoryIndexRestoreObserver::OnCacheRestoreFinished(bool success) {
history_index_restore_observer.h 13 // HistoryIndexRestoreObserver is used when blocking until the InMemoryURLIndex
16 class HistoryIndexRestoreObserver
19 explicit HistoryIndexRestoreObserver(const base::Closure& task);
20 virtual ~HistoryIndexRestoreObserver();
31 DISALLOW_COPY_AND_ASSIGN(HistoryIndexRestoreObserver);

Completed in 92 milliseconds