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

  /external/chromium_org/chrome/browser/history/
in_memory_url_index_types.h 139 typedef std::set<HistoryID> HistoryIDSet;
141 typedef std::map<WordID, HistoryIDSet> WordIDHistoryMap;
url_index_private_data.h 184 const HistoryIDSet& history_id_set);
191 HistoryIDSet history_id_set_;
241 HistoryIDSet HistoryIDSetFromWords(const String16Vector& unsorted_words);
245 HistoryIDSet HistoryIDsForTerm(const base::string16& term);
url_index_private_data.cc 192 HistoryIDSet history_id_set = HistoryIDSetFromWords(lower_words);
512 HistoryIDSet URLIndexPrivateData::HistoryIDSetFromWords(
519 HistoryIDSet history_id_set;
528 HistoryIDSet term_history_set = HistoryIDsForTerm(uni_word);
536 HistoryIDSet new_history_id_set = base::STLSetIntersection<HistoryIDSet>(
544 HistoryIDSet URLIndexPrivateData::HistoryIDsForTerm(
547 return HistoryIDSet();
584 return HistoryIDSet();
602 return HistoryIDSet();
    [all...]

Completed in 66 milliseconds