Home
last modified time | relevance | path

Searched refs:m_backgroundColorSet (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
DGraphicsLayer.cpp69 , m_backgroundColorSet(false) in GraphicsLayer()
236 m_backgroundColorSet = true; in setBackgroundColor()
242 m_backgroundColorSet = false; in clearBackgroundColor()
471 if (m_backgroundColorSet) { in dumpProperties()
DGraphicsLayer.h272 bool backgroundColorSet() const { return m_backgroundColorSet; } in backgroundColorSet()
402 bool m_backgroundColorSet : 1; variable
/external/webkit/Source/WebCore/platform/graphics/chromium/
DGraphicsLayerChromium.cpp251 if (m_backgroundColorSet && m_backgroundColor == color) in setBackgroundColor()
262 if (!m_backgroundColorSet) in clearBackgroundColor()
624 if (m_backgroundColorSet) in updateLayerBackgroundColor()
/external/webkit/Source/WebCore/platform/graphics/win/
DGraphicsLayerCACF.cpp277 if (m_backgroundColorSet && m_backgroundColor == color) in setBackgroundColor()
288 if (!m_backgroundColorSet) in clearBackgroundColor()
653 if (m_backgroundColorSet) in updateLayerBackgroundColor()
/external/webkit/Source/WebKit/android/jni/
DViewStateSerializer.cpp367 stream->writeBool(layer->m_backgroundColorSet); in serializeLayer()
475 layer->m_backgroundColorSet = stream->readBool(); in deserializeLayer()
/external/webkit/Source/WebCore/platform/graphics/android/layers/
DLayerAndroid.h331 bool m_backgroundColorSet; variable
/external/webkit/Source/WebCore/platform/graphics/android/
DGraphicsLayerAndroid.cpp429 if (color == m_backgroundColor && m_backgroundColorSet) in setBackgroundColor()
441 if (!m_backgroundColorSet) in clearBackgroundColor()
/external/webkit/Source/WebCore/platform/graphics/ca/
DGraphicsLayerCA.cpp509 if (m_backgroundColorSet && m_backgroundColor == color) in setBackgroundColor()
520 if (!m_backgroundColorSet) in clearBackgroundColor()
1253 if (m_backgroundColorSet) in updateLayerBackgroundColor()