Searched refs:cacheMetadata (Results 1 - 7 of 7) sorted by relevance

/external/webkit/Source/WebKit/chromium/src/
H A DResourceHandle.cpp328 void ResourceHandle::cacheMetadata(const ResourceResponse& response, const Vector<char>& data) function in class:WebCore::ResourceHandle
330 PlatformBridge::cacheMetadata(response.url(), response.responseTime(), data);
H A DPlatformBridge.cpp144 void PlatformBridge::cacheMetadata(const KURL& url, double responseTime, const Vector<char>& data) function in class:WebCore::PlatformBridge
146 webKitClient()->cacheMetadata(url, responseTime, data.data(), data.size());
/external/webkit/Source/WebCore/platform/network/
H A DResourceHandle.cpp184 void ResourceHandle::cacheMetadata(const ResourceResponse&, const Vector<char>&) function in class:WebCore::ResourceHandle
H A DResourceHandle.h107 static void cacheMetadata(const ResourceResponse&, const Vector<char>&);
/external/webkit/Source/WebKit/chromium/public/
H A DWebKitClient.h194 virtual void cacheMetadata(const WebURL&, double responseTime, const char* data, size_t dataSize) { } function in class:WebKit::WebKitClient
/external/webkit/Source/WebCore/platform/chromium/
H A DPlatformBridge.h94 static void cacheMetadata(const KURL&, double responseTime, const Vector<char>&);
/external/webkit/Source/WebCore/loader/cache/
H A DCachedResource.cpp237 ResourceHandle::cacheMetadata(m_response, m_cachedMetadata->serialize());

Completed in 276 milliseconds