HomeSort by relevance Sort by last modified time
    Searched refs:history_enum (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/history/
url_database_unittest.cc 215 URLDatabase::URLEnumerator history_enum; local
216 EXPECT_TRUE(InitURLEnumeratorForSignificant(&history_enum));
219 for (; history_enum.GetNextURL(&row); ++row_count)
in_memory_url_index.cc 207 URLDatabase::URLEnumerator history_enum; local
208 if (!history_db->InitURLEnumeratorForSignificant(&history_enum))
211 while (history_enum.GetNextURL(&row)) {
    [all...]
  /external/chromium_org/chrome/browser/history/
url_database_unittest.cc 214 URLDatabase::URLEnumerator history_enum; local
215 EXPECT_TRUE(InitURLEnumeratorForSignificant(&history_enum));
218 for (; history_enum.GetNextURL(&row); ++row_count)
url_index_private_data.cc 444 URLDatabase::URLEnumerator history_enum; local
445 if (!history_db->InitURLEnumeratorForSignificant(&history_enum))
448 for (URLRow row; history_enum.GetNextURL(&row); ) {
    [all...]

Completed in 2379 milliseconds