Searched refs:special_storage_policy (Results 1 - 25 of 58) sorted by relevance

123

/external/chromium_org/chrome/browser/net/
H A Dquota_policy_channel_id_store.cc20 #include "storage/browser/quota/special_storage_policy.h"
26 const scoped_refptr<storage::SpecialStoragePolicy>& special_storage_policy)
27 : special_storage_policy_(special_storage_policy),
23 QuotaPolicyChannelIDStore( const base::FilePath& path, const scoped_refptr<base::SequencedTaskRunner>& background_task_runner, const scoped_refptr<storage::SpecialStoragePolicy>& special_storage_policy) argument
H A Dquota_policy_channel_id_store.h36 // |special_storage_policy| is consulted when the store is closed to decide
42 special_storage_policy);
/external/chromium_org/content/browser/appcache/
H A Dchrome_appcache_service.cc27 scoped_refptr<storage::SpecialStoragePolicy> special_storage_policy) {
49 set_special_storage_policy(special_storage_policy.get());
23 InitializeOnIOThread( const base::FilePath& cache_path, ResourceContext* resource_context, net::URLRequestContextGetter* request_context_getter, scoped_refptr<storage::SpecialStoragePolicy> special_storage_policy) argument
H A Dchrome_appcache_service.h14 #include "storage/browser/quota/special_storage_policy.h"
53 scoped_refptr<storage::SpecialStoragePolicy> special_storage_policy);
H A Dappcache_service_impl.h153 storage::SpecialStoragePolicy* special_storage_policy() const { function in class:content::AppCacheServiceImpl
/external/chromium_org/content/browser/
H A Dstorage_partition_impl.cc111 const scoped_refptr<storage::SpecialStoragePolicy>& special_storage_policy,
121 !origin_matcher.Run(infos[i].origin, special_storage_policy.get())) {
135 const scoped_refptr<storage::SpecialStoragePolicy>& special_storage_policy,
143 !origin_matcher.Run(infos[i].origin, special_storage_policy.get())) {
154 const scoped_refptr<storage::SpecialStoragePolicy>& special_storage_policy,
165 special_storage_policy.get());
175 dom_storage_context, special_storage_policy, origin_matcher,
181 const scoped_refptr<storage::SpecialStoragePolicy>& special_storage_policy,
188 special_storage_policy, origin_matcher,
263 special_storage_policy,
109 OnLocalStorageUsageInfo( const scoped_refptr<DOMStorageContextWrapper>& dom_storage_context, const scoped_refptr<storage::SpecialStoragePolicy>& special_storage_policy, const StoragePartition::OriginMatcherFunction& origin_matcher, const base::Time delete_begin, const base::Time delete_end, const base::Closure& callback, const std::vector<LocalStorageUsageInfo>& infos) argument
133 OnSessionStorageUsageInfo( const scoped_refptr<DOMStorageContextWrapper>& dom_storage_context, const scoped_refptr<storage::SpecialStoragePolicy>& special_storage_policy, const StoragePartition::OriginMatcherFunction& origin_matcher, const base::Closure& callback, const std::vector<SessionStorageUsageInfo>& infos) argument
152 ClearLocalStorageOnUIThread( const scoped_refptr<DOMStorageContextWrapper>& dom_storage_context, const scoped_refptr<storage::SpecialStoragePolicy>& special_storage_policy, const StoragePartition::OriginMatcherFunction& origin_matcher, const GURL& storage_origin, const base::Time begin, const base::Time end, const base::Closure& callback) argument
179 ClearSessionStorageOnUIThread( const scoped_refptr<DOMStorageContextWrapper>& dom_storage_context, const scoped_refptr<storage::SpecialStoragePolicy>& special_storage_policy, const StoragePartition::OriginMatcherFunction& origin_matcher, const base::Closure& callback) argument
336 ClearQuotaManagedDataOnIOThread( const scoped_refptr<storage::QuotaManager>& quota_manager, const base::Time begin, const GURL& storage_origin, const scoped_refptr<storage::SpecialStoragePolicy>& special_storage_policy, const StoragePartition::OriginMatcherFunction& origin_matcher, const base::Closure& callback) argument
355 StoragePartitionImpl( const base::FilePath& partition_path, storage::QuotaManager* quota_manager, ChromeAppCacheService* appcache_service, storage::FileSystemContext* filesystem_context, storage::DatabaseTracker* database_tracker, DOMStorageContextWrapper* dom_storage_context, IndexedDBContextImpl* indexed_db_context, ServiceWorkerContextWrapper* service_worker_context, WebRTCIdentityStore* webrtc_identity_store, storage::SpecialStoragePolicy* special_storage_policy) argument
564 ClearDataOnIOThread( const scoped_refptr<storage::QuotaManager>& quota_manager, const base::Time begin, const scoped_refptr<storage::SpecialStoragePolicy>& special_storage_policy, const StoragePartition::OriginMatcherFunction& origin_matcher) argument
622 ClearOriginsOnIOThread( storage::QuotaManager* quota_manager, const scoped_refptr<storage::SpecialStoragePolicy>& special_storage_policy, const StoragePartition::OriginMatcherFunction& origin_matcher, const base::Closure& callback, const std::set<GURL>& origins, storage::StorageType quota_storage_type) argument
685 ClearDataOnUIThread( const GURL& storage_origin, const OriginMatcherFunction& origin_matcher, const base::FilePath& path, net::URLRequestContextGetter* rq_context, DOMStorageContextWrapper* dom_storage_context, storage::QuotaManager* quota_manager, storage::SpecialStoragePolicy* special_storage_policy, WebRTCIdentityStore* webrtc_identity_store, const base::Time begin, const base::Time end) argument
814 OverrideSpecialStoragePolicyForTesting( storage::SpecialStoragePolicy* special_storage_policy) argument
[all...]
H A Dstorage_partition_impl.h18 #include "storage/browser/quota/special_storage_policy.h"
33 storage::SpecialStoragePolicy* special_storage_policy);
120 storage::SpecialStoragePolicy* special_storage_policy);
H A Ddatabase_tracker_unittest.cc201 scoped_refptr<MockSpecialStoragePolicy> special_storage_policy = local
203 special_storage_policy->AddProtected(GURL(kOrigin2Url));
207 special_storage_policy.get(),
309 scoped_refptr<MockSpecialStoragePolicy> special_storage_policy = local
311 special_storage_policy->AddProtected(GURL(kOrigin2Url));
315 special_storage_policy.get(),
567 scoped_refptr<MockSpecialStoragePolicy> special_storage_policy = local
569 special_storage_policy->AddSessionOnly(GURL(kOrigin2Url));
573 special_storage_policy.get(),
647 scoped_refptr<MockSpecialStoragePolicy> special_storage_policy local
[all...]
/external/chromium_org/content/browser/dom_storage/
H A Ddom_storage_context_wrapper.h33 storage::SpecialStoragePolicy* special_storage_policy);
H A Ddom_storage_context_wrapper.cc67 storage::SpecialStoragePolicy* special_storage_policy) {
74 special_storage_policy,
65 DOMStorageContextWrapper( const base::FilePath& data_path, storage::SpecialStoragePolicy* special_storage_policy) argument
H A Ddom_storage_context_impl.h96 storage::SpecialStoragePolicy* special_storage_policy,
/external/chromium_org/content/browser/net/
H A Dsqlite_persistent_cookie_store.h53 storage::SpecialStoragePolicy* special_storage_policy,
/external/chromium_org/content/browser/quota/
H A Dmock_quota_manager.cc38 const scoped_refptr<SpecialStoragePolicy>& special_storage_policy)
43 special_storage_policy),
33 MockQuotaManager( bool is_incognito, const base::FilePath& profile_path, const scoped_refptr<base::SingleThreadTaskRunner>& io_thread, const scoped_refptr<base::SequencedTaskRunner>& db_thread, const scoped_refptr<SpecialStoragePolicy>& special_storage_policy) argument
H A Dmock_quota_manager.h48 const scoped_refptr<SpecialStoragePolicy>& special_storage_policy);
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_impl_io_data.h63 storage::SpecialStoragePolicy* special_storage_policy,
169 scoped_refptr<storage::SpecialStoragePolicy> special_storage_policy; member in struct:ProfileImplIOData::LazyParams
/external/chromium_org/storage/browser/fileapi/
H A Dplugin_private_file_system_backend.cc90 storage::SpecialStoragePolicy* special_storage_policy,
100 special_storage_policy,
87 PluginPrivateFileSystemBackend( base::SequencedTaskRunner* file_task_runner, const base::FilePath& profile_path, storage::SpecialStoragePolicy* special_storage_policy, const FileSystemOptions& file_system_options) argument
H A Dsandbox_file_system_backend_delegate.h87 storage::SpecialStoragePolicy* special_storage_policy,
189 storage::SpecialStoragePolicy* special_storage_policy() { function in class:storage::SandboxFileSystemBackendDelegate
H A Dsandbox_file_system_backend_delegate.cc176 storage::SpecialStoragePolicy* special_storage_policy,
180 new ObfuscatedFileUtil(special_storage_policy,
198 special_storage_policy_(special_storage_policy),
660 storage::SpecialStoragePolicy* special_storage_policy,
664 return new ObfuscatedFileUtil(special_storage_policy,
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 Dplugin_private_file_system_backend.h45 storage::SpecialStoragePolicy* special_storage_policy,
H A Dsandbox_file_system_backend.cc115 SpecialStoragePolicy* policy = delegate_->special_storage_policy();
/external/chromium_org/storage/browser/quota/
H A Dusage_tracker.h20 #include "storage/browser/quota/special_storage_policy.h"
36 SpecialStoragePolicy* special_storage_policy,
108 SpecialStoragePolicy* special_storage_policy,
H A Dquota_database.h79 SpecialStoragePolicy* special_storage_policy,
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_context_impl.cc35 #include "storage/browser/quota/special_storage_policy.h"
81 scoped_refptr<storage::SpecialStoragePolicy> special_storage_policy) {
93 if (!special_storage_policy->IsStorageSessionOnly(*iter))
95 if (special_storage_policy->IsStorageProtected(*iter))
105 storage::SpecialStoragePolicy* special_storage_policy,
109 special_storage_policy_(special_storage_policy),
79 ClearSessionOnlyOrigins( const base::FilePath& indexeddb_path, scoped_refptr<storage::SpecialStoragePolicy> special_storage_policy) argument
103 IndexedDBContextImpl( const base::FilePath& data_path, storage::SpecialStoragePolicy* special_storage_policy, storage::QuotaManagerProxy* quota_manager_proxy, base::SequencedTaskRunner* task_runner) argument
H A Dindexed_db_context_impl.h56 storage::SpecialStoragePolicy* special_storage_policy,
/external/chromium_org/chrome/browser/chromeos/fileapi/
H A Dfile_system_backend.h16 #include "storage/browser/quota/special_storage_policy.h"
76 scoped_refptr<storage::SpecialStoragePolicy> special_storage_policy,

Completed in 395 milliseconds

123