Searched refs:origin_matcher (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/content/browser/
H A Dstorage_partition_impl.cc112 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...]
H A Dstorage_partition_impl.h54 const OriginMatcherFunction& origin_matcher,
125 const OriginMatcherFunction& origin_matcher,
H A Dstorage_partition_impl_unittest.cc285 const StoragePartition::OriginMatcherFunction& origin_matcher,
290 &remove_origin, origin_matcher, delete_begin,
332 const StoragePartition::OriginMatcherFunction& origin_matcher,
336 NULL, origin_matcher, delete_begin, delete_end, cb);
282 ClearQuotaDataWithOriginMatcher( content::StoragePartition* storage_partition, const GURL& remove_origin, const StoragePartition::OriginMatcherFunction& origin_matcher, const base::Time delete_begin, const base::Closure& cb) argument
328 ClearStuff(uint32 remove_mask, content::StoragePartition* storage_partition, const base::Time delete_begin, const base::Time delete_end, const StoragePartition::OriginMatcherFunction& origin_matcher, const base::Closure& cb) argument
/external/chromium_org/chrome/browser/browsing_data/
H A Dbrowsing_data_remover_unittest.cc152 StoragePartition::OriginMatcherFunction origin_matcher; member in struct:__anon4400::StoragePartitionRemovalData
199 const OriginMatcherFunction& origin_matcher,
211 storage_partition_removal_data_.origin_matcher = origin_matcher;
866 EXPECT_FALSE(removal_data.origin_matcher.Run(kOrigin1, mock_policy));
867 EXPECT_TRUE(removal_data.origin_matcher.Run(kOrigin2, mock_policy));
868 EXPECT_TRUE(removal_data.origin_matcher.Run(kOrigin3, mock_policy));
869 EXPECT_FALSE(removal_data.origin_matcher.Run(kOriginExt, mock_policy));
900 EXPECT_TRUE(removal_data.origin_matcher.Run(kOrigin1, mock_policy));
901 EXPECT_TRUE(removal_data.origin_matcher
[all...]
/external/chromium_org/content/public/browser/
H A Dstorage_partition.h110 // |origin_matcher| is present if special storage policy is to be handled,
117 const OriginMatcherFunction& origin_matcher,

Completed in 32 milliseconds