Home
last modified time | relevance | path

Searched refs:InMemoryURLIndex (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/chrome/browser/history/
Din_memory_url_index.cc52 InMemoryURLIndex::RestoreCacheObserver::~RestoreCacheObserver() {} in ~RestoreCacheObserver()
54 InMemoryURLIndex::SaveCacheObserver::~SaveCacheObserver() {} in ~SaveCacheObserver()
58 InMemoryURLIndex::RebuildPrivateDataFromHistoryDBTask::
60 InMemoryURLIndex* index, in RebuildPrivateDataFromHistoryDBTask()
69 bool InMemoryURLIndex::RebuildPrivateDataFromHistoryDBTask::RunOnDBThread( in RunOnDBThread()
80 void InMemoryURLIndex::RebuildPrivateDataFromHistoryDBTask::
85 InMemoryURLIndex::RebuildPrivateDataFromHistoryDBTask::
91 InMemoryURLIndex::InMemoryURLIndex(Profile* profile, in InMemoryURLIndex() function in history::InMemoryURLIndex
117 InMemoryURLIndex::InMemoryURLIndex() in InMemoryURLIndex() function in history::InMemoryURLIndex
129 InMemoryURLIndex::~InMemoryURLIndex() { in ~InMemoryURLIndex()
[all …]
Din_memory_url_index.h70 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);
Din_memory_url_index_cache.proto5 // InMemoryURLIndex caching protocol buffers.
8 // InMemoryURLIndex are written to a disk-based cache using the
89 // the InMemoryURLIndex was updated on the fly. This timestamp is meant
Din_memory_url_index_unittest.cc61 class CacheFileSaverObserver : public InMemoryURLIndex::SaveCacheObserver {
133 scoped_ptr<InMemoryURLIndex> url_index_;
281 url_index_.reset(new InMemoryURLIndex( in SetUp()
440 url_index_.reset(new InMemoryURLIndex( in TEST_F()
1170 scoped_ptr<InMemoryURLIndex> url_index_;
1177 url_index_.reset(new InMemoryURLIndex( in SetUp()
Dhistory_service.h70 class InMemoryURLIndex; variable
161 history::InMemoryURLIndex* InMemoryIndex() const { in InMemoryIndex()
1034 scoped_ptr<history::InMemoryURLIndex> in_memory_url_index_;
Durl_index_private_data.h32 class InMemoryURLIndex; variable
Dhistory_service.cc917 in_memory_url_index_.reset(new history::InMemoryURLIndex( in Init()
/external/chromium_org/chrome/browser/autocomplete/
Dhistory_quick_provider.h62 history::InMemoryURLIndex* GetIndex();
65 void set_index(history::InMemoryURLIndex* index) { in set_index()
73 scoped_ptr<history::InMemoryURLIndex> index_for_testing_;
Dhistory_quick_provider.cc47 using history::InMemoryURLIndex;
290 history::InMemoryURLIndex* HistoryQuickProvider::GetIndex() { in GetIndex()
/external/chromium_org/chrome/test/base/
Dhistory_index_restore_observer.h17 : public history::InMemoryURLIndex::RestoreCacheObserver {
Dtesting_profile.cc564 history::InMemoryURLIndex* index = history_service->InMemoryIndex(); in BlockUntilHistoryIndexIsRefreshed()
/external/chromium_org/chrome/
Dchrome_browser.gypi3643 # Protobuf compiler / generator for the InMemoryURLIndex caching