HomeSort by relevance Sort by last modified time
    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