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

  /external/webkit/Source/WebCore/platform/graphics/chromium/cc/
CCLayerImpl.h 107 void setDebugBorderWidth(float width) { m_debugBorderWidth = width; }
108 float debugBorderWidth() const { return m_debugBorderWidth; }
187 float m_debugBorderWidth;
CCLayerImpl.cpp 78 , m_debugBorderWidth(0)
  /external/webkit/Source/WebCore/platform/graphics/chromium/
LayerChromium.cpp 300 layer->setDebugBorderWidth(m_debugBorderWidth);
414 m_debugBorderWidth = width;
LayerChromium.h 255 float m_debugBorderWidth;

Completed in 44 milliseconds