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

  /external/webkit/Source/WebCore/loader/cache/
CachedResource.h 252 double m_lastDecodedAccessTime; // Used as a "thrash guard" in the cache
CachedResource.cpp 82 , m_lastDecodedAccessTime(0)
336 // that the m_lastDecodedAccessTime is still zero or smaller than
337 // the m_lastDecodedAccessTime of the current list head. This is a
380 m_lastDecodedAccessTime = timeStamp;
MemoryCache.cpp 181 // The list might not be sorted by the m_lastDecodedAccessTime. The impact
184 // greater than the current->m_lastDecodedAccessTime.
192 double elapsedTime = currentTime - current->m_lastDecodedAccessTime;

Completed in 19 milliseconds