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

  /external/chromium/chrome/browser/history/
in_memory_url_index.cc 189 for (String16Set::iterator word_iter = words.begin();
190 word_iter != words.end(); ++word_iter)
191 AddWordToIndex(*word_iter, history_id);
458 WordIDHistoryMap::iterator word_iter = word_id_history_map_.find(word_id); local
459 if (word_iter != word_id_history_map_.end()) {
460 HistoryIDSet& word_history_id_set(word_iter->second);
    [all...]
  /external/chromium_org/chrome/browser/history/
url_index_private_data.cc 644 WordIDHistoryMap::iterator word_iter = word_id_history_map_.find(word_id); local
645 if (word_iter != word_id_history_map_.end()) {
646 HistoryIDSet& word_history_id_set(word_iter->second);
769 for (String16Set::iterator word_iter = words.begin();
770 word_iter != words.end(); ++word_iter)
771 AddWordToIndex(*word_iter, history_id);
    [all...]

Completed in 59 milliseconds