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

  /external/webkit/Source/WebCore/platform/
PopupMenuStyle.h 40 , m_backgroundColor(background)
51 const Color& backgroundColor() const { return m_backgroundColor; }
61 Color m_backgroundColor;
  /external/webkit/Source/WebCore/css/
CSSStyleSelector.h 248 Color m_backgroundColor;
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
LayerAndroid.h 337 SkColor m_backgroundColor;
  /external/webkit/Source/WebCore/platform/graphics/chromium/
LayerChromium.h 84 void setBackgroundColor(const Color& color) { m_backgroundColor = color; setNeedsCommit(); }
85 Color backgroundColor() const { return m_backgroundColor; }
253 Color m_backgroundColor;
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsLayer.h 269 const Color& backgroundColor() const { return m_backgroundColor; }
398 Color m_backgroundColor;

Completed in 700 milliseconds