Searched refs:m_previousInAllResourcesList (Results 1 – 2 of 2) sorted by relevance
235 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()
94 MemoryCacheEntry* m_previousInAllResourcesList; variable106 , m_previousInAllResourcesList(0) in MemoryCacheEntry()