Home | History | Annotate | Download | only in omnibox

Lines Matching refs:it

24   for (Cache::iterator it = cache_.begin(); it != cache_.end(); ++it) {
26 if (StartsWith(it->full_query_text, collapsed_query, false)) {
28 cache_.splice(cache_.begin(), cache_, it);
38 for (Cache::iterator it = cache_.begin(); it != cache_.end(); ++it) {
39 if (full_query_text == it->full_query_text &&
40 query_type == it->query_type) {
41 cache_.splice(cache_.begin(), cache_, it);