Searched refs:GetNextURL (Results 1 – 6 of 6) sorted by relevance
42 while (url_enumerator.GetNextURL(&url_row)) { in TEST()
453 for (URLRow row; history_enum.GetNextURL(&row); ) { in RebuildFromHistory()
968 while (e.GetNextURL(&info)) { in IterateURLs()
141 bool GetNextURL(history::URLRow* r);
255 for (; history_enum.GetNextURL(&row); ++row_count) in TEST_F()
34 bool URLDatabase::URLEnumerator::GetNextURL(URLRow* r) { in GetNextURL() function in history::URLDatabase::URLEnumerator