Searched defs:QuotaClient (Results 1 - 1 of 1) sorted by last modified time

/external/chromium_org/storage/browser/quota/
H A Dquota_client.h23 class STORAGE_EXPORT QuotaClient { class in namespace:storage
30 virtual ~QuotaClient() {}
49 // Note it is safe to fire the callback after the QuotaClient is destructed.
56 // Note it is safe to fire the callback after the QuotaClient is destructed.
62 // Note it is safe to fire the callback after the QuotaClient is destructed.
68 // Note it is safe to fire the callback after the QuotaClient is destructed.
77 typedef std::list<QuotaClient*> QuotaClientList;

Completed in 95 milliseconds