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

  /external/chromium_org/chrome/browser/history/
in_memory_url_index_types.h 115 // Breaks the |uni_word| string down into its individual characters.
123 Char16Set Char16SetFromString16(const base::string16& uni_word);
url_index_private_data.h 272 // Given a single word in |uni_word|, adds a reference for the containing
274 void AddWordToIndex(const base::string16& uni_word, HistoryID history_id);
278 void AddWordHistory(const base::string16& uni_word, HistoryID history_id);
url_index_private_data.cc 530 base::string16 uni_word = *iter; local
531 HistoryIDSet term_history_set = HistoryIDsForTerm(uni_word);
    [all...]

Completed in 62 milliseconds