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

  /external/chromium_org/webkit/browser/quota/
mock_quota_manager.h 156 // which can be accessed via notify_storage_accessed_count().
172 int notify_storage_accessed_count() const { return storage_accessed_count_; } function in class:quota::MockQuotaManagerProxy
  /external/chromium_org/webkit/browser/appcache/
appcache_storage_unittest.cc 147 EXPECT_EQ(0, mock_proxy->notify_storage_accessed_count());
151 EXPECT_EQ(1, mock_proxy->notify_storage_accessed_count());
  /external/chromium_org/webkit/browser/fileapi/
file_system_operation_impl_unittest.cc 375 EXPECT_EQ(1, quota_manager_proxy()->notify_storage_accessed_count());
538 EXPECT_EQ(2, quota_manager_proxy()->notify_storage_accessed_count());
552 EXPECT_EQ(2, quota_manager_proxy()->notify_storage_accessed_count());
569 EXPECT_GE(quota_manager_proxy()->notify_storage_accessed_count(), 3);
584 EXPECT_GE(quota_manager_proxy()->notify_storage_accessed_count(), 2);
605 EXPECT_GE(quota_manager_proxy()->notify_storage_accessed_count(), 1);
812 quota_manager_proxy()->notify_storage_accessed_count());
    [all...]

Completed in 163 milliseconds