Searched refs:HistoryIDSetFromWords (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/history/
H A Din_memory_url_index.h321 HistoryIDSet HistoryIDSetFromWords(const string16& uni_string);
323 // Helper function to HistoryIDSetFromWords which composes a set of history
H A Din_memory_url_index.cc358 HistoryIDSet history_id_set = HistoryIDSetFromWords(all_terms);
403 InMemoryURLIndex::HistoryIDSet InMemoryURLIndex::HistoryIDSetFromWords( function in class:history::InMemoryURLIndex
/external/chromium_org/chrome/browser/history/
H A Durl_index_private_data.h238 HistoryIDSet HistoryIDSetFromWords(const String16Vector& unsorted_words);
240 // Helper function to HistoryIDSetFromWords which composes a set of history
H A Durl_index_private_data.cc196 HistoryIDSet history_id_set = HistoryIDSetFromWords(lower_words);
516 HistoryIDSet URLIndexPrivateData::HistoryIDSetFromWords( function in class:history::URLIndexPrivateData

Completed in 46 milliseconds