Home
last modified time | relevance | path

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

/external/webkit/WebCore/loader/
DCache.cpp573 …* current = m_liveDecodedResources.m_head; current; current = current->m_nextInLiveResourcesList) { in removeFromLiveDecodedResourcesList()
582 CachedResource* next = resource->m_nextInLiveResourcesList; in removeFromLiveDecodedResourcesList()
588 resource->m_nextInLiveResourcesList = 0; in removeFromLiveDecodedResourcesList()
597 prev->m_nextInLiveResourcesList = next; in removeFromLiveDecodedResourcesList()
605 …ASSERT(!resource->m_nextInLiveResourcesList && !resource->m_prevInLiveResourcesList && !resource->… in insertInLiveDecodedResourcesList()
608 resource->m_nextInLiveResourcesList = m_liveDecodedResources.m_head; in insertInLiveDecodedResourcesList()
613 if (!resource->m_nextInLiveResourcesList) in insertInLiveDecodedResourcesList()
619 …* current = m_liveDecodedResources.m_head; current; current = current->m_nextInLiveResourcesList) { in insertInLiveDecodedResourcesList()
DCachedResource.h244 CachedResource* m_nextInLiveResourcesList; variable
DCachedResource.cpp80 m_nextInLiveResourcesList = 0; in CachedResource()