GetNextURL        952 chrome/browser/history/history_backend.cc       while (e.GetNextURL(&info)) {
GetNextURL         42 chrome/browser/history/history_database_unittest.cc     while (url_enumerator.GetNextURL(&url_row)) {
GetNextURL        142 chrome/browser/history/url_database.h     bool GetNextURL(history::URLRow* r);
GetNextURL        247 chrome/browser/history/url_database_unittest.cc   for (; history_enum.GetNextURL(&row); ++row_count)
GetNextURL        450 chrome/browser/history/url_index_private_data.cc   for (URLRow row; history_enum.GetNextURL(&row); ) {