Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/fetch/
DMemoryCache.cpp235 MemoryCacheEntry* previous = current->m_previousInAllResourcesList; in pruneDeadResources()
259 MemoryCacheEntry* previous = current->m_previousInAllResourcesList; in pruneDeadResources()
280 MemoryCacheEntry* previous = current->m_previousInAllResourcesList; in pruneDeadResources()
361 MemoryCacheEntry* previous = entry->m_previousInAllResourcesList; in removeFromLRUList()
363 entry->m_previousInAllResourcesList = 0; in removeFromLRUList()
366 next->m_previousInAllResourcesList = previous; in removeFromLRUList()
378 ASSERT(!entry->m_nextInAllResourcesList && !entry->m_previousInAllResourcesList); in insertInLRUList()
384 entry->m_nextInAllResourcesList->m_previousInAllResourcesList = entry; in insertInLRUList()
DMemoryCache.h94 MemoryCacheEntry* m_previousInAllResourcesList; variable
106 , m_previousInAllResourcesList(0) in MemoryCacheEntry()