/external/chromium_org/content/public/test/ |
H A D | test_file_system_context.h | 13 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 D | test_file_system_context.cc | 18 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 D | mock_storage_client.h | 20 class QuotaManagerProxy; 24 using storage::QuotaManagerProxy; 38 MockStorageClient(QuotaManagerProxy* quota_manager_proxy, 85 scoped_refptr<QuotaManagerProxy> quota_manager_proxy_;
|
H A D | sandbox_file_system_test_helper.h | 25 class QuotaManagerProxy; 53 storage::QuotaManagerProxy* quota_manager_proxy);
|
/external/chromium_org/storage/browser/quota/ |
H A D | quota_manager_proxy.cc | 21 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 D | quota_manager_proxy.h | 31 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 D | quota_manager.h | 52 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 D | file_system_quota_util.h | 22 class QuotaManagerProxy; 42 storage::QuotaManagerProxy* proxy,
|
H A D | sandbox_quota_observer.h | 24 class QuotaManagerProxy; 40 SandboxQuotaObserver(storage::QuotaManagerProxy* quota_manager_proxy, 64 scoped_refptr<storage::QuotaManagerProxy> quota_manager_proxy_;
|
H A D | file_system_context.h | 37 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 D | sandbox_file_system_backend_delegate.h | 36 class QuotaManagerProxy; 84 storage::QuotaManagerProxy* quota_manager_proxy, 132 storage::QuotaManagerProxy* proxy,
|
/external/chromium_org/content/browser/service_worker/ |
H A D | service_worker_context_wrapper.h | 28 class QuotaManagerProxy; 51 storage::QuotaManagerProxy* quota_manager_proxy); 105 storage::QuotaManagerProxy* quota_manager_proxy);
|
H A D | service_worker_storage.h | 30 class QuotaManagerProxy; 66 storage::QuotaManagerProxy* quota_manager_proxy); 228 storage::QuotaManagerProxy* quota_manager_proxy); 381 scoped_refptr<storage::QuotaManagerProxy> quota_manager_proxy_;
|
H A D | service_worker_context_core.h | 37 class QuotaManagerProxy; 103 storage::QuotaManagerProxy* quota_manager_proxy,
|
/external/chromium_org/storage/browser/fileapi/quota/ |
H A D | quota_backend_impl.h | 24 class QuotaManagerProxy; 42 storage::QuotaManagerProxy* quota_manager_proxy); 97 scoped_refptr<storage::QuotaManagerProxy> quota_manager_proxy_;
|
/external/chromium_org/content/browser/appcache/ |
H A D | mock_appcache_service.h | 31 void set_quota_manager_proxy(storage::QuotaManagerProxy* proxy) {
|
H A D | appcache_service_impl.h | 81 explicit AppCacheServiceImpl(storage::QuotaManagerProxy* quota_manager_proxy); 158 storage::QuotaManagerProxy* quota_manager_proxy() const { 207 scoped_refptr<storage::QuotaManagerProxy> quota_manager_proxy_;
|
H A D | chrome_appcache_service.cc | 19 storage::QuotaManagerProxy* quota_manager_proxy)
|
H A D | chrome_appcache_service.h | 46 explicit ChromeAppCacheService(storage::QuotaManagerProxy* proxy);
|
/external/chromium_org/content/browser/fileapi/ |
H A D | browser_file_system_helper.h | 28 storage::QuotaManagerProxy* quota_manager_proxy);
|
H A D | browser_file_system_helper.cc | 55 storage::QuotaManagerProxy* quota_manager_proxy) {
|
/external/chromium_org/content/browser/quota/ |
H A D | mock_quota_manager_proxy.h | 14 using storage::QuotaManagerProxy; 20 class MockQuotaManagerProxy : public QuotaManagerProxy {
|
H A D | mock_quota_manager_proxy.cc | 18 : QuotaManagerProxy(quota_manager, task_runner),
|
/external/chromium_org/content/browser/indexed_db/ |
H A D | indexed_db_context_impl.h | 32 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 D | database_tracker.h | 40 class QuotaManagerProxy; 107 storage::QuotaManagerProxy* quota_manager_proxy, 140 storage::QuotaManagerProxy* quota_manager_proxy() const { 295 scoped_refptr<storage::QuotaManagerProxy> quota_manager_proxy_;
|