Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/history/
Durl_database.h135 bool GetNextURL(history::URLRow* r);
Durl_database_unittest.cc219 for (; history_enum.GetNextURL(&row); ++row_count) in TEST_F()
Durl_database.cc36 bool URLDatabase::URLEnumerator::GetNextURL(URLRow* r) { in GetNextURL() function in history::URLDatabase::URLEnumerator
Din_memory_url_index.cc211 while (history_enum.GetNextURL(&row)) { in ReloadFromHistory()
Dhistory_backend.cc898 while (e.GetNextURL(&info)) { in IterateURLs()