Searched refs:QuotaManagerProxy (Results 1 - 25 of 50) sorted by relevance

12

/external/chromium_org/content/public/test/
H A Dtest_file_system_context.h13 class QuotaManagerProxy;
24 storage::QuotaManagerProxy* quota_manager_proxy,
31 storage::QuotaManagerProxy* quota_manager_proxy,
36 storage::QuotaManagerProxy* quota_manager_proxy,
42 storage::QuotaManagerProxy* quota_manager_proxy,
H A Dtest_file_system_context.cc18 storage::QuotaManagerProxy* quota_manager_proxy,
29 storage::QuotaManagerProxy* quota_manager_proxy,
45 storage::QuotaManagerProxy* quota_manager_proxy,
62 storage::QuotaManagerProxy* quota_manager_proxy,
H A Dmock_storage_client.h20 class QuotaManagerProxy;
24 using storage::QuotaManagerProxy;
38 MockStorageClient(QuotaManagerProxy* quota_manager_proxy,
85 scoped_refptr<QuotaManagerProxy> quota_manager_proxy_;
H A Dsandbox_file_system_test_helper.h25 class QuotaManagerProxy;
53 storage::QuotaManagerProxy* quota_manager_proxy);
/external/chromium_org/storage/browser/quota/
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);
H A Dquota_manager.h52 class QuotaManagerProxy;
133 QuotaManagerProxy* proxy() { return proxy_.get(); }
274 friend class QuotaManagerProxy;
400 scoped_refptr<QuotaManagerProxy> proxy_;
/external/chromium_org/storage/browser/fileapi/
H A Dfile_system_quota_util.h22 class QuotaManagerProxy;
42 storage::QuotaManagerProxy* proxy,
H A Dsandbox_quota_observer.h24 class QuotaManagerProxy;
40 SandboxQuotaObserver(storage::QuotaManagerProxy* quota_manager_proxy,
64 scoped_refptr<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 Dsandbox_file_system_backend_delegate.h36 class QuotaManagerProxy;
84 storage::QuotaManagerProxy* quota_manager_proxy,
132 storage::QuotaManagerProxy* proxy,
/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_context_wrapper.h28 class QuotaManagerProxy;
51 storage::QuotaManagerProxy* quota_manager_proxy);
105 storage::QuotaManagerProxy* quota_manager_proxy);
H A Dservice_worker_storage.h30 class QuotaManagerProxy;
66 storage::QuotaManagerProxy* quota_manager_proxy);
228 storage::QuotaManagerProxy* quota_manager_proxy);
381 scoped_refptr<storage::QuotaManagerProxy> quota_manager_proxy_;
H A Dservice_worker_context_core.h37 class QuotaManagerProxy;
103 storage::QuotaManagerProxy* quota_manager_proxy,
/external/chromium_org/storage/browser/fileapi/quota/
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/content/browser/appcache/
H A Dmock_appcache_service.h31 void set_quota_manager_proxy(storage::QuotaManagerProxy* 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 Dchrome_appcache_service.cc19 storage::QuotaManagerProxy* quota_manager_proxy)
H A Dchrome_appcache_service.h46 explicit ChromeAppCacheService(storage::QuotaManagerProxy* proxy);
/external/chromium_org/content/browser/fileapi/
H A Dbrowser_file_system_helper.h28 storage::QuotaManagerProxy* quota_manager_proxy);
H A Dbrowser_file_system_helper.cc55 storage::QuotaManagerProxy* quota_manager_proxy) {
/external/chromium_org/content/browser/quota/
H A Dmock_quota_manager_proxy.h14 using storage::QuotaManagerProxy;
20 class MockQuotaManagerProxy : public QuotaManagerProxy {
H A Dmock_quota_manager_proxy.cc18 : QuotaManagerProxy(quota_manager, task_runner),
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_context_impl.h32 class QuotaManagerProxy;
57 storage::QuotaManagerProxy* quota_manager_proxy,
83 storage::QuotaManagerProxy* quota_manager_proxy();
148 scoped_refptr<storage::QuotaManagerProxy> quota_manager_proxy_;
/external/chromium_org/storage/browser/database/
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_;

Completed in 276 milliseconds

12