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

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