HomeSort by relevance Sort by last modified time
    Searched refs:InMemoryURLIndex (Results 1 - 10 of 10) 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.
295 DISALLOW_COPY_AND_ASSIGN(InMemoryURLIndex);
history_service.h 70 class InMemoryURLIndex;
161 history::InMemoryURLIndex* InMemoryIndex() const {
    [all...]
in_memory_url_index_unittest.cc 61 class CacheFileSaverObserver : public InMemoryURLIndex::SaveCacheObserver {
104 // Pass-through functions to simplify our friendship with InMemoryURLIndex.
133 scoped_ptr<InMemoryURLIndex> url_index_;
281 url_index_.reset(new InMemoryURLIndex(
440 url_index_.reset(new InMemoryURLIndex(
    [all...]
url_index_private_data.h 32 class InMemoryURLIndex;
38 // A structure private to InMemoryURLIndex describing its internal data and
40 // this class is for exclusive use by the InMemoryURLIndex class there should
history_service.cc 244 // Give the InMemoryURLIndex a chance to shutdown.
    [all...]
  /external/chromium_org/chrome/browser/autocomplete/
history_quick_provider.h 62 history::InMemoryURLIndex* GetIndex();
65 void set_index(history::InMemoryURLIndex* index) {
73 scoped_ptr<history::InMemoryURLIndex> index_for_testing_;
history_quick_provider.cc 47 using history::InMemoryURLIndex;
290 history::InMemoryURLIndex* HistoryQuickProvider::GetIndex() {
  /external/chromium_org/chrome/test/base/
history_index_restore_observer.h 13 // HistoryIndexRestoreObserver is used when blocking until the InMemoryURLIndex
14 // finishes restoring. As soon as the InMemoryURLIndex finishes restoring the
17 : public history::InMemoryURLIndex::RestoreCacheObserver {
testing_profile.cc 564 history::InMemoryURLIndex* index = history_service->InMemoryIndex();
    [all...]

Completed in 6736 milliseconds