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

/external/chromium_org/chrome/browser/history/
H A Din_memory_url_index_types.cc153 // RowWordStarts ---------------------------------------------------------------
155 RowWordStarts::RowWordStarts() {} function in class:history::RowWordStarts
156 RowWordStarts::~RowWordStarts() {}
158 void RowWordStarts::Clear() {
H A Din_memory_url_index_types.h165 struct RowWordStarts { struct in namespace:history
166 RowWordStarts();
167 ~RowWordStarts();
175 typedef std::map<HistoryID, RowWordStarts> WordStartsMap;

Completed in 260 milliseconds