OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_activeListBoxSelectionForegroundColor
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/rendering/
RenderTheme.cpp
572
if (!
m_activeListBoxSelectionForegroundColor
.isValid() && supportsListBoxSelectionForegroundColors())
573
m_activeListBoxSelectionForegroundColor
= platformActiveListBoxSelectionForegroundColor();
574
return
m_activeListBoxSelectionForegroundColor
;
[
all
...]
RenderTheme.h
331
mutable Color
m_activeListBoxSelectionForegroundColor
;
Completed in 178 milliseconds