Searched refs:notify_storage_modified_count (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/webkit/browser/appcache/
H A Dappcache_storage_unittest.cc126 EXPECT_EQ(0, mock_proxy->notify_storage_modified_count());
129 EXPECT_EQ(1, mock_proxy->notify_storage_modified_count());
135 EXPECT_EQ(2, mock_proxy->notify_storage_modified_count());
141 EXPECT_EQ(3, mock_proxy->notify_storage_modified_count());
158 EXPECT_EQ(4, mock_proxy->notify_storage_modified_count());
/external/chromium_org/webkit/browser/quota/
H A Dmock_quota_manager.h173 int notify_storage_modified_count() const { return storage_modified_count_; } function in class:quota::MockQuotaManagerProxy

Completed in 98 milliseconds