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

  /external/chromium_org/webkit/browser/appcache/
appcache_storage_impl.cc 595 bool would_exceed_quota_; member in class:appcache::AppCacheStorageImpl::StoreGroupAndCacheTask
604 success_(false), would_exceed_quota_(false),
734 would_exceed_quota_ = true;
746 would_exceed_quota_ = true;
769 group_.get(), cache_.get(), success_, would_exceed_quota_));
773 // TODO(michaeln): if (would_exceed_quota_) what if the current usage
    [all...]
appcache_storage_impl_unittest.cc 180 would_exceed_quota_(false), obsoleted_success_(false),
204 would_exceed_quota_ = would_exceed_quota;
239 bool would_exceed_quota_; member in class:appcache::AppCacheStorageImplTest::MockStorageDelegate
776 EXPECT_TRUE(delegate()->would_exceed_quota_);
    [all...]

Completed in 54 milliseconds