Home
last modified time | relevance | path

Searched refs:m_tail (Results 1 – 6 of 6) sorted by relevance

/external/webkit/WebCore/history/
DPageCache.cpp53 , m_tail(0) in PageCache()
117 ASSERT(m_tail && m_tail->m_cachedPage); in prune()
118 remove(m_tail); in prune()
128 ASSERT(m_tail); in addToLRUList()
131 ASSERT(!m_tail); in addToLRUList()
132 m_tail = item; in addToLRUList()
141 ASSERT(item == m_tail); in removeFromLRUList()
142 m_tail = item->m_prev; in removeFromLRUList()
144 ASSERT(item != m_tail); in removeFromLRUList()
DPageCache.h76 HistoryItem* m_tail; variable
/external/webkit/JavaScriptCore/wtf/
DListHashSet.h118 Node* m_tail; variable
318 m_position = m_set->m_tail;
361 , m_tail(0) in ListHashSet()
369 , m_tail(0) in ListHashSet()
390 std::swap(m_tail, other.m_tail); in swap()
517 m_tail = 0; in clear()
532 ASSERT(node == m_tail); in unlinkAndDelete()
533 m_tail = node->m_prev; in unlinkAndDelete()
535 ASSERT(node != m_tail); in unlinkAndDelete()
545 node->m_prev = m_tail; in appendNode()
[all …]
/external/webkit/WebCore/loader/
DCache.cpp287 CachedResource* current = m_liveDecodedResources.m_tail; in pruneLiveResources()
324 CachedResource* current = m_allResources[i].m_tail; in pruneDeadResources()
343 CachedResource* current = m_allResources[i].m_tail; in pruneDeadResources()
363 current = m_allResources[i].m_tail; in pruneDeadResources()
503 else if (list->m_tail == resource) in removeFromLRUList()
504 list->m_tail = prev; in removeFromLRUList()
527 list->m_tail = resource; in insertInLRUList()
593 else if (m_liveDecodedResources.m_tail == resource) in removeFromLiveDecodedResourcesList()
594 m_liveDecodedResources.m_tail = prev; in removeFromLiveDecodedResourcesList()
614 m_liveDecodedResources.m_tail = resource; in insertInLiveDecodedResourcesList()
[all …]
DCache.h66 CachedResource* m_tail; member
67 LRUList() : m_head(0), m_tail(0) { } in LRUList()
/external/webkit/WebCore/
DChangeLog-2002-12-03159 (m_tail):