OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HistoryIDSet
(Results
1 - 3
of
3
) sorted by null
/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 51 milliseconds