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

  /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 1321 milliseconds