Searched refs:shouldCacheResponse (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/loader/cf/
H A DResourceLoaderCFNet.cpp38 bool ResourceLoader::shouldCacheResponse(ResourceHandle*, CFCachedURLResponseRef cachedResponse) function in class:WebCore::ResourceLoader
45 return frameLoader()->client().shouldCacheResponse(documentLoader(), identifier(), response, CFDataGetBytePtr(data), CFDataGetLength(data));
/macosx-10.10/WebKit2-7600.1.25/WebProcess/InjectedBundle/API/c/
H A DWKBundlePageResourceLoadClient.h75 WKBundlePageShouldCacheResponseCallback shouldCacheResponse; member in struct:WKBundlePageResourceLoadClientV1
96 WKBundlePageShouldCacheResponseCallback shouldCacheResponse; member in struct:WKBundlePageResourceLoadClient
/macosx-10.10/WebKit2-7600.1.25/WebProcess/InjectedBundle/
H A DInjectedBundlePageResourceLoadClient.cpp88 bool InjectedBundlePageResourceLoadClient::shouldCacheResponse(WebPage* page, WebFrame* frame, uint64_t identifier) function in class:WebKit::InjectedBundlePageResourceLoadClient
90 if (!m_client.shouldCacheResponse)
93 return m_client.shouldCacheResponse(toAPI(page), toAPI(frame), identifier, m_client.base.clientInfo);
H A DInjectedBundlePageResourceLoadClient.h60 bool shouldCacheResponse(WebPage*, WebFrame*, uint64_t identifier);
/macosx-10.10/WebKit-7600.1.25/win/Interfaces/
H A DIWebResourceLoadDelegatePrivate.idl63 HRESULT shouldCacheResponse([in] IWebView* webView, [in] unsigned long identifier, [in] IWebURLResponse* response, [in] const char* data, [in] unsigned long long length, [in] IWebDataSource* dataSource, [out, retval] BOOL* shouldCache);
/macosx-10.10/WebCore-7600.1.25/platform/network/
H A DResourceHandleClient.h122 virtual bool shouldCacheResponse(ResourceHandle*, CFCachedURLResponseRef) { return true; } function in class:WebCore::ResourceHandleClient
/macosx-10.10/WebCore-7600.1.25/loader/
H A DResourceLoader.h199 virtual bool shouldCacheResponse(ResourceHandle*, CFCachedURLResponseRef) override;
H A DFrameLoaderClient.h295 virtual bool shouldCacheResponse(DocumentLoader*, unsigned long identifier, const ResourceResponse&, const unsigned char* data, unsigned long long length) = 0;
H A DEmptyClients.h394 virtual bool shouldCacheResponse(DocumentLoader*, unsigned long, const ResourceResponse&, const unsigned char*, unsigned long long) override { return true; }
/macosx-10.10/WebCore-7600.1.25/platform/network/cf/
H A DSynchronousResourceHandleCFURLConnectionDelegate.cpp211 if (m_handle->client() && !m_handle->client()->shouldCacheResponse(m_handle, cachedResponse))
/macosx-10.10/WebKit-7600.1.25/win/WebCoreSupport/
H A DWebFrameLoaderClient.h77 virtual bool shouldCacheResponse(WebCore::DocumentLoader*, unsigned long identifier, const WebCore::ResourceResponse&, const unsigned char* data, unsigned long long length);
H A DWebFrameLoaderClient.cpp305 bool WebFrameLoaderClient::shouldCacheResponse(DocumentLoader* loader, unsigned long identifier, const ResourceResponse& response, const unsigned char* data, const unsigned long long length) function in class:WebFrameLoaderClient
318 if (SUCCEEDED(resourceLoadDelegatePrivate->shouldCacheResponse(webView, identifier, urlResponse.get(), data, length, getWebDataSource(loader), &shouldCache)))
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebCoreSupport/
H A DWebFrameLoaderClient.cpp1564 return webPage->injectedBundleResourceLoadClient().shouldCacheResponse(webPage, m_frame, identifier) ? response : nil;

Completed in 127 milliseconds