HomeSort by relevance Sort by last modified time
    Searched defs:DecrementDirtyCount (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/storage/browser/fileapi/quota/
quota_reservation_buffer.cc 84 base::Bind(&QuotaReservationBuffer::DecrementDirtyCount,
91 bool QuotaReservationBuffer::DecrementDirtyCount(
99 reservation_manager->DecrementDirtyCount(origin, type);
quota_reservation_manager.cc 54 void QuotaReservationManager::DecrementDirtyCount(const GURL& origin,
57 backend_->DecrementDirtyCount(origin, type);
quota_backend_impl.cc 94 void QuotaBackendImpl::DecrementDirtyCount(const GURL& origin,

Completed in 3246 milliseconds