HomeSort by relevance Sort by last modified time
    Searched defs:quota_manager_proxy_ (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/webkit/browser/fileapi/
sandbox_quota_observer.h 65 scoped_refptr<quota::QuotaManagerProxy> quota_manager_proxy_; member in class:fileapi::SandboxQuotaObserver
file_system_context.h 108 return quota_manager_proxy_.get();
284 scoped_refptr<quota::QuotaManagerProxy> quota_manager_proxy_; member in class:fileapi::FileSystemContext
copy_or_move_operation_delegate_unittest.cc 110 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
file_system_operation_impl_unittest.cc 68 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
    [all...]
  /external/chromium_org/webkit/browser/quota/
mock_storage_client.h 78 scoped_refptr<QuotaManagerProxy> quota_manager_proxy_; member in class:quota::MockStorageClient
  /external/chromium_org/content/browser/indexed_db/
indexed_db_context_impl.h 132 scoped_refptr<quota::QuotaManagerProxy> quota_manager_proxy_; member in class:content::IndexedDBContextImpl
  /external/chromium_org/webkit/browser/appcache/
appcache_service.h 139 return quota_manager_proxy_.get();
180 scoped_refptr<quota::QuotaManagerProxy> quota_manager_proxy_; member in class:appcache::AppCacheService
  /external/chromium_org/webkit/browser/database/
database_tracker.h 136 return quota_manager_proxy_.get();
290 scoped_refptr<quota::QuotaManagerProxy> quota_manager_proxy_; member in class:webkit_database::DatabaseTracker

Completed in 278 milliseconds