Home | History | Annotate | Download | only in quota

Lines Matching defs:QuotaManagerProxy

44 class QuotaManagerProxy;
123 QuotaManagerProxy* proxy() { return proxy_.get(); }
249 friend class QuotaManagerProxy;
376 scoped_refptr<QuotaManagerProxy> proxy_;
432 class WEBKIT_STORAGE_BROWSER_EXPORT QuotaManagerProxy
433 : public base::RefCountedThreadSafe<QuotaManagerProxy> {
457 friend class base::RefCountedThreadSafe<QuotaManagerProxy>;
459 QuotaManagerProxy(QuotaManager* manager,
461 virtual ~QuotaManagerProxy();
466 DISALLOW_COPY_AND_ASSIGN(QuotaManagerProxy);