OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_fontFaceValueCache
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/css/
CSSValuePool.cpp
135
if (
m_fontFaceValueCache
.size() > maximumFontFaceCacheSize)
136
m_fontFaceValueCache
.clear();
138
RefPtr<CSSValueList>& value =
m_fontFaceValueCache
.add(string, 0).iterator->value;
CSSValuePool.h
81
FontFaceValueCache
m_fontFaceValueCache
;
Completed in 30 milliseconds