Home
last modified time | relevance | path

Searched refs:recordMemoryCacheLoadForFutureClientNotification (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/loader/
DDocumentLoader.h232 void recordMemoryCacheLoadForFutureClientNotification(const String& url);
347 inline void DocumentLoader::recordMemoryCacheLoadForFutureClientNotification(const String& url) in recordMemoryCacheLoadForFutureClientNotification() function
DFrameLoader.cpp3130 m_documentLoader->recordMemoryCacheLoadForFutureClientNotification(resource->url()); in loadedResourceFromMemoryCache()
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1657273 * loader/DocumentLoader.h: Added recordMemoryCacheLoadForFutureClientNotification,
57279 and if it's false, use recordMemoryCacheLoadForFutureClientNotification.