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

  /external/chromium_org/chrome/browser/history/
in_memory_url_index.cc 53 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(Profile* profile
    [all...]
in_memory_url_index.h 59 // InMemoryURLIndex class: One will quickly notice that no effort is made to
71 class InMemoryURLIndex : public content::NotificationObserver,
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/
in_memory_url_index.h 84 // InMemoryURLIndex class: One will quickly notice that no effort is made to
96 class InMemoryURLIndex {
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);
in_memory_url_index.cc 50 const size_t InMemoryURLIndex::kNoCachedResultForTerm = -1;
75 struct InMemoryURLIndex::TermCharWordSet {
137 InMemoryURLIndex::InMemoryURLIndex(const FilePath& history_dir)
143 InMemoryURLIndex::InMemoryURLIndex()
147 InMemoryURLIndex::~InMemoryURLIndex() {}
151 bool InMemoryURLIndex::Init(history::URLDatabase* history_db,
158 void InMemoryURLIndex::ShutDown()
    [all...]

Completed in 517 milliseconds