HomeSort by relevance Sort by last modified time
    Searched refs:origin_matcher (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/content/browser/
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(storage_origin,
175 dom_storage_context, special_storage_policy, origin_matcher,
692 origin_matcher, local
704 origin_matcher, local
    [all...]
storage_partition_impl.h 55 const OriginMatcherFunction& origin_matcher,
124 const OriginMatcherFunction& origin_matcher,
storage_partition_impl_unittest.cc 259 const StoragePartition::OriginMatcherFunction& origin_matcher,
264 remove_origin, origin_matcher, delete_begin,
307 const StoragePartition::OriginMatcherFunction& origin_matcher,
311 GURL(), origin_matcher, delete_begin, delete_end,
    [all...]
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_remover_unittest.cc 119 StoragePartition::OriginMatcherFunction origin_matcher; member in struct:__anon7524::StoragePartitionRemovalData
169 const OriginMatcherFunction& origin_matcher,
180 storage_partition_removal_data_.origin_matcher = origin_matcher;
875 EXPECT_FALSE(removal_data.origin_matcher.Run(kOrigin1, mock_policy));
876 EXPECT_TRUE(removal_data.origin_matcher.Run(kOrigin2, mock_policy));
877 EXPECT_TRUE(removal_data.origin_matcher.Run(kOrigin3, mock_policy));
878 EXPECT_FALSE(removal_data.origin_matcher.Run(kOriginExt, mock_policy));
    [all...]
  /external/chromium_org/content/public/browser/
storage_partition.h 112 // |origin_matcher| is present if special storage policy is to be handled,
119 const OriginMatcherFunction& origin_matcher,

Completed in 160 milliseconds