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

  /external/chromium_org/chrome/browser/history/
in_memory_url_index_types.h 150 typedef std::set<HistoryID> HistoryIDSet;
152 typedef std::map<WordID, HistoryIDSet> WordIDHistoryMap;
url_index_private_data.h 182 const HistoryIDSet& history_id_set);
189 HistoryIDSet history_id_set_;
238 HistoryIDSet HistoryIDSetFromWords(const String16Vector& unsorted_words);
242 HistoryIDSet HistoryIDsForTerm(const base::string16& term);
url_index_private_data.cc 196 HistoryIDSet history_id_set = HistoryIDSetFromWords(lower_words);
516 HistoryIDSet URLIndexPrivateData::HistoryIDSetFromWords(
523 HistoryIDSet history_id_set;
532 HistoryIDSet term_history_set = HistoryIDsForTerm(uni_word);
540 HistoryIDSet new_history_id_set;
551 HistoryIDSet URLIndexPrivateData::HistoryIDsForTerm(
554 return HistoryIDSet();
591 return HistoryIDSet();
609 return HistoryIDSet();
639 HistoryIDSet history_id_set
    [all...]
  /external/chromium/chrome/browser/history/
in_memory_url_index.h 213 typedef std::set<HistoryID> HistoryIDSet;
214 typedef std::map<WordID, HistoryIDSet> WordIDHistoryMap;
321 HistoryIDSet HistoryIDSetFromWords(const string16& uni_string);
325 HistoryIDSet HistoryIDsForTerm(const string16& uni_word);
in_memory_url_index.cc 358 HistoryIDSet history_id_set = HistoryIDSetFromWords(all_terms);
403 InMemoryURLIndex::HistoryIDSet InMemoryURLIndex::HistoryIDSetFromWords(
410 HistoryIDSet history_id_set;
416 HistoryIDSet term_history_id_set =
422 HistoryIDSet old_history_id_set(history_id_set);
435 InMemoryURLIndex::HistoryIDSet InMemoryURLIndex::HistoryIDsForTerm(
437 InMemoryURLIndex::HistoryIDSet history_id_set;
460 HistoryIDSet& word_history_id_set(word_iter->second);
541 HistoryIDSet& history_id_set(history_pos->second);
552 HistoryIDSet history_id_set
    [all...]
in_memory_url_index_unittest.cc 601 const InMemoryURLIndex::HistoryIDSet& expected_set(expected->second);
602 const InMemoryURLIndex::HistoryIDSet& actual_set(actual->second);
604 for (InMemoryURLIndex::HistoryIDSet::const_iterator set_iter =

Completed in 104 milliseconds