H A D | storage_partition_impl.cc | 112 const StoragePartition::OriginMatcherFunction& origin_matcher, 120 if (!origin_matcher.is_null() && 121 !origin_matcher.Run(infos[i].origin, special_storage_policy.get())) { 136 const StoragePartition::OriginMatcherFunction& origin_matcher, 142 if (!origin_matcher.is_null() && 143 !origin_matcher.Run(infos[i].origin, special_storage_policy.get())) { 155 const StoragePartition::OriginMatcherFunction& origin_matcher, 163 bool can_delete = origin_matcher.is_null() || 164 origin_matcher.Run(remove_origin, 175 dom_storage_context, special_storage_policy, origin_matcher, 109 OnLocalStorageUsageInfo( const scoped_refptr<DOMStorageContextWrapper>& dom_storage_context, const scoped_refptr<quota::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<quota::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<quota::SpecialStoragePolicy>& special_storage_policy, const StoragePartition::OriginMatcherFunction& origin_matcher, const GURL& remove_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<quota::SpecialStoragePolicy>& special_storage_policy, const StoragePartition::OriginMatcherFunction& origin_matcher, const base::Closure& callback) argument 301 ClearQuotaManagedDataOnIOThread( const scoped_refptr<quota::QuotaManager>& quota_manager, const base::Time begin, const GURL& remove_origin, const scoped_refptr<quota::SpecialStoragePolicy>& special_storage_policy, const StoragePartition::OriginMatcherFunction& origin_matcher, const base::Closure& callback) argument 484 ClearDataImpl( uint32 remove_mask, uint32 quota_storage_remove_mask, const GURL* remove_origin, const OriginMatcherFunction& origin_matcher, net::URLRequestContextGetter* rq_context, const base::Time begin, const base::Time end, const base::Closure& callback) argument 523 ClearDataOnIOThread( const scoped_refptr<quota::QuotaManager>& quota_manager, const base::Time begin, const scoped_refptr<quota::SpecialStoragePolicy>& special_storage_policy, const StoragePartition::OriginMatcherFunction& origin_matcher) argument 578 ClearOriginsOnIOThread( quota::QuotaManager* quota_manager, const scoped_refptr<quota::SpecialStoragePolicy>& special_storage_policy, const StoragePartition::OriginMatcherFunction& origin_matcher, const base::Closure& callback, const std::set<GURL>& origins, quota::StorageType quota_storage_type) argument 642 ClearDataOnUIThread( const GURL* remove_origin, const OriginMatcherFunction& origin_matcher, const base::FilePath& path, net::URLRequestContextGetter* rq_context, DOMStorageContextWrapper* dom_storage_context, quota::QuotaManager* quota_manager, quota::SpecialStoragePolicy* special_storage_policy, WebRTCIdentityStore* webrtc_identity_store, const base::Time begin, const base::Time end) argument 693 origin_matcher, local 705 origin_matcher, local 745 ClearData( uint32 remove_mask, uint32 quota_storage_remove_mask, const GURL* storage_origin, const OriginMatcherFunction& origin_matcher, const base::Time begin, const base::Time end, const base::Closure& callback) argument [all...] |