Searched defs:special_storage_policy (Results 1 - 25 of 28) sorted by relevance

12

/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
/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 Dappcache_service_impl.h153 storage::SpecialStoragePolicy* special_storage_policy() const { function in class:content::AppCacheServiceImpl
/external/chromium_org/content/browser/dom_storage/
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.cc23 #include "storage/browser/quota/special_storage_policy.h"
32 storage::SpecialStoragePolicy* special_storage_policy,
39 special_storage_policy_(special_storage_policy),
29 DOMStorageContextImpl( const base::FilePath& localstorage_directory, const base::FilePath& sessionstorage_directory, storage::SpecialStoragePolicy* special_storage_policy, DOMStorageTaskRunner* task_runner) argument
/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 Dstorage_monitor_unittest.cc65 UsageMockQuotaManager(SpecialStoragePolicy* special_storage_policy) argument
71 special_storage_policy),
/external/chromium_org/storage/browser/fileapi/
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 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 Dfile_system_context.cc29 #include "storage/browser/quota/special_storage_policy.h"
137 storage::SpecialStoragePolicy* special_storage_policy,
150 special_storage_policy,
157 special_storage_policy,
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 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 Dobfuscated_file_util.cc253 storage::SpecialStoragePolicy* special_storage_policy,
260 : special_storage_policy_(special_storage_policy),
252 ObfuscatedFileUtil( storage::SpecialStoragePolicy* special_storage_policy, const base::FilePath& file_system_directory, leveldb::Env* env_override, base::SequencedTaskRunner* file_task_runner, const GetTypeStringForURLCallback& get_type_string_for_url, const std::set<std::string>& known_type_strings, SandboxFileSystemBackendDelegate* sandbox_delegate) argument
/external/chromium_org/chrome/browser/browsing_data/
H A Dcookies_tree_model_unittest.cc116 new CookiesTreeModel(container, special_storage_policy(), false);
364 ExtensionSpecialStoragePolicy* special_storage_policy() { function in class:__anon2978::CookiesTreeModelTest
940 CookiesTreeModel cookies_model(container, special_storage_policy(), false);
1037 CookiesTreeModel cookies_model(container, special_storage_policy(), false);
1137 CookiesTreeModel cookies_model(container, special_storage_policy(), false);
1180 CookiesTreeModel cookies_model(container, special_storage_policy(), false);
1228 CookiesTreeModel cookies_model(container, special_storage_policy(), false);
1322 CookiesTreeModel cookies_model(container, special_storage_policy(), false);
H A Dbrowsing_data_remover.cc76 #include "storage/browser/quota/special_storage_policy.h"
114 storage::SpecialStoragePolicy* special_storage_policy) {
116 origin, origin_set_mask, special_storage_policy);
111 DoesOriginMatchMask( int origin_set_mask, const GURL& origin, storage::SpecialStoragePolicy* special_storage_policy) argument
/external/chromium_org/chrome/browser/chromeos/fileapi/
H A Dfile_system_backend.cc41 scoped_refptr<storage::SpecialStoragePolicy> special_storage_policy,
44 : special_storage_policy_(special_storage_policy),
37 FileSystemBackend( FileSystemBackendDelegate* drive_delegate, FileSystemBackendDelegate* file_system_provider_delegate, FileSystemBackendDelegate* mtp_delegate, scoped_refptr<storage::SpecialStoragePolicy> special_storage_policy, scoped_refptr<storage::ExternalMountPoints> mount_points, storage::ExternalMountPoints* system_mount_points) argument
/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
H A Dprofile_impl_io_data.cc58 #include "storage/browser/quota/special_storage_policy.h"
132 storage::SpecialStoragePolicy* special_storage_policy,
157 lazy_params->special_storage_policy = special_storage_policy;
511 lazy_params_->special_storage_policy.get(),
529 lazy_params_->special_storage_policy.get());
120 Init( const base::FilePath& cookie_path, const base::FilePath& channel_id_path, const base::FilePath& cache_path, int cache_max_size, const base::FilePath& media_cache_path, int media_cache_max_size, const base::FilePath& extensions_cookie_path, const base::FilePath& profile_path, const base::FilePath& infinite_cache_path, chrome_browser_net::Predictor* predictor, content::CookieStoreConfig::SessionCookieMode session_cookie_mode, storage::SpecialStoragePolicy* special_storage_policy, scoped_ptr<domain_reliability::DomainReliabilityMonitor> domain_reliability_monitor, const base::Callback<void(bool)>& data_reduction_proxy_unavailable, scoped_ptr<DataReductionProxyChromeConfigurator> data_reduction_proxy_chrome_configurator, scoped_ptr<data_reduction_proxy::DataReductionProxyParams> data_reduction_proxy_params, scoped_ptr<data_reduction_proxy::DataReductionProxyStatisticsPrefs> data_reduction_proxy_statistics_prefs) argument
/external/chromium_org/content/browser/
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...]
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_unittest.cc228 storage::SpecialStoragePolicy* special_storage_policy) {
230 return !special_storage_policy->IsStorageProtected(origin.GetOrigin());
237 storage::SpecialStoragePolicy* special_storage_policy) {
243 storage::SpecialStoragePolicy* special_storage_policy) {
226 DoesOriginMatchForUnprotectedWeb( const GURL& origin, storage::SpecialStoragePolicy* special_storage_policy) argument
235 DoesOriginMatchForBothProtectedAndUnprotectedWeb( const GURL& origin, storage::SpecialStoragePolicy* special_storage_policy) argument
241 DoesOriginMatchUnprotected( const GURL& origin, storage::SpecialStoragePolicy* special_storage_policy) argument
/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
/external/chromium_org/storage/browser/quota/
H A Dusage_tracker.cc75 SpecialStoragePolicy* special_storage_policy,
85 new ClientUsageTracker(this, *iter, type, special_storage_policy,
277 SpecialStoragePolicy* special_storage_policy,
286 special_storage_policy_(special_storage_policy) {
73 UsageTracker(const QuotaClientList& clients, StorageType type, SpecialStoragePolicy* special_storage_policy, StorageMonitor* storage_monitor) argument
275 ClientUsageTracker( UsageTracker* tracker, QuotaClient* client, StorageType type, SpecialStoragePolicy* special_storage_policy, StorageMonitor* storage_monitor) argument
H A Dquota_database.cc18 #include "storage/browser/quota/special_storage_policy.h"
331 SpecialStoragePolicy* special_storage_policy,
348 if (special_storage_policy &&
349 special_storage_policy->IsStorageUnlimited(url))
328 GetLRUOrigin( StorageType type, const std::set<GURL>& exceptions, SpecialStoragePolicy* special_storage_policy, GURL* origin) argument
/external/chromium_org/storage/browser/database/
H A Ddatabase_tracker.cc26 #include "storage/browser/quota/special_storage_policy.h"
85 storage::SpecialStoragePolicy* special_storage_policy,
97 special_storage_policy_(special_storage_policy),
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
/external/chromium_org/content/browser/net/
H A Dsqlite_persistent_cookie_store.cc41 #include "storage/browser/quota/special_storage_policy.h"
79 storage::SpecialStoragePolicy* special_storage_policy,
87 special_storage_policy_(special_storage_policy),
1208 storage::SpecialStoragePolicy* special_storage_policy,
1214 special_storage_policy,
74 Backend( const base::FilePath& path, const scoped_refptr<base::SequencedTaskRunner>& client_task_runner, const scoped_refptr<base::SequencedTaskRunner>& background_task_runner, bool restore_old_session_cookies, storage::SpecialStoragePolicy* special_storage_policy, CookieCryptoDelegate* crypto_delegate) argument
1203 SQLitePersistentCookieStore( const base::FilePath& path, const scoped_refptr<base::SequencedTaskRunner>& client_task_runner, const scoped_refptr<base::SequencedTaskRunner>& background_task_runner, bool restore_old_session_cookies, storage::SpecialStoragePolicy* special_storage_policy, CookieCryptoDelegate* crypto_delegate) argument

Completed in 326 milliseconds

12