Searched refs:quota_manager_proxy_ (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/webkit/browser/fileapi/
H A Dsandbox_quota_observer.cc23 : quota_manager_proxy_(quota_manager_proxy),
42 if (quota_manager_proxy_.get()) {
43 quota_manager_proxy_->NotifyStorageModified(
84 if (quota_manager_proxy_.get()) {
85 quota_manager_proxy_->NotifyStorageAccessed(
96 if (quota_manager_proxy_.get()) {
97 quota_manager_proxy_->SetUsageCacheEnabled(
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
H A Dfile_system_context.cc110 quota_manager_proxy_(quota_manager_proxy),
/external/chromium_org/webkit/browser/appcache/
H A Dmock_appcache_service.h32 quota_manager_proxy_ = proxy;
H A Dappcache_service.h139 return quota_manager_proxy_.get();
180 scoped_refptr<quota::QuotaManagerProxy> quota_manager_proxy_; member in class:appcache::AppCacheService
H A Dappcache_service.cc434 quota_manager_proxy_(quota_manager_proxy),
437 if (quota_manager_proxy_.get()) {
439 quota_manager_proxy_->RegisterClient(quota_client_);
H A Dappcache_storage_impl_unittest.cc287 service_->quota_manager_proxy_ = mock_quota_manager_proxy_;
/external/chromium_org/webkit/browser/quota/
H A Dmock_storage_client.cc23 : quota_manager_proxy_(quota_manager_proxy),
46 quota_manager_proxy_->quota_manager()->NotifyStorageModifiedInternal(
58 quota_manager_proxy_->quota_manager()->NotifyStorageModifiedInternal(
66 quota_manager_proxy_->quota_manager()->NotifyStorageModifiedInternal(
174 quota_manager_proxy_->
H A Dmock_storage_client.h78 scoped_refptr<QuotaManagerProxy> quota_manager_proxy_; member in class:quota::MockStorageClient
/external/chromium_org/webkit/browser/database/
H A Ddatabase_tracker.cc98 quota_manager_proxy_(quota_manager_proxy),
122 if (quota_manager_proxy_.get())
123 quota_manager_proxy_->NotifyStorageAccessed(
157 if (quota_manager_proxy_.get())
158 quota_manager_proxy_->NotifyStorageAccessed(
355 int64 db_file_size = quota_manager_proxy_.get()
364 if (quota_manager_proxy_.get() && db_file_size)
365 quota_manager_proxy_->NotifyStorageModified(
394 if (quota_manager_proxy_.get()) {
424 if (quota_manager_proxy_
[all...]
H A Ddatabase_tracker.h136 return quota_manager_proxy_.get();
290 scoped_refptr<quota::QuotaManagerProxy> quota_manager_proxy_; member in class:webkit_database::DatabaseTracker
/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
H A Dindexed_db_context_impl.cc105 quota_manager_proxy_(quota_manager_proxy),
396 return quota_manager_proxy_;

Completed in 165 milliseconds