Home
last modified time | relevance | path

Searched refs:quota_manager_proxy (Results 1 – 25 of 125) sorted by relevance

12345

/dports/www/chromium-legacy/chromium-88.0.4324.182/storage/browser/test/
H A Dtest_file_system_context.cc22 QuotaManagerProxy* quota_manager_proxy, in CreateFileSystemContextForTesting() argument
29 base::ThreadTaskRunnerHandle::Get().get(), quota_manager_proxy, in CreateFileSystemContextForTesting()
36 QuotaManagerProxy* quota_manager_proxy, in CreateFileSystemContextWithAdditionalProvidersForTesting() argument
43 quota_manager_proxy, std::move(additional_providers), in CreateFileSystemContextWithAdditionalProvidersForTesting()
51 QuotaManagerProxy* quota_manager_proxy, in CreateFileSystemContextWithAutoMountersForTesting() argument
59 quota_manager_proxy, std::move(additional_providers), auto_mounters, in CreateFileSystemContextWithAutoMountersForTesting()
66 QuotaManagerProxy* quota_manager_proxy, in CreateIncognitoFileSystemContextForTesting() argument
72 io_task_runner, file_task_runner, quota_manager_proxy, in CreateIncognitoFileSystemContextForTesting()
80 QuotaManagerProxy* quota_manager_proxy, in CreateIncognitoFileSystemContextWithAdditionalProvidersForTesting() argument
87 quota_manager_proxy, std::move(additional_providers), in CreateIncognitoFileSystemContextWithAdditionalProvidersForTesting()
H A Dtest_file_system_context.h26 QuotaManagerProxy* quota_manager_proxy,
34 QuotaManagerProxy* quota_manager_proxy,
41 QuotaManagerProxy* quota_manager_proxy,
49 QuotaManagerProxy* quota_manager_proxy,
56 QuotaManagerProxy* quota_manager_proxy,
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/cache_storage/
H A Dcache_storage_context_impl.cc51 scoped_refptr<storage::QuotaManagerProxy> quota_manager_proxy) { in Init() argument
67 quota_manager_proxy)); in Init()
78 std::move(quota_manager_proxy))); in Init()
225 scoped_refptr<storage::QuotaManagerProxy> quota_manager_proxy) { in CreateCacheStorageManagerOnTaskRunner() argument
231 quota_manager_proxy, observers_); in CreateCacheStorageManagerOnTaskRunner()
298 scoped_refptr<storage::QuotaManagerProxy> quota_manager_proxy) { in CreateQuotaClientsOnIOThread() argument
300 if (!quota_manager_proxy.get()) in CreateQuotaClientsOnIOThread()
305 quota_manager_proxy->RegisterClient( in CreateQuotaClientsOnIOThread()
310 quota_manager_proxy->RegisterClient( in CreateQuotaClientsOnIOThread()
H A Dcache_storage_blob_to_disk_cache_unittest.cc46 scoped_refptr<storage::QuotaManagerProxy> quota_manager_proxy) in TestCacheStorageBlobToDiskCache() argument
47 : CacheStorageBlobToDiskCache(quota_manager_proxy, url::Origin()) {} in TestCacheStorageBlobToDiskCache()
89 quota_manager_proxy()); in SetUp()
93 quota_manager_proxy()->SimulateQuotaManagerDestroyed(); in TearDown()
179 storage::MockQuotaManagerProxy* quota_manager_proxy() { in quota_manager_proxy() function in content::__anon74d6ffb10111::CacheStorageBlobToDiskCacheTest
H A Dcache_storage_context_impl.h85 scoped_refptr<storage::QuotaManagerProxy> quota_manager_proxy);
129 scoped_refptr<storage::QuotaManagerProxy> quota_manager_proxy);
141 scoped_refptr<storage::QuotaManagerProxy> quota_manager_proxy);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/cache_storage/
H A Dcache_storage_context_impl.cc68 scoped_refptr<storage::QuotaManagerProxy> quota_manager_proxy) { in Init() argument
84 quota_manager_proxy)); in Init()
95 std::move(quota_manager_proxy))); in Init()
242 scoped_refptr<storage::QuotaManagerProxy> quota_manager_proxy) { in CreateCacheStorageManagerOnTaskRunner() argument
248 quota_manager_proxy, observers_); in CreateCacheStorageManagerOnTaskRunner()
316 scoped_refptr<storage::QuotaManagerProxy> quota_manager_proxy) { in CreateQuotaClientsOnIOThread() argument
318 if (!quota_manager_proxy.get()) in CreateQuotaClientsOnIOThread()
323 quota_manager_proxy->RegisterClient( in CreateQuotaClientsOnIOThread()
326 quota_manager_proxy->RegisterClient( in CreateQuotaClientsOnIOThread()
H A Dcache_storage_blob_to_disk_cache_unittest.cc47 scoped_refptr<storage::QuotaManagerProxy> quota_manager_proxy) in TestCacheStorageBlobToDiskCache() argument
48 : CacheStorageBlobToDiskCache(quota_manager_proxy, url::Origin()) {} in TestCacheStorageBlobToDiskCache()
92 quota_manager_proxy()); in SetUp()
96 quota_manager_proxy()->SimulateQuotaManagerDestroyed(); in TearDown()
182 storage::MockQuotaManagerProxy* quota_manager_proxy() { in quota_manager_proxy() function in content::__anon26e70b4c0111::CacheStorageBlobToDiskCacheTest
H A Dcache_storage_context_impl.h86 scoped_refptr<storage::QuotaManagerProxy> quota_manager_proxy);
130 scoped_refptr<storage::QuotaManagerProxy> quota_manager_proxy);
142 scoped_refptr<storage::QuotaManagerProxy> quota_manager_proxy);
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/appcache/
H A Dappcache_storage.cc115 if (new_usage != old_usage && service()->quota_manager_proxy()) { in UpdateUsageMapAndNotify()
116 service()->quota_manager_proxy()->NotifyStorageModified( in UpdateUsageMapAndNotify()
123 if (service()->quota_manager_proxy()) { in ClearUsageMapAndNotify()
125 service()->quota_manager_proxy()->NotifyStorageModified( in ClearUsageMapAndNotify()
134 if (service()->quota_manager_proxy() && in NotifyStorageAccessed()
136 service()->quota_manager_proxy()->NotifyStorageAccessed( in NotifyStorageAccessed()
H A Dappcache_service_impl.cc392 void Initialize(scoped_refptr<storage::QuotaManagerProxy> quota_manager_proxy,
403 scoped_refptr<storage::QuotaManagerProxy> quota_manager_proxy,
428 scoped_refptr<storage::QuotaManagerProxy> quota_manager_proxy, in Initialize() argument
435 base::RetainedRef(this), std::move(quota_manager_proxy), in Initialize()
449 scoped_refptr<storage::QuotaManagerProxy> quota_manager_proxy, in InitializeOnIOThread() argument
454 if (!quota_manager_proxy.get()) in InitializeOnIOThread()
459 quota_manager_proxy->RegisterClient(quota_client_, in InitializeOnIOThread()
473 scoped_refptr<storage::QuotaManagerProxy> quota_manager_proxy, in AppCacheServiceImpl() argument
479 quota_manager_proxy_(std::move(quota_manager_proxy)),
H A Dchrome_appcache_service.cc24 scoped_refptr<storage::QuotaManagerProxy> quota_manager_proxy, in ChromeAppCacheService() argument
26 : AppCacheServiceImpl(std::move(quota_manager_proxy), in ChromeAppCacheService()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/storage/browser/file_system/
H A Dsandbox_file_system_backend_delegate_unittest.cc67 MockQuotaManagerProxy* quota_manager_proxy() const { in quota_manager_proxy() function in storage::SandboxFileSystemBackendDelegateTest
125 EXPECT_EQ(quota_manager_proxy()->notify_storage_accessed_count(), 0); in TEST_F()
133 EXPECT_EQ(quota_manager_proxy()->notify_storage_accessed_count(), 1); in TEST_F()
134 EXPECT_EQ(quota_manager_proxy()->last_notified_origin(), in TEST_F()
136 EXPECT_EQ(quota_manager_proxy()->last_notified_type(), in TEST_F()
H A Dsandbox_file_stream_writer.cc166 QuotaManagerProxy* quota_manager_proxy = in DidCreateSnapshotFile() local
167 file_system_context_->quota_manager_proxy(); in DidCreateSnapshotFile()
168 if (!quota_manager_proxy) { in DidCreateSnapshotFile()
176 DCHECK(quota_manager_proxy->quota_manager()); in DidCreateSnapshotFile()
177 quota_manager_proxy->quota_manager()->GetUsageAndQuota( in DidCreateSnapshotFile()
H A Dfile_system_context.cc139 QuotaManagerProxy* quota_manager_proxy, in FileSystemContext() argument
150 quota_manager_proxy_(quota_manager_proxy), in FileSystemContext()
152 new SandboxFileSystemBackendDelegate(quota_manager_proxy, in FileSystemContext()
189 if (quota_manager_proxy) { in FileSystemContext()
191 quota_manager_proxy->RegisterClient( in FileSystemContext()
220 this, quota_manager_proxy(), origin, type_backend_pair.first) != in DeleteDataForOriginOnFileTaskRunner()
426 base::Unretained(quota_manager_proxy()), origin, type), in DeleteFileSystem()
/dports/www/chromium-legacy/chromium-88.0.4324.182/storage/browser/file_system/
H A Dsandbox_file_system_backend_delegate_unittest.cc67 MockQuotaManagerProxy* quota_manager_proxy() const { in quota_manager_proxy() function in storage::SandboxFileSystemBackendDelegateTest
125 EXPECT_EQ(quota_manager_proxy()->notify_storage_accessed_count(), 0); in TEST_F()
133 EXPECT_EQ(quota_manager_proxy()->notify_storage_accessed_count(), 1); in TEST_F()
134 EXPECT_EQ(quota_manager_proxy()->last_notified_origin(), in TEST_F()
136 EXPECT_EQ(quota_manager_proxy()->last_notified_type(), in TEST_F()
H A Dsandbox_file_stream_writer.cc170 QuotaManagerProxy* quota_manager_proxy = in DidCreateSnapshotFile() local
171 file_system_context_->quota_manager_proxy(); in DidCreateSnapshotFile()
172 if (!quota_manager_proxy) { in DidCreateSnapshotFile()
180 DCHECK(quota_manager_proxy->quota_manager()); in DidCreateSnapshotFile()
181 quota_manager_proxy->quota_manager()->GetUsageAndQuota( in DidCreateSnapshotFile()
229 file_system_context_->quota_manager_proxy()->NotifyWriteFailed( in DidWrite()
H A Dfile_system_context.cc141 QuotaManagerProxy* quota_manager_proxy, in FileSystemContext() argument
152 quota_manager_proxy_(quota_manager_proxy), in FileSystemContext()
154 new SandboxFileSystemBackendDelegate(quota_manager_proxy, in FileSystemContext()
191 if (quota_manager_proxy) { in FileSystemContext()
193 quota_manager_proxy->RegisterClient( in FileSystemContext()
223 this, quota_manager_proxy(), origin, type_backend_pair.first) != in DeleteDataForOriginOnFileTaskRunner()
429 base::Unretained(quota_manager_proxy()), origin, type), in DeleteFileSystem()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/appcache/
H A Dappcache_storage.cc152 if (new_usage != old_usage && service()->quota_manager_proxy()) { in UpdateUsageMapAndNotify()
153 service()->quota_manager_proxy()->NotifyStorageModified( in UpdateUsageMapAndNotify()
160 if (service()->quota_manager_proxy()) { in ClearUsageMapAndNotify()
162 service()->quota_manager_proxy()->NotifyStorageModified( in ClearUsageMapAndNotify()
171 if (service()->quota_manager_proxy() && in NotifyStorageAccessed()
173 service()->quota_manager_proxy()->NotifyStorageAccessed( in NotifyStorageAccessed()
H A Dchrome_appcache_service.cc25 storage::QuotaManagerProxy* quota_manager_proxy, in ChromeAppCacheService() argument
27 : AppCacheServiceImpl(quota_manager_proxy, std::move(partition)) {} in ChromeAppCacheService()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/background_fetch/storage/
H A Ddatabase_task.cc89 DCHECK(quota_manager_proxy()); in IsQuotaAvailable()
91 quota_manager_proxy()->GetUsageAndQuota( in IsQuotaAvailable()
194 storage::QuotaManagerProxy* DatabaseTask::quota_manager_proxy() { in quota_manager_proxy() function in content::background_fetch::DatabaseTask
195 return data_manager()->quota_manager_proxy(); in quota_manager_proxy()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/background_fetch/storage/
H A Ddatabase_task.cc89 DCHECK(quota_manager_proxy()); in IsQuotaAvailable()
91 quota_manager_proxy()->GetUsageAndQuota( in IsQuotaAvailable()
194 storage::QuotaManagerProxy* DatabaseTask::quota_manager_proxy() { in quota_manager_proxy() function in content::background_fetch::DatabaseTask
195 return data_manager()->quota_manager_proxy(); in quota_manager_proxy()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/renderer_host/pepper/
H A Dpepper_file_system_browser_host.cc423 storage::QuotaManagerProxy* quota_manager_proxy = in ShouldCreateQuotaReservation() local
424 file_system_context_->quota_manager_proxy(); in ShouldCreateQuotaReservation()
425 CHECK(quota_manager_proxy); in ShouldCreateQuotaReservation()
426 CHECK(quota_manager_proxy->quota_manager()); in ShouldCreateQuotaReservation()
429 return !quota_manager_proxy->quota_manager()->IsStorageUnlimited( in ShouldCreateQuotaReservation()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/renderer_host/pepper/
H A Dpepper_file_system_browser_host.cc423 storage::QuotaManagerProxy* quota_manager_proxy = in ShouldCreateQuotaReservation() local
424 file_system_context_->quota_manager_proxy(); in ShouldCreateQuotaReservation()
425 CHECK(quota_manager_proxy); in ShouldCreateQuotaReservation()
426 CHECK(quota_manager_proxy->quota_manager()); in ShouldCreateQuotaReservation()
429 return !quota_manager_proxy->quota_manager()->IsStorageUnlimited( in ShouldCreateQuotaReservation()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/cache_storage/legacy/
H A Dlegacy_cache_storage.cc98 scoped_refptr<storage::QuotaManagerProxy> quota_manager_proxy, in CacheLoader() argument
105 quota_manager_proxy_(std::move(quota_manager_proxy)), in CacheLoader()
180 std::move(quota_manager_proxy), in MemoryLoader()
245 scoped_refptr<storage::QuotaManagerProxy> quota_manager_proxy, in SimpleCacheLoader() argument
252 std::move(quota_manager_proxy), in SimpleCacheLoader()
400 scoped_refptr<storage::QuotaManagerProxy> quota_manager_proxy, in WriteIndexWriteToFileInPool() argument
405 quota_manager_proxy->NotifyWriteFailed(origin); in WriteIndexWriteToFileInPool()
504 scoped_refptr<storage::QuotaManagerProxy> quota_manager_proxy, in ReadAndMigrateIndexInPool() argument
566 std::move(quota_manager_proxy), in ReadAndMigrateIndexInPool()
588 scoped_refptr<storage::QuotaManagerProxy> quota_manager_proxy, in LegacyCacheStorage() argument
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/cache_storage/legacy/
H A Dlegacy_cache_storage.cc98 scoped_refptr<storage::QuotaManagerProxy> quota_manager_proxy, in CacheLoader() argument
105 quota_manager_proxy_(std::move(quota_manager_proxy)), in CacheLoader()
180 std::move(quota_manager_proxy), in MemoryLoader()
245 scoped_refptr<storage::QuotaManagerProxy> quota_manager_proxy, in SimpleCacheLoader() argument
252 std::move(quota_manager_proxy), in SimpleCacheLoader()
383 scoped_refptr<storage::QuotaManagerProxy> quota_manager_proxy, in WriteIndexWriteToFileInPool() argument
388 quota_manager_proxy->NotifyWriteFailed(origin); in WriteIndexWriteToFileInPool()
487 scoped_refptr<storage::QuotaManagerProxy> quota_manager_proxy, in ReadAndMigrateIndexInPool() argument
549 std::move(quota_manager_proxy), in ReadAndMigrateIndexInPool()
571 scoped_refptr<storage::QuotaManagerProxy> quota_manager_proxy, in LegacyCacheStorage() argument
[all …]

12345