Searched refs:URLRowVector (Results 1 – 2 of 2) sorted by relevance
199 typedef std::vector<history::URLRow> URLRowVector; in DoAutocomplete() typedef200 URLRowVector url_matches; in DoAutocomplete()215 for (URLRowVector::const_iterator j(url_matches.begin()); in DoAutocomplete()
230 typedef std::vector<URLRow> URLRowVector; typedef