Searched refs:m_backgroundColor (Results 1 – 15 of 15) sorted by relevance
/external/webkit/Source/WebCore/platform/ |
D | PopupMenuStyle.h | 40 , m_backgroundColor(background) in PopupMenuStyle() 51 const Color& backgroundColor() const { return m_backgroundColor; } in backgroundColor() 61 Color m_backgroundColor; variable
|
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
D | LayerChromium.h | 84 void setBackgroundColor(const Color& color) { m_backgroundColor = color; setNeedsCommit(); } in setBackgroundColor() 85 Color backgroundColor() const { return m_backgroundColor; } in backgroundColor() 253 Color m_backgroundColor; variable
|
D | GraphicsLayerChromium.cpp | 251 if (m_backgroundColorSet && m_backgroundColor == color) in setBackgroundColor() 625 setLayerBackgroundColor(*m_contentsLayer, m_backgroundColor); in updateLayerBackgroundColor()
|
D | LayerChromium.cpp | 71 , m_backgroundColor(0, 0, 0, 0) in LayerChromium()
|
/external/webkit/Source/WebCore/platform/graphics/android/layers/ |
D | BaseLayerAndroid.cpp | 312 Color backgroundColor = Color((int)SkColorGetR(m_backgroundColor), in drawGL() 313 (int)SkColorGetG(m_backgroundColor), in drawGL() 314 (int)SkColorGetB(m_backgroundColor), in drawGL() 315 (int)SkColorGetA(m_backgroundColor)); in drawGL()
|
D | LayerAndroid.cpp | 65 m_backgroundColor(0), in LayerAndroid() 95 m_backgroundColor(layer.m_backgroundColor), in LayerAndroid() 344 m_backgroundColor = color; in setBackgroundColor()
|
D | LayerAndroid.h | 333 SkColor m_backgroundColor;
|
/external/webkit/Source/WebCore/platform/graphics/ |
D | GraphicsLayer.cpp | 235 m_backgroundColor = color; in setBackgroundColor() 241 m_backgroundColor = Color(); in clearBackgroundColor() 473 ts << "(backgroundColor " << m_backgroundColor.nameForRenderTreeAsText() << ")\n"; in dumpProperties()
|
D | GraphicsLayer.h | 269 const Color& backgroundColor() const { return m_backgroundColor; } in backgroundColor() 398 Color m_backgroundColor; variable
|
/external/webkit/Source/WebCore/platform/graphics/win/ |
D | GraphicsLayerCACF.cpp | 277 if (m_backgroundColorSet && m_backgroundColor == color) in setBackgroundColor() 654 setLayerBackgroundColor(m_contentsLayer.get(), m_backgroundColor); in updateLayerBackgroundColor()
|
/external/webkit/Source/WebKit/android/jni/ |
D | ViewStateSerializer.cpp | 314 stream->write32(layer->m_backgroundColor); in serializeLayer() 431 layer->m_backgroundColor = stream->readU32(); in deserializeLayer()
|
/external/webkit/Source/WebCore/css/ |
D | CSSStyleSelector.h | 248 Color m_backgroundColor; variable
|
D | CSSStyleSelector.cpp | 1962 …>adjustStyle(this, style, e, m_hasUAAppearance, m_borderData, m_backgroundData, m_backgroundColor); in adjustRenderStyle() 1999 m_backgroundColor = m_style->backgroundColor(); in cacheBorderAndBackground()
|
/external/webkit/Source/WebCore/platform/graphics/android/ |
D | GraphicsLayerAndroid.cpp | 429 if (color == m_backgroundColor && m_backgroundColorSet) in setBackgroundColor()
|
/external/webkit/Source/WebCore/platform/graphics/ca/ |
D | GraphicsLayerCA.cpp | 509 if (m_backgroundColorSet && m_backgroundColor == color) in setBackgroundColor() 1254 m_contentsLayer->setBackgroundColor(m_backgroundColor); in updateLayerBackgroundColor()
|