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

  /external/webkit/WebCore/loader/
Cache.cpp 287 CachedResource* current = m_liveDecodedResources.m_tail;
298 // m_liveDecodedResources, and possibly move us to a different LRU
350 // m_liveDecodedResources, and possibly move us to a different
573 for (CachedResource* current = m_liveDecodedResources.m_head; current; current = current->m_nextInLiveResourcesList) {
585 if (next == 0 && prev == 0 && m_liveDecodedResources.m_head != resource)
593 else if (m_liveDecodedResources.m_tail == resource)
594 m_liveDecodedResources.m_tail = prev;
598 else if (m_liveDecodedResources.m_head == resource)
599 m_liveDecodedResources.m_head = next;
608 resource->m_nextInLiveResourcesList = m_liveDecodedResources.m_head
    [all...]
Cache.h 203 LRUList m_liveDecodedResources;

Completed in 19 milliseconds