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

/external/chromium_org/chrome/browser/history/
H A Din_memory_url_index.cc53 InMemoryURLIndex::RestoreCacheObserver::~RestoreCacheObserver() {}
55 InMemoryURLIndex::SaveCacheObserver::~SaveCacheObserver() {}
59 InMemoryURLIndex::RebuildPrivateDataFromHistoryDBTask::
61 InMemoryURLIndex* index,
70 bool InMemoryURLIndex::RebuildPrivateDataFromHistoryDBTask::RunOnDBThread(
81 void InMemoryURLIndex::RebuildPrivateDataFromHistoryDBTask::
86 InMemoryURLIndex::RebuildPrivateDataFromHistoryDBTask::
90 // InMemoryURLIndex ------------------------------------------------------------
92 InMemoryURLIndex::InMemoryURLIndex(Profil function in class:history::InMemoryURLIndex
116 InMemoryURLIndex::InMemoryURLIndex() function in class:history::InMemoryURLIndex
[all...]
H A Din_memory_url_index.h59 // InMemoryURLIndex class: One will quickly notice that no effort is made to
71 class InMemoryURLIndex : public content::NotificationObserver, class in namespace:history
72 public base::SupportsWeakPtr<InMemoryURLIndex> {
103 InMemoryURLIndex(Profile* profile,
106 virtual ~InMemoryURLIndex();
151 InMemoryURLIndex();
157 InMemoryURLIndex* index,
168 InMemoryURLIndex* index_; // Call back to this index at completion.
292 DISALLOW_COPY_AND_ASSIGN(InMemoryURLIndex);
/external/chromium/chrome/browser/history/
H A Din_memory_url_index.h84 // InMemoryURLIndex class: One will quickly notice that no effort is made to
96 class InMemoryURLIndex { class in namespace:history
101 explicit InMemoryURLIndex(const FilePath& history_dir);
102 ~InMemoryURLIndex();
192 InMemoryURLIndex();
240 AddHistoryMatch(const InMemoryURLIndex& index,
249 const InMemoryURLIndex& index_;
384 // the InMemoryURLIndex was last populated.
405 DISALLOW_COPY_AND_ASSIGN(InMemoryURLIndex);
H A Din_memory_url_index.cc50 const size_t InMemoryURLIndex::kNoCachedResultForTerm = -1;
75 struct InMemoryURLIndex::TermCharWordSet {
137 InMemoryURLIndex::InMemoryURLIndex(const FilePath& history_dir) function in class:history::InMemoryURLIndex
143 InMemoryURLIndex::InMemoryURLIndex() function in class:history::InMemoryURLIndex
147 InMemoryURLIndex::~InMemoryURLIndex() {}
151 bool InMemoryURLIndex::Init(history::URLDatabase* history_db,
158 void InMemoryURLIndex
[all...]

Completed in 111 milliseconds