Home
last modified time | relevance | path

Searched refs:m_resourcesLoadedFromMemoryCacheForClientNotification (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/loader/
DDocumentLoader.h331 Vector<String> m_resourcesLoadedFromMemoryCacheForClientNotification; variable
349 m_resourcesLoadedFromMemoryCacheForClientNotification.append(url); in recordMemoryCacheLoadForFutureClientNotification()
354 loadsSet.swap(m_resourcesLoadedFromMemoryCacheForClientNotification); in takeMemoryCacheLoadsForClientNotification()
355 m_resourcesLoadedFromMemoryCacheForClientNotification.clear(); in takeMemoryCacheLoadsForClientNotification()
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1657274 …takeMemoryCacheLoadsForClientNotification, and m_resourcesLoadedFromMemoryCacheForClientNotificati…