Searched defs:cachePartition (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/platform/network/cf/
H A DResourceRequest.h101 const String& cachePartition() const { return m_cachePartition.isNull() ? emptyString() : m_cachePartition; } function in class:WebCore::ResourceRequest
102 void setCachePartition(const String& cachePartition) { m_cachePartition = partitionName(cachePartition); } argument
H A DResourceRequestCFNet.cpp304 RetainPtr<CFStringRef> cachePartition = adoptCF(static_cast<CFStringRef>(_CFURLRequestCopyProtocolPropertyForKey(m_cfRequest.get(), wkCachePartitionKey()))); local
/macosx-10.10/WebCore-7600.1.25/page/
H A DSecurityOrigin.cpp437 String SecurityOrigin::cachePartition() const function in class:WebCore::SecurityOrigin
/macosx-10.10/WebCore-7600.1.25/loader/cache/
H A DCachedResource.h113 const String& cachePartition() const { return m_resourceRequest.cachePartition(); } function in class:WebCore::CachedResource
H A DMemoryCache.cpp250 bool MemoryCache::addImageToCache(NativeImagePtr image, const URL& url, const String& cachePartition) argument
272 void MemoryCache::removeImageFromCache(const URL& url, const String& cachePartition) argument
[all...]
/macosx-10.10/WebKit2-7600.1.25/Shared/
H A DWebCoreArgumentCoders.cpp738 String cachePartition; local

Completed in 147 milliseconds