Searched refs:storage_origin (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/content/browser/
H A Dstorage_partition_impl.cc47 const GURL& storage_origin,
52 if (storage_origin.is_empty()) {
61 storage_origin, base::Bind(&OnClearedCookies, callback));
156 const GURL& storage_origin,
162 if (!storage_origin.is_empty()) {
164 origin_matcher.Run(storage_origin,
167 dom_storage_context->DeleteLocalStorage(storage_origin);
247 const GURL& storage_origin,
251 storage_origin(storage_origin),
43 ClearCookiesOnIOThread( const scoped_refptr<net::URLRequestContextGetter>& rq_context, const base::Time begin, const base::Time end, const GURL& storage_origin, const base::Closure& callback) argument
152 ClearLocalStorageOnUIThread( const scoped_refptr<DOMStorageContextWrapper>& dom_storage_context, const scoped_refptr<storage::SpecialStoragePolicy>& special_storage_policy, const StoragePartition::OriginMatcherFunction& origin_matcher, const GURL& storage_origin, const base::Time begin, const base::Time end, const base::Closure& callback) argument
245 QuotaManagedDataDeletionHelper(uint32 remove_mask, uint32 quota_storage_remove_mask, const GURL& storage_origin, const base::Closure& callback) argument
278 GURL storage_origin; member in struct:content::StoragePartitionImpl::QuotaManagedDataDeletionHelper
336 ClearQuotaManagedDataOnIOThread( const scoped_refptr<storage::QuotaManager>& quota_manager, const base::Time begin, const GURL& storage_origin, const scoped_refptr<storage::SpecialStoragePolicy>& special_storage_policy, const StoragePartition::OriginMatcherFunction& origin_matcher, const base::Closure& callback) argument
519 ClearDataImpl( uint32 remove_mask, uint32 quota_storage_remove_mask, const GURL& storage_origin, const OriginMatcherFunction& origin_matcher, net::URLRequestContextGetter* rq_context, const base::Time begin, const base::Time end, const base::Closure& callback) argument
685 ClearDataOnUIThread( const GURL& storage_origin, const OriginMatcherFunction& origin_matcher, const base::FilePath& path, net::URLRequestContextGetter* rq_context, DOMStorageContextWrapper* dom_storage_context, storage::QuotaManager* quota_manager, storage::SpecialStoragePolicy* special_storage_policy, WebRTCIdentityStore* webrtc_identity_store, const base::Time begin, const base::Time end) argument
737 storage_origin, begin, end, local
776 ClearDataForOrigin( uint32 remove_mask, uint32 quota_storage_remove_mask, const GURL& storage_origin, net::URLRequestContextGetter* request_context_getter, const base::Closure& callback) argument
793 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
[all...]
H A Dstorage_partition_impl.h50 const GURL& storage_origin,
55 const GURL& storage_origin,
/external/chromium_org/content/public/browser/
H A Dstorage_partition.h87 // inside this StoragePartition for the given |storage_origin|.
100 const GURL& storage_origin,
111 // Deletes all data out fo the StoragePartition if |storage_origin| is NULL.
118 const GURL& storage_origin,
/external/chromium_org/chrome/browser/extensions/
H A Dextension_storage_monitor.cc474 GURL storage_origin(site_url.GetOrigin());
476 storage_origin = AppLaunchInfo::GetLaunchWebURL(extension).GetOrigin();
485 storage_origin,
/external/chromium_org/chrome/browser/browsing_data/
H A Dbrowsing_data_remover_unittest.cc168 const GURL& storage_origin,
180 const GURL& storage_origin,
189 storage_partition_removal_data_.remove_origin = storage_origin;

Completed in 147 milliseconds