OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_inactiveSelectionForegroundColor
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderThemeChromiumDefault.h
104
static unsigned
m_inactiveSelectionForegroundColor
;
RenderThemeChromiumDefault.cpp
55
unsigned RenderThemeChromiumDefault::
m_inactiveSelectionForegroundColor
=
190
return
m_inactiveSelectionForegroundColor
;
247
m_inactiveSelectionForegroundColor
= inactiveForegroundColor;
RenderTheme.h
320
mutable Color
m_inactiveSelectionForegroundColor
;
RenderTheme.cpp
526
if (!
m_inactiveSelectionForegroundColor
.isValid() && supportsSelectionForegroundColors())
527
m_inactiveSelectionForegroundColor
= platformInactiveSelectionForegroundColor();
528
return
m_inactiveSelectionForegroundColor
;
[
all
...]
Completed in 446 milliseconds