HomeSort by relevance Sort by last modified time
    Searched refs:m_nextInLiveResourcesList (Results 1 - 3 of 3) sorted by null

  /external/webkit/WebCore/loader/
Cache.cpp 573 for (CachedResource* current = m_liveDecodedResources.m_head; current; current = current->m_nextInLiveResourcesList) {
582 CachedResource* next = resource->m_nextInLiveResourcesList;
588 resource->m_nextInLiveResourcesList = 0;
597 prev->m_nextInLiveResourcesList = next;
605 ASSERT(!resource->m_nextInLiveResourcesList && !resource->m_prevInLiveResourcesList && !resource->m_inLiveDecodedResourcesList);
608 resource->m_nextInLiveResourcesList = m_liveDecodedResources.m_head;
613 if (!resource->m_nextInLiveResourcesList)
619 for (CachedResource* current = m_liveDecodedResources.m_head; current; current = current->m_nextInLiveResourcesList) {
CachedResource.h 244 CachedResource* m_nextInLiveResourcesList;
CachedResource.cpp 80 m_nextInLiveResourcesList = 0;

Completed in 511 milliseconds