Searched defs:storage_origin (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/extensions/
H A Ddata_deleter.cc26 const GURL& storage_origin) {
35 if (storage_origin.SchemeIs(extensions::kExtensionScheme)) {
49 storage_origin,
58 storage_origin,
24 StartDeleting(Profile* profile, const std::string& extension_id, const GURL& storage_origin) argument
/external/chromium_org/content/browser/
H A Dstorage_partition_impl.cc737 const GURL& storage_origin,
740 ClearDataImpl(remove_mask, quota_storage_remove_mask, &storage_origin,
748 const GURL* storage_origin,
753 ClearDataImpl(remove_mask, quota_storage_remove_mask, storage_origin,
734 ClearDataForOrigin( uint32 remove_mask, uint32 quota_storage_remove_mask, const GURL& storage_origin, net::URLRequestContextGetter* request_context_getter) argument
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

Completed in 35 milliseconds