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

  /external/chromium_org/webkit/browser/appcache/
appcache_storage_unittest.cc 130 EXPECT_EQ(10, mock_proxy->last_notified_delta());
136 EXPECT_EQ(90, mock_proxy->last_notified_delta());
142 EXPECT_EQ(-100, mock_proxy->last_notified_delta());
159 EXPECT_EQ(-5000, mock_proxy->last_notified_delta());
  /external/chromium_org/webkit/browser/quota/
mock_quota_manager.h 185 int64 last_notified_delta() const { return last_notified_delta_; } function in class:quota::MockQuotaManagerProxy

Completed in 94 milliseconds