OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wasPurged
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/platform/
PurgeableBuffer.h
50
bool
wasPurged
() const;
PurgeableBuffer.cpp
65
bool PurgeableBuffer::
wasPurged
() const
/external/chromium_org/third_party/WebKit/Source/core/loader/cache/
MemoryCache.cpp
213
if (current->
wasPurged
()) {
507
bool purged = o->
wasPurged
();
599
printf("LRU-SP lists in eviction order (Kilobytes decoded, Kilobytes encoded, Access count, Referenced, isPurgeable,
wasPurged
):\n");
608
printf("(%.1fK, %.1fK, %uA, %dR, %d, %d); ", current->decodedSize() / 1024.0f, (current->encodedSize() + current->overheadSize()) / 1024.0f, current->accessCount(), current->hasClients(), current->isPurgeable(), current->
wasPurged
());
Resource.h
235
bool
wasPurged
() const;
Resource.cpp
802
bool Resource::
wasPurged
() const
804
return m_purgeableData && m_purgeableData->
wasPurged
();
Completed in 145 milliseconds