Searched defs:QuotaBackend (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/storage/browser/fileapi/quota/
H A Dquota_reservation_manager.h39 class STORAGE_EXPORT QuotaBackend { class in class:storage::QuotaReservationManager
41 QuotaBackend() {} function in class:storage::QuotaReservationManager::QuotaBackend
42 virtual ~QuotaBackend() {}
72 DISALLOW_COPY_AND_ASSIGN(QuotaBackend);
75 explicit QuotaReservationManager(scoped_ptr<QuotaBackend> backend);
113 scoped_ptr<QuotaBackend> backend_;

Completed in 102 milliseconds