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

/external/chromium_org/content/browser/appcache/
H A Dappcache_storage_impl.cc610 bool would_exceed_quota_; member in class:content::AppCacheStorageImpl::StoreGroupAndCacheTask
619 success_(false), would_exceed_quota_(false),
752 would_exceed_quota_ = true;
764 would_exceed_quota_ = true;
787 group_.get(), cache_.get(), success_, would_exceed_quota_));
791 // TODO(michaeln): if (would_exceed_quota_) what if the current usage
H A Dappcache_storage_impl_unittest.cc181 would_exceed_quota_(false), obsoleted_success_(false),
205 would_exceed_quota_ = would_exceed_quota;
241 bool would_exceed_quota_; member in class:content::AppCacheStorageImplTest::MockStorageDelegate
776 EXPECT_TRUE(delegate()->would_exceed_quota_);

Completed in 87 milliseconds