OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shouldMakeResourcePurgeableOnEviction
(Results
1 - 5
of
5
) sorted by null
/external/webkit/Source/WebCore/loader/cache/
MemoryCache.h
59
// The behavior of the cache changes in the following way if
shouldMakeResourcePurgeableOnEviction
163
static bool
shouldMakeResourcePurgeableOnEviction
();
224
inline bool MemoryCache::
shouldMakeResourcePurgeableOnEviction
()
CachedCSSStyleSheet.cpp
61
if (!MemoryCache::
shouldMakeResourcePurgeableOnEviction
() && isSafeToMakePurgeable())
CachedScript.cpp
126
if (!MemoryCache::
shouldMakeResourcePurgeableOnEviction
() && isSafeToMakePurgeable())
MemoryCache.cpp
137
bool wasPurgeable = MemoryCache::
shouldMakeResourcePurgeableOnEviction
() && resource && resource->isPurgeable();
304
if (!MemoryCache::
shouldMakeResourcePurgeableOnEviction
())
341
if (!MemoryCache::
shouldMakeResourcePurgeableOnEviction
() || !resource->isPurgeable())
CachedImage.cpp
336
if (!MemoryCache::
shouldMakeResourcePurgeableOnEviction
())
Completed in 544 milliseconds