Searched defs:storage_origin (Results 1 - 1 of 1) 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...]

Completed in 72 milliseconds