OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:supportsSelectionForegroundColors
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTheme.h
218
virtual bool
supportsSelectionForegroundColors
() const { return true; }
RenderThemeChromiumMac.h
95
virtual bool
supportsSelectionForegroundColors
() const OVERRIDE { return false; }
RenderTheme.cpp
519
if (!m_activeSelectionForegroundColor.isValid() &&
supportsSelectionForegroundColors
())
526
if (!m_inactiveSelectionForegroundColor.isValid() &&
supportsSelectionForegroundColors
())
[
all
...]
Completed in 89 milliseconds