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

/external/webkit/WebCore/loader/
H A DCachedResource.h224 double m_lastDecodedAccessTime; // Used as a "thrash guard" in the cache member in class:WebCore::CachedResource
H A DCachedResource.cpp52 , m_lastDecodedAccessTime(0)
246 // that the m_lastDecodedAccessTime is still zero or smaller than
247 // the m_lastDecodedAccessTime of the current list head. This is a
290 m_lastDecodedAccessTime = timeStamp;
H A DCache.cpp282 // The list might not be sorted by the m_lastDecodedAccessTime. The impact
285 // greater than the current->m_lastDecodedAccessTime.
293 double elapsedTime = currentTime - current->m_lastDecodedAccessTime;

Completed in 15 milliseconds