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

  /external/chromium_org/chrome/browser/history/
in_memory_url_index_types.cc 153 // RowWordStarts ---------------------------------------------------------------
155 RowWordStarts::RowWordStarts() {}
156 RowWordStarts::~RowWordStarts() {}
158 void RowWordStarts::Clear() {
in_memory_url_index_types.h 165 struct RowWordStarts {
166 RowWordStarts();
167 ~RowWordStarts();
175 typedef std::map<HistoryID, RowWordStarts> WordStartsMap;

Completed in 475 milliseconds