Home
last modified time | relevance | path

Searched refs:m_backgroundColor (Results 1 – 15 of 15) sorted by relevance

/external/webkit/Source/WebCore/platform/
DPopupMenuStyle.h40 , 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/
DLayerChromium.h84 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
DGraphicsLayerChromium.cpp251 if (m_backgroundColorSet && m_backgroundColor == color) in setBackgroundColor()
625 setLayerBackgroundColor(*m_contentsLayer, m_backgroundColor); in updateLayerBackgroundColor()
DLayerChromium.cpp71 , m_backgroundColor(0, 0, 0, 0) in LayerChromium()
/external/webkit/Source/WebCore/platform/graphics/android/layers/
DBaseLayerAndroid.cpp312 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()
DLayerAndroid.cpp65 m_backgroundColor(0), in LayerAndroid()
95 m_backgroundColor(layer.m_backgroundColor), in LayerAndroid()
344 m_backgroundColor = color; in setBackgroundColor()
DLayerAndroid.h333 SkColor m_backgroundColor;
/external/webkit/Source/WebCore/platform/graphics/
DGraphicsLayer.cpp235 m_backgroundColor = color; in setBackgroundColor()
241 m_backgroundColor = Color(); in clearBackgroundColor()
473 ts << "(backgroundColor " << m_backgroundColor.nameForRenderTreeAsText() << ")\n"; in dumpProperties()
DGraphicsLayer.h269 const Color& backgroundColor() const { return m_backgroundColor; } in backgroundColor()
398 Color m_backgroundColor; variable
/external/webkit/Source/WebCore/platform/graphics/win/
DGraphicsLayerCACF.cpp277 if (m_backgroundColorSet && m_backgroundColor == color) in setBackgroundColor()
654 setLayerBackgroundColor(m_contentsLayer.get(), m_backgroundColor); in updateLayerBackgroundColor()
/external/webkit/Source/WebKit/android/jni/
DViewStateSerializer.cpp314 stream->write32(layer->m_backgroundColor); in serializeLayer()
431 layer->m_backgroundColor = stream->readU32(); in deserializeLayer()
/external/webkit/Source/WebCore/css/
DCSSStyleSelector.h248 Color m_backgroundColor; variable
DCSSStyleSelector.cpp1962 …>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/
DGraphicsLayerAndroid.cpp429 if (color == m_backgroundColor && m_backgroundColorSet) in setBackgroundColor()
/external/webkit/Source/WebCore/platform/graphics/ca/
DGraphicsLayerCA.cpp509 if (m_backgroundColorSet && m_backgroundColor == color) in setBackgroundColor()
1254 m_contentsLayer->setBackgroundColor(m_backgroundColor); in updateLayerBackgroundColor()