Home
last modified time | relevance | path

Searched refs:word_iter (Results 1 – 1 of 1) sorted by relevance

/external/chromium/chrome/browser/history/
Din_memory_url_index.cc189 for (String16Set::iterator word_iter = words.begin(); in IndexRow() local
190 word_iter != words.end(); ++word_iter) in IndexRow()
191 AddWordToIndex(*word_iter, history_id); in IndexRow()
458 WordIDHistoryMap::iterator word_iter = word_id_history_map_.find(word_id); in HistoryIDsForTerm() local
459 if (word_iter != word_id_history_map_.end()) { in HistoryIDsForTerm()
460 HistoryIDSet& word_history_id_set(word_iter->second); in HistoryIDsForTerm()