HomeSort by relevance Sort by last modified time
    Searched refs:m_backgroundColorSet (Results 1 - 8 of 8) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/
GraphicsLayer.cpp 69 , m_backgroundColorSet(false)
236 m_backgroundColorSet = true;
242 m_backgroundColorSet = false;
471 if (m_backgroundColorSet) {
GraphicsLayer.h 272 bool backgroundColorSet() const { return m_backgroundColorSet; }
402 bool m_backgroundColorSet : 1;
  /external/webkit/Source/WebCore/platform/graphics/chromium/
GraphicsLayerChromium.cpp 251 if (m_backgroundColorSet && m_backgroundColor == color)
262 if (!m_backgroundColorSet)
624 if (m_backgroundColorSet)
  /external/webkit/Source/WebCore/platform/graphics/win/
GraphicsLayerCACF.cpp 277 if (m_backgroundColorSet && m_backgroundColor == color)
288 if (!m_backgroundColorSet)
653 if (m_backgroundColorSet)
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
LayerAndroid.h 331 bool m_backgroundColorSet;
  /external/webkit/Source/WebKit/android/jni/
ViewStateSerializer.cpp 339 stream->writeBool(layer->m_backgroundColorSet);
447 layer->m_backgroundColorSet = stream->readBool();
  /external/webkit/Source/WebCore/platform/graphics/android/
GraphicsLayerAndroid.cpp 429 if (color == m_backgroundColor && m_backgroundColorSet)
441 if (!m_backgroundColorSet)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/ca/
GraphicsLayerCA.cpp 509 if (m_backgroundColorSet && m_backgroundColor == color)
520 if (!m_backgroundColorSet)
    [all...]

Completed in 235 milliseconds