OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 27 milliseconds