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/chromium_org/third_party/WebKit/Source/core/fetch/
Resource.h
339
double
m_lastDecodedAccessTime
; // Used as a "thrash guard" in the cache
Resource.cpp
100
,
m_lastDecodedAccessTime
(0)
524
// that the
m_lastDecodedAccessTime
is still zero or smaller than
525
// the
m_lastDecodedAccessTime
of the current list head. This is a
565
m_lastDecodedAccessTime
= timeStamp;
MemoryCache.cpp
190
double elapsedTime = m_pruneFrameTimeStamp - current->
m_lastDecodedAccessTime
;
Completed in 24 milliseconds