Searched refs:QuotaManagerProxy (Results 1 - 25 of 50) sorted by last modified time

12

/external/chromium_org/storage/browser/database/
H A Ddatabase_tracker.cc86 storage::QuotaManagerProxy* quota_manager_proxy,
H A Ddatabase_tracker.h40 class QuotaManagerProxy;
107 storage::QuotaManagerProxy* quota_manager_proxy,
140 storage::QuotaManagerProxy* quota_manager_proxy() const {
295 scoped_refptr<storage::QuotaManagerProxy> quota_manager_proxy_;
/external/chromium_org/storage/browser/fileapi/
H A Dfile_system_context.cc138 storage::QuotaManagerProxy* quota_manager_proxy,
H A Dfile_system_context.h37 class QuotaManagerProxy;
124 storage::QuotaManagerProxy* quota_manager_proxy,
140 storage::QuotaManagerProxy* quota_manager_proxy() const {
382 scoped_refptr<storage::QuotaManagerProxy> quota_manager_proxy_;
H A Dfile_system_operation_impl.cc344 storage::QuotaManagerProxy* quota_manager_proxy =
H A Dfile_system_quota_util.h22 class QuotaManagerProxy;
42 storage::QuotaManagerProxy* proxy,
H A Dplugin_private_file_system_backend.cc221 storage::QuotaManagerProxy* proxy,
H A Dplugin_private_file_system_backend.h102 storage::QuotaManagerProxy* proxy,
H A Dsandbox_file_stream_writer.cc145 storage::QuotaManagerProxy* quota_manager_proxy =
H A Dsandbox_file_system_backend.cc29 using storage::QuotaManagerProxy;
H A Dsandbox_file_system_backend_delegate.cc173 storage::QuotaManagerProxy* quota_manager_proxy,
328 storage::QuotaManagerProxy* proxy,
H A Dsandbox_file_system_backend_delegate.h36 class QuotaManagerProxy;
84 storage::QuotaManagerProxy* quota_manager_proxy,
132 storage::QuotaManagerProxy* proxy,
H A Dsandbox_quota_observer.cc19 storage::QuotaManagerProxy* quota_manager_proxy,
H A Dsandbox_quota_observer.h24 class QuotaManagerProxy;
40 SandboxQuotaObserver(storage::QuotaManagerProxy* quota_manager_proxy,
64 scoped_refptr<storage::QuotaManagerProxy> quota_manager_proxy_;
/external/chromium_org/storage/browser/fileapi/quota/
H A Dquota_backend_impl.cc25 storage::QuotaManagerProxy* quota_manager_proxy)
H A Dquota_backend_impl.h24 class QuotaManagerProxy;
42 storage::QuotaManagerProxy* quota_manager_proxy);
97 scoped_refptr<storage::QuotaManagerProxy> quota_manager_proxy_;
/external/chromium_org/storage/browser/quota/
H A Dquota_manager.cc808 proxy_(new QuotaManagerProxy(this, io_thread)),
H A Dquota_manager.h52 class QuotaManagerProxy;
133 QuotaManagerProxy* proxy() { return proxy_.get(); }
274 friend class QuotaManagerProxy;
400 scoped_refptr<QuotaManagerProxy> proxy_;
H A Dquota_manager_proxy.cc21 const QuotaManagerProxy::GetUsageAndQuotaCallback& callback,
36 void QuotaManagerProxy::RegisterClient(QuotaClient* client) {
40 base::Bind(&QuotaManagerProxy::RegisterClient, this, client))) {
50 void QuotaManagerProxy::NotifyStorageAccessed(
57 base::Bind(&QuotaManagerProxy::NotifyStorageAccessed, this, client_id,
66 void QuotaManagerProxy::NotifyStorageModified(
74 base::Bind(&QuotaManagerProxy::NotifyStorageModified, this, client_id,
83 void QuotaManagerProxy::NotifyOriginInUse(
88 base::Bind(&QuotaManagerProxy::NotifyOriginInUse, this, origin));
96 void QuotaManagerProxy
152 QuotaManagerProxy::QuotaManagerProxy( function in class:storage::QuotaManagerProxy
[all...]
H A Dquota_manager_proxy.h31 class STORAGE_EXPORT QuotaManagerProxy class in namespace:storage
32 : public base::RefCountedThreadSafe<QuotaManagerProxy> {
64 friend class base::RefCountedThreadSafe<QuotaManagerProxy>;
66 QuotaManagerProxy(
69 virtual ~QuotaManagerProxy();
74 DISALLOW_COPY_AND_ASSIGN(QuotaManagerProxy);
/external/chromium_org/content/browser/appcache/
H A Dappcache_host_unittest.cc93 class MockQuotaManagerProxy : public storage::QuotaManagerProxy {
95 MockQuotaManagerProxy() : QuotaManagerProxy(NULL, NULL) {}
H A Dappcache_service_impl.cc446 storage::QuotaManagerProxy* quota_manager_proxy)
H A Dappcache_service_impl.h81 explicit AppCacheServiceImpl(storage::QuotaManagerProxy* quota_manager_proxy);
158 storage::QuotaManagerProxy* quota_manager_proxy() const {
207 scoped_refptr<storage::QuotaManagerProxy> quota_manager_proxy_;
H A Dappcache_storage_impl_unittest.cc290 class MockQuotaManagerProxy : public storage::QuotaManagerProxy {
293 : QuotaManagerProxy(NULL, NULL),
H A Dchrome_appcache_service.cc19 storage::QuotaManagerProxy* quota_manager_proxy)

Completed in 3303 milliseconds

12