Home
last modified time | relevance | path

Searched refs:would_exceed_quota (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/content/test/
Dappcache_test_helper.h34 bool would_exceed_quota) OVERRIDE;
/external/chromium_org/webkit/browser/appcache/
Dappcache_storage.h60 bool would_exceed_quota) {} in OnGroupAndNewestCacheStored() argument
Dappcache_update_job.h177 bool would_exceed_quota) OVERRIDE;
Dappcache_update_job.cc936 bool would_exceed_quota) { in OnGroupAndNewestCacheStored() argument
952 if (would_exceed_quota) { in OnGroupAndNewestCacheStored()
/external/chromium_org/content/browser/appcache/
Dmock_appcache_storage_unittest.cc49 bool would_exceed_quota) OVERRIDE { in OnGroupAndNewestCacheStored() argument
Dappcache_storage_impl_unittest.cc225 bool would_exceed_quota) OVERRIDE { in OnGroupAndNewestCacheStored() argument
228 would_exceed_quota_ = would_exceed_quota; in OnGroupAndNewestCacheStored()