Home
last modified time | relevance | path

Searched refs:storage_origin (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/extensions/
Ddata_deleter.cc26 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()
Ddata_deleter.h23 const GURL& storage_origin);
/external/chromium_org/content/public/browser/
Dstorage_partition.h98 const GURL& storage_origin,
116 const GURL* storage_origin,
/external/chromium_org/content/browser/
Dstorage_partition_impl.h49 const GURL& storage_origin,
53 const GURL* storage_origin,
Dstorage_partition_impl.cc737 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/
Dbrowsing_data_remover_unittest.cc193 const GURL& storage_origin, in ClearDataForOrigin() argument
198 const GURL* storage_origin, in ClearData() argument
208 storage_origin ? *storage_origin : GURL(); in ClearData()