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

  /external/chromium_org/chrome/browser/history/
scored_history_match.h 41 const RowWordStarts& word_starts,
64 const RowWordStarts& word_starts);
in_memory_url_index_types.h 174 struct RowWordStarts {
175 RowWordStarts();
176 ~RowWordStarts();
184 typedef std::map<HistoryID, RowWordStarts> WordStartsMap;
scored_history_match_unittest.cc 43 void PopulateWordStarts(const URLRow& url_row, RowWordStarts* word_starts);
73 const URLRow& url_row, RowWordStarts* word_starts) {
100 RowWordStarts word_starts;
113 RowWordStarts word_starts_a;
124 RowWordStarts word_starts_b;
135 RowWordStarts word_starts_c;
146 RowWordStarts word_starts_d;
160 RowWordStarts word_starts_e;
180 RowWordStarts word_starts;
in_memory_url_index_types.cc 163 // RowWordStarts ---------------------------------------------------------------
165 RowWordStarts::RowWordStarts() {}
166 RowWordStarts::~RowWordStarts() {}
168 void RowWordStarts::Clear() {
scored_history_match.cc 47 const RowWordStarts& word_starts,
252 const RowWordStarts& word_starts) {
url_index_private_data.cc 321 RowWordStarts word_starts;
727 RowWordStarts word_starts;
754 RowWordStarts* word_starts,
    [all...]
url_index_private_data.h 268 RowWordStarts* word_starts,
in_memory_url_index_unittest.cc 398 const RowWordStarts& expected_word_starts(expected_starts->second);
399 const RowWordStarts& actual_word_starts(actual_starts->second);
    [all...]

Completed in 302 milliseconds