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

  /external/chromium/chrome/browser/history/
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...]
  /external/chromium_org/chrome/browser/history/
url_index_private_data.cc 531 base::string16 uni_word = *iter; local
532 HistoryIDSet term_history_set = HistoryIDsForTerm(uni_word);
    [all...]

Completed in 509 milliseconds