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

  /external/chromium_org/components/history/core/browser/
url_database_unittest.cc 251 URLDatabase::URLEnumerator history_enum; local
252 EXPECT_TRUE(InitURLEnumeratorForSignificant(&history_enum));
255 for (; history_enum.GetNextURL(&row); ++row_count)
  /external/chromium_org/chrome/browser/history/
url_index_private_data.cc 449 URLDatabase::URLEnumerator history_enum; local
450 if (!history_db->InitURLEnumeratorForSignificant(&history_enum))
453 for (URLRow row; history_enum.GetNextURL(&row); ) {
    [all...]

Completed in 187 milliseconds