OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_systemColorCache
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/rendering/
RenderThemeMac.h
238
mutable HashMap<int, RGBA32>
m_systemColorCache
;
RenderThemeMac.mm
353
m_systemColorCache
.clear();
359
if (
m_systemColorCache
.contains(cssValueId))
360
return
m_systemColorCache
.get(cssValueId);
465
m_systemColorCache
.set(cssValueId, color.rgb());
[
all
...]
Completed in 1041 milliseconds