Searched defs:quota_manager_proxy_ (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/webkit/browser/fileapi/
H A Dsandbox_quota_observer.h65 scoped_refptr<quota::QuotaManagerProxy> quota_manager_proxy_; member in class:fileapi::SandboxQuotaObserver
H A Dfile_system_context.h108 return quota_manager_proxy_.get();
284 scoped_refptr<quota::QuotaManagerProxy> quota_manager_proxy_; member in class:fileapi::FileSystemContext
H A Dcopy_or_move_operation_delegate_unittest.cc110 quota_manager_proxy_->SimulateQuotaManagerDestroyed();
112 quota_manager_proxy_ = NULL;
134 quota_manager_proxy_ = new quota::MockQuotaManagerProxy(
137 CreateFileSystemContextForTesting(quota_manager_proxy_.get(), base_dir);
314 scoped_refptr<quota::MockQuotaManagerProxy> quota_manager_proxy_; member in class:fileapi::CopyOrMoveOperationTestHelper
H A Dfile_system_operation_impl_unittest.cc68 quota_manager_proxy_ = new quota::MockQuotaManagerProxy(
70 sandbox_file_system_.SetUp(base_dir, quota_manager_proxy_.get());
78 quota_manager_proxy_ = NULL;
103 quota_manager_proxy_.get());
274 scoped_refptr<QuotaManagerProxy> quota_manager_proxy_; member in class:fileapi::FileSystemOperationImplTest
/external/chromium_org/webkit/browser/quota/
H A Dmock_storage_client.h78 scoped_refptr<QuotaManagerProxy> quota_manager_proxy_; member in class:quota::MockStorageClient
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_context_impl.h132 scoped_refptr<quota::QuotaManagerProxy> quota_manager_proxy_; member in class:content::IndexedDBContextImpl
/external/chromium_org/webkit/browser/appcache/
H A Dappcache_service.h139 return quota_manager_proxy_.get();
180 scoped_refptr<quota::QuotaManagerProxy> quota_manager_proxy_; member in class:appcache::AppCacheService
/external/chromium_org/webkit/browser/database/
H A Ddatabase_tracker.h136 return quota_manager_proxy_.get();
290 scoped_refptr<quota::QuotaManagerProxy> quota_manager_proxy_; member in class:webkit_database::DatabaseTracker

Completed in 5306 milliseconds