Searched refs:storage_origin (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/chrome/browser/extensions/ |
D | data_deleter.cc | 26 const GURL& storage_origin) { in StartDeleting() argument 35 if (storage_origin.SchemeIs(extensions::kExtensionScheme)) { in StartDeleting() 49 storage_origin, in StartDeleting() 58 storage_origin, in StartDeleting()
|
D | data_deleter.h | 23 const GURL& storage_origin);
|
/external/chromium_org/content/public/browser/ |
D | storage_partition.h | 98 const GURL& storage_origin, 116 const GURL* storage_origin,
|
/external/chromium_org/content/browser/ |
D | storage_partition_impl.h | 49 const GURL& storage_origin, 53 const GURL* storage_origin,
|
D | storage_partition_impl.cc | 737 const GURL& storage_origin, in ClearDataForOrigin() argument 740 ClearDataImpl(remove_mask, quota_storage_remove_mask, &storage_origin, in ClearDataForOrigin() 748 const GURL* storage_origin, in ClearData() argument 753 ClearDataImpl(remove_mask, quota_storage_remove_mask, storage_origin, in ClearData()
|
/external/chromium_org/chrome/browser/browsing_data/ |
D | browsing_data_remover_unittest.cc | 193 const GURL& storage_origin, in ClearDataForOrigin() argument 198 const GURL* storage_origin, in ClearData() argument 208 storage_origin ? *storage_origin : GURL(); in ClearData()
|