Searched refs:m_lruIndex (Results 1 - 3 of 3) sorted by relevance

/external/webkit/WebCore/loader/
H A DCachedResource.h237 unsigned m_lruIndex; member in class:WebCore::CachedResource
H A DCache.cpp458 resource->m_lruIndex = queueIndex;
472 unsigned oldListIndex = resource->m_lruIndex;
479 ASSERT(resource->m_lruIndex == oldListIndex);
H A DCachedResource.cpp85 m_lruIndex = 0;

Completed in 14 milliseconds