HomeSort by relevance Sort by last modified time
    Searched refs:m_backgroundColor (Results 1 - 9 of 9) sorted by null

  /external/webkit/WebCore/platform/
PopupMenuStyle.h 40 , m_backgroundColor(background)
49 const Color& backgroundColor() const { return m_backgroundColor; }
57 Color m_backgroundColor;
  /external/webkit/WebCore/platform/graphics/
GraphicsLayer.h 248 const Color& backgroundColor() const { return m_backgroundColor; }
367 Color m_backgroundColor;
GraphicsLayer.cpp 229 m_backgroundColor = color;
235 m_backgroundColor = Color();
440 ts << m_backgroundColor.name();
  /external/webkit/WebCore/platform/graphics/android/
LayerAndroid.cpp 59 m_backgroundColor = 0;
76 m_backgroundColor = layer.m_backgroundColor;
115 m_backgroundColor = 0;
190 m_backgroundColor = color;
LayerAndroid.h 203 SkColor m_backgroundColor;
  /external/webkit/WebCore/platform/graphics/win/
GraphicsLayerCACF.cpp 279 if (m_backgroundColorSet && m_backgroundColor == color)
604 setLayerBackgroundColor(m_contentsLayer.get(), m_backgroundColor);
  /external/webkit/WebCore/css/
CSSStyleSelector.h 186 Color m_backgroundColor;
CSSStyleSelector.cpp     [all...]
  /external/webkit/WebCore/platform/graphics/mac/
GraphicsLayerCA.mm 625 if (m_backgroundColorSet && m_backgroundColor == color)
    [all...]

Completed in 159 milliseconds