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

  /external/webkit/Source/WebCore/loader/cache/
MemoryCache.cpp 186 CachedResource* current = m_liveDecodedResources.m_tail;
197 // m_liveDecodedResources, and possibly move us to a different LRU
249 // m_liveDecodedResources, and possibly move us to a different
513 for (CachedResource* current = m_liveDecodedResources.m_head; current; current = current->m_nextInLiveResourcesList) {
525 if (next == 0 && prev == 0 && m_liveDecodedResources.m_head != resource)
533 else if (m_liveDecodedResources.m_tail == resource)
534 m_liveDecodedResources.m_tail = prev;
538 else if (m_liveDecodedResources.m_head == resource)
539 m_liveDecodedResources.m_head = next;
548 resource->m_nextInLiveResourcesList = m_liveDecodedResources.m_head
    [all...]
MemoryCache.h 211 LRUList m_liveDecodedResources;

Completed in 129 milliseconds