OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:deadCapacity
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/loader/cache/
MemoryCache.h
191
unsigned
deadCapacity
() const;
MemoryCache.cpp
149
unsigned MemoryCache::
deadCapacity
() const
161
return m_capacity -
deadCapacity
();
213
unsigned capacity =
deadCapacity
();
Completed in 133 milliseconds