HomeSort by relevance Sort by last modified time
    Searched refs:m_backgroundColor (Results 1 - 15 of 15) 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/platform/graphics/android/layers/
BaseLayerAndroid.cpp 312 Color backgroundColor = Color((int)SkColorGetR(m_backgroundColor),
313 (int)SkColorGetG(m_backgroundColor),
314 (int)SkColorGetB(m_backgroundColor),
315 (int)SkColorGetA(m_backgroundColor));
LayerAndroid.cpp 65 m_backgroundColor(0),
95 m_backgroundColor(layer.m_backgroundColor),
344 m_backgroundColor = color;
    [all...]
LayerAndroid.h 333 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;
GraphicsLayerChromium.cpp 251 if (m_backgroundColorSet && m_backgroundColor == color)
625 setLayerBackgroundColor(*m_contentsLayer, m_backgroundColor);
LayerChromium.cpp 71 , m_backgroundColor(0, 0, 0, 0)
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsLayer.cpp 235 m_backgroundColor = color;
241 m_backgroundColor = Color();
473 ts << "(backgroundColor " << m_backgroundColor.nameForRenderTreeAsText() << ")\n";
GraphicsLayer.h 269 const Color& backgroundColor() const { return m_backgroundColor; }
398 Color m_backgroundColor;
  /external/webkit/Source/WebCore/platform/graphics/win/
GraphicsLayerCACF.cpp 277 if (m_backgroundColorSet && m_backgroundColor == color)
654 setLayerBackgroundColor(m_contentsLayer.get(), m_backgroundColor);
  /external/webkit/Source/WebKit/android/jni/
ViewStateSerializer.cpp 314 stream->write32(layer->m_backgroundColor);
431 layer->m_backgroundColor = stream->readU32();
  /external/webkit/Source/WebCore/css/
CSSStyleSelector.h 248 Color m_backgroundColor;
CSSStyleSelector.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/
GraphicsLayerAndroid.cpp 429 if (color == m_backgroundColor && m_backgroundColorSet)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/ca/
GraphicsLayerCA.cpp 509 if (m_backgroundColorSet && m_backgroundColor == color)
    [all...]

Completed in 757 milliseconds