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,
736 origin_matcher, local
748 origin_matcher, local
    [all...]
storage_partition_impl.h 56 const OriginMatcherFunction& origin_matcher,
125 const OriginMatcherFunction& origin_matcher,
storage_partition_impl_unittest.cc 258 const StoragePartition::OriginMatcherFunction& origin_matcher,
263 remove_origin, origin_matcher, delete_begin,
304 const StoragePartition::OriginMatcherFunction& origin_matcher,
308 GURL(), origin_matcher, delete_begin, delete_end,
    [all...]
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_remover_unittest.cc 127 StoragePartition::OriginMatcherFunction origin_matcher; member in struct:__anon7600::StoragePartitionRemovalData
181 const OriginMatcherFunction& origin_matcher,
192 storage_partition_removal_data_.origin_matcher = origin_matcher;
    [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 849 milliseconds