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

  /external/webkit/Source/WebCore/platform/graphics/chromium/cc/
CCLayerImpl.h 105 void setDebugBorderColor(Color c) { m_debugBorderColor = c; }
106 Color debugBorderColor() const { return m_debugBorderColor; }
186 Color m_debugBorderColor;
CCLayerImpl.cpp 77 , m_debugBorderColor(0, 0, 0, 0)
  /external/webkit/Source/WebCore/platform/graphics/chromium/
LayerChromium.cpp 299 layer->setDebugBorderColor(m_debugBorderColor);
408 m_debugBorderColor = color;
LayerChromium.h 254 Color m_debugBorderColor;

Completed in 181 milliseconds