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/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTheme.h
324
mutable Color
m_activeListBoxSelectionForegroundColor
;
RenderTheme.cpp
547
if (!
m_activeListBoxSelectionForegroundColor
.isValid() && supportsListBoxSelectionForegroundColors())
548
m_activeListBoxSelectionForegroundColor
= platformActiveListBoxSelectionForegroundColor();
549
return
m_activeListBoxSelectionForegroundColor
;
[
all
...]
Completed in 59 milliseconds