Home
last modified time | relevance | path

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

/external/chromium_org/components/omnibox/
Dsearch_provider.cc172 for (SearchSuggestionParser::SuggestResults::iterator sug_it = in UpdateOldResults() local
174 sug_it != results->suggest_results.end(); ++sug_it) { in UpdateOldResults()
175 sug_it->set_received_after_last_keystroke(false); in UpdateOldResults()
377 for (SearchSuggestionParser::SuggestResults::iterator sug_it = in UpdateMatchContentsClass() local
379 sug_it != results->suggest_results.end(); ++sug_it) { in UpdateMatchContentsClass()
380 sug_it->ClassifyMatchContents(false, input_text); in UpdateMatchContentsClass()
705 for (SearchSuggestionParser::SuggestResults::iterator sug_it = in PersistTopSuggestions() local
707 sug_it != results->suggest_results.end(); ++sug_it) { in PersistTopSuggestions()
708 if (sug_it->match_contents() == top_query_suggestion_match_contents_) in PersistTopSuggestions()
709 sug_it->set_received_after_last_keystroke(false); in PersistTopSuggestions()