Searched defs:quota_manager_proxy (Results 1 - 21 of 21) sorted by last modified time

/external/chromium_org/storage/browser/database/
H A Ddatabase_tracker.cc25 #include "storage/browser/quota/quota_manager_proxy.h"
86 storage::QuotaManagerProxy* quota_manager_proxy,
98 quota_manager_proxy_(quota_manager_proxy),
101 if (quota_manager_proxy) {
102 quota_manager_proxy->RegisterClient(
82 DatabaseTracker( const base::FilePath& profile_path, bool is_incognito, storage::SpecialStoragePolicy* special_storage_policy, storage::QuotaManagerProxy* quota_manager_proxy, base::MessageLoopProxy* db_tracker_thread) argument
H A Ddatabase_tracker.h82 // the dtor() and the database_directory() and quota_manager_proxy() getters.
107 storage::QuotaManagerProxy* quota_manager_proxy,
140 storage::QuotaManagerProxy* quota_manager_proxy() const { function in class:storage::DatabaseTracker
/external/chromium_org/storage/browser/fileapi/
H A Dfile_system_context.cc28 #include "storage/browser/quota/quota_manager_proxy.h"
138 storage::QuotaManagerProxy* quota_manager_proxy,
145 quota_manager_proxy_(quota_manager_proxy),
147 new SandboxFileSystemBackendDelegate(quota_manager_proxy,
175 if (quota_manager_proxy) {
177 quota_manager_proxy->RegisterClient(CreateQuotaClient(
211 this, quota_manager_proxy(), origin_url, iter->first)
425 base::Unretained(quota_manager_proxy()),
133 FileSystemContext( base::SingleThreadTaskRunner* io_task_runner, base::SequencedTaskRunner* file_task_runner, ExternalMountPoints* external_mount_points, storage::SpecialStoragePolicy* special_storage_policy, storage::QuotaManagerProxy* quota_manager_proxy, ScopedVector<FileSystemBackend> additional_backends, const std::vector<URLRequestAutoMountHandler>& auto_mount_handlers, const base::FilePath& partition_path, const FileSystemOptions& options) argument
H A Dfile_system_context.h124 storage::QuotaManagerProxy* quota_manager_proxy,
140 storage::QuotaManagerProxy* quota_manager_proxy() const { function in class:storage::FileSystemContext
H A Dfile_system_operation_impl.cc24 #include "storage/browser/quota/quota_manager_proxy.h"
344 storage::QuotaManagerProxy* quota_manager_proxy = local
345 file_system_context()->quota_manager_proxy();
346 if (!quota_manager_proxy ||
355 DCHECK(quota_manager_proxy);
356 DCHECK(quota_manager_proxy->quota_manager());
357 quota_manager_proxy->quota_manager()->GetUsageAndQuota(
H A Dsandbox_file_stream_writer.cc16 #include "storage/browser/quota/quota_manager_proxy.h"
145 storage::QuotaManagerProxy* quota_manager_proxy = local
146 file_system_context_->quota_manager_proxy();
147 if (!quota_manager_proxy) {
155 DCHECK(quota_manager_proxy->quota_manager());
156 quota_manager_proxy->quota_manager()->GetUsageAndQuota(
H A Dsandbox_file_system_backend_delegate.cc28 #include "storage/browser/quota/quota_manager_proxy.h"
173 storage::QuotaManagerProxy* quota_manager_proxy,
188 quota_observer_(new SandboxQuotaObserver(quota_manager_proxy,
197 quota_manager_proxy)))),
172 SandboxFileSystemBackendDelegate( storage::QuotaManagerProxy* quota_manager_proxy, base::SequencedTaskRunner* file_task_runner, const base::FilePath& profile_path, storage::SpecialStoragePolicy* special_storage_policy, const FileSystemOptions& file_system_options) argument
H A Dsandbox_quota_observer.cc13 #include "storage/browser/quota/quota_manager_proxy.h"
19 storage::QuotaManagerProxy* quota_manager_proxy,
23 : quota_manager_proxy_(quota_manager_proxy),
18 SandboxQuotaObserver( storage::QuotaManagerProxy* quota_manager_proxy, base::SequencedTaskRunner* update_notify_runner, ObfuscatedFileUtil* sandbox_file_util, FileSystemUsageCache* file_system_usage_cache) argument
/external/chromium_org/storage/browser/fileapi/quota/
H A Dquota_backend_impl.cc16 #include "storage/browser/quota/quota_manager_proxy.h"
25 storage::QuotaManagerProxy* quota_manager_proxy)
29 quota_manager_proxy_(quota_manager_proxy),
21 QuotaBackendImpl( base::SequencedTaskRunner* file_task_runner, ObfuscatedFileUtil* obfuscated_file_util, FileSystemUsageCache* file_system_usage_cache, storage::QuotaManagerProxy* quota_manager_proxy) argument
/external/chromium_org/content/browser/appcache/
H A Dappcache_service_impl.cc446 storage::QuotaManagerProxy* quota_manager_proxy)
450 quota_manager_proxy_(quota_manager_proxy),
445 AppCacheServiceImpl( storage::QuotaManagerProxy* quota_manager_proxy) argument
H A Dappcache_service_impl.h22 #include "storage/browser/quota/quota_manager_proxy.h"
81 explicit AppCacheServiceImpl(storage::QuotaManagerProxy* quota_manager_proxy);
158 storage::QuotaManagerProxy* quota_manager_proxy() const { function in class:content::AppCacheServiceImpl
H A Dchrome_appcache_service.cc19 storage::QuotaManagerProxy* quota_manager_proxy)
20 : AppCacheServiceImpl(quota_manager_proxy), resource_context_(NULL) {
18 ChromeAppCacheService( storage::QuotaManagerProxy* quota_manager_proxy) argument
/external/chromium_org/content/browser/fileapi/
H A Dbrowser_file_system_helper.cc55 storage::QuotaManagerProxy* quota_manager_proxy) {
81 quota_manager_proxy,
51 CreateFileSystemContext( BrowserContext* browser_context, const base::FilePath& profile_path, bool is_incognito, storage::QuotaManagerProxy* quota_manager_proxy) argument
H A Dfile_system_operation_impl_unittest.cc27 #include "storage/browser/quota/quota_manager_proxy.h"
75 quota_manager_proxy()->SimulateQuotaManagerDestroyed();
99 MockQuotaManagerProxy* quota_manager_proxy() { function in class:content::FileSystemOperationImplTest
560 EXPECT_EQ(1, quota_manager_proxy()->notify_storage_accessed_count());
729 EXPECT_EQ(4, quota_manager_proxy()->notify_storage_accessed_count());
742 EXPECT_EQ(4, quota_manager_proxy()->notify_storage_accessed_count());
759 EXPECT_GE(quota_manager_proxy()->notify_storage_accessed_count(), 3);
773 EXPECT_GE(quota_manager_proxy()->notify_storage_accessed_count(), 2);
793 EXPECT_GE(quota_manager_proxy()->notify_storage_accessed_count(), 1);
974 quota_manager_proxy()
[all...]
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_context_impl.cc34 #include "storage/browser/quota/quota_manager_proxy.h"
106 storage::QuotaManagerProxy* quota_manager_proxy,
110 quota_manager_proxy_(quota_manager_proxy),
115 if (quota_manager_proxy) {
116 quota_manager_proxy->RegisterClient(new IndexedDBQuotaClient(this));
384 if (quota_manager_proxy()) {
385 quota_manager_proxy()->NotifyStorageAccessed(
402 if (quota_manager_proxy()) {
403 quota_manager_proxy()->NotifyStorageAccessed(
439 storage::QuotaManagerProxy* IndexedDBContextImpl::quota_manager_proxy() { function in class:content::IndexedDBContextImpl
103 IndexedDBContextImpl( const base::FilePath& data_path, storage::SpecialStoragePolicy* special_storage_policy, storage::QuotaManagerProxy* quota_manager_proxy, base::SequencedTaskRunner* task_runner) argument
[all...]
/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_context_core.cc89 storage::QuotaManagerProxy* quota_manager_proxy,
99 quota_manager_proxy)),
84 ServiceWorkerContextCore( const base::FilePath& path, const scoped_refptr<base::SequencedTaskRunner>& cache_task_runner, const scoped_refptr<base::SequencedTaskRunner>& database_task_runner, const scoped_refptr<base::SingleThreadTaskRunner>& disk_cache_thread, storage::QuotaManagerProxy* quota_manager_proxy, ObserverListThreadSafe<ServiceWorkerContextObserver>* observer_list, ServiceWorkerContextWrapper* wrapper) argument
H A Dservice_worker_context_wrapper.cc20 #include "storage/browser/quota/quota_manager_proxy.h"
37 storage::QuotaManagerProxy* quota_manager_proxy) {
55 quota_manager_proxy);
245 storage::QuotaManagerProxy* quota_manager_proxy) {
256 make_scoped_refptr(quota_manager_proxy)));
264 quota_manager_proxy,
35 Init( const base::FilePath& user_data_directory, storage::QuotaManagerProxy* quota_manager_proxy) argument
240 InitInternal( const base::FilePath& user_data_directory, const scoped_refptr<base::SequencedTaskRunner>& stores_task_runner, const scoped_refptr<base::SequencedTaskRunner>& database_task_runner, const scoped_refptr<base::SingleThreadTaskRunner>& disk_cache_thread, storage::QuotaManagerProxy* quota_manager_proxy) argument
H A Dservice_worker_storage.cc29 #include "storage/browser/quota/quota_manager_proxy.h"
231 storage::QuotaManagerProxy* quota_manager_proxy) {
236 quota_manager_proxy));
685 storage::QuotaManagerProxy* quota_manager_proxy)
694 quota_manager_proxy_(quota_manager_proxy),
226 Create( const base::FilePath& path, base::WeakPtr<ServiceWorkerContextCore> context, const scoped_refptr<base::SequencedTaskRunner>& database_task_runner, const scoped_refptr<base::SingleThreadTaskRunner>& disk_cache_thread, storage::QuotaManagerProxy* quota_manager_proxy) argument
680 ServiceWorkerStorage( const base::FilePath& path, base::WeakPtr<ServiceWorkerContextCore> context, const scoped_refptr<base::SequencedTaskRunner>& database_task_runner, const scoped_refptr<base::SingleThreadTaskRunner>& disk_cache_thread, storage::QuotaManagerProxy* quota_manager_proxy) argument
/external/chromium_org/content/public/test/
H A Dmock_storage_client.cc14 #include "storage/browser/quota/quota_manager_proxy.h"
24 QuotaManagerProxy* quota_manager_proxy,
26 : quota_manager_proxy_(quota_manager_proxy),
23 MockStorageClient( QuotaManagerProxy* quota_manager_proxy, const MockOriginData* mock_data, QuotaClient::ID id, size_t mock_data_size) argument
H A Dsandbox_file_system_test_helper.cc19 #include "storage/browser/quota/quota_manager_proxy.h"
58 storage::QuotaManagerProxy* quota_manager_proxy) {
60 quota_manager_proxy, base_dir);
56 SetUp( const base::FilePath& base_dir, storage::QuotaManagerProxy* quota_manager_proxy) argument
H A Dtest_file_system_context.cc18 storage::QuotaManagerProxy* quota_manager_proxy,
24 quota_manager_proxy, additional_providers.Pass(), base_path);
29 storage::QuotaManagerProxy* quota_manager_proxy,
37 quota_manager_proxy,
45 storage::QuotaManagerProxy* quota_manager_proxy,
54 quota_manager_proxy,
62 storage::QuotaManagerProxy* quota_manager_proxy,
70 quota_manager_proxy,
17 CreateFileSystemContextForTesting( storage::QuotaManagerProxy* quota_manager_proxy, const base::FilePath& base_path) argument
28 CreateFileSystemContextWithAdditionalProvidersForTesting( storage::QuotaManagerProxy* quota_manager_proxy, ScopedVector<storage::FileSystemBackend> additional_providers, const base::FilePath& base_path) argument
44 CreateFileSystemContextWithAutoMountersForTesting( storage::QuotaManagerProxy* quota_manager_proxy, ScopedVector<storage::FileSystemBackend> additional_providers, const std::vector<storage::URLRequestAutoMountHandler>& auto_mounters, const base::FilePath& base_path) argument
61 CreateIncognitoFileSystemContextForTesting( storage::QuotaManagerProxy* quota_manager_proxy, const base::FilePath& base_path) argument

Completed in 231 milliseconds