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

/external/chromium_org/webkit/browser/fileapi/
H A Dsandbox_file_system_backend_delegate.cc194 quota_reservation_manager_(new QuotaReservationManager(
224 DeleteSoon(file_task_runner_.get(), quota_reservation_manager_.release());
433 DCHECK(quota_reservation_manager_);
434 return quota_reservation_manager_->CreateReservation(origin, type);
H A Dsandbox_file_system_backend_delegate.h233 scoped_ptr<QuotaReservationManager> quota_reservation_manager_; member in class:fileapi::SandboxFileSystemBackendDelegate

Completed in 56 milliseconds