Searched refs:GetNextURL (Results 1 – 5 of 5) sorted by relevance
135 bool GetNextURL(history::URLRow* r);
219 for (; history_enum.GetNextURL(&row); ++row_count) in TEST_F()
36 bool URLDatabase::URLEnumerator::GetNextURL(URLRow* r) { in GetNextURL() function in history::URLDatabase::URLEnumerator
211 while (history_enum.GetNextURL(&row)) { in ReloadFromHistory()
898 while (e.GetNextURL(&info)) { in IterateURLs()