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

  /external/chromium_org/chrome/browser/history/
url_database_unittest.cc 243 URLDatabase::URLEnumerator history_enum; local
244 EXPECT_TRUE(InitURLEnumeratorForSignificant(&history_enum));
247 for (; history_enum.GetNextURL(&row); ++row_count)
url_index_private_data.cc 442 URLDatabase::URLEnumerator history_enum; local
443 if (!history_db->InitURLEnumeratorForSignificant(&history_enum))
446 for (URLRow row; history_enum.GetNextURL(&row); ) {
    [all...]

Completed in 481 milliseconds