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

  /external/chromium/chrome/browser/history/
in_memory_url_index.h 289 // in which the characters are first encountered in the |uni_word| string.
290 static Char16Vector Char16VectorFromString16(const string16& uni_word);
292 // Breaks the |uni_word| string down into its individual characters.
300 static Char16Set Char16SetFromString16(const string16& uni_word);
302 // Given a single word in |uni_word|, adds a reference for the containing
304 void AddWordToIndex(const string16& uni_word, HistoryID history_id);
312 void AddWordHistory(const string16& uni_word, HistoryID history_id);
324 // ids for the given term given in |uni_word|.
325 HistoryIDSet HistoryIDsForTerm(const string16& uni_word);
in_memory_url_index.cc 415 String16Set::value_type uni_word = *iter; local
417 InMemoryURLIndex::HistoryIDsForTerm(uni_word);
436 const string16& uni_word) {
442 Char16Vector uni_chars = Char16VectorFromString16(uni_word);
446 // scan through all candidate words and make sure the |uni_word| is a
506 const string16& uni_word) {
509 for (string16::const_iterator iter = uni_word.begin();
510 iter != uni_word.end(); ++iter) {
521 const string16& uni_word) {
523 for (string16::const_iterator iter = uni_word.begin()
    [all...]

Completed in 241 milliseconds