Searched refs:m_debugBorderWidth (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/chromium/cc/
H A DCCLayerImpl.h107 void setDebugBorderWidth(float width) { m_debugBorderWidth = width; }
108 float debugBorderWidth() const { return m_debugBorderWidth; }
187 float m_debugBorderWidth; member in class:WebCore::CCLayerImpl
H A DCCLayerImpl.cpp78 , m_debugBorderWidth(0)
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DLayerChromium.cpp300 layer->setDebugBorderWidth(m_debugBorderWidth);
414 m_debugBorderWidth = width;
H A DLayerChromium.h255 float m_debugBorderWidth; member in class:WebCore::LayerChromium

Completed in 43 milliseconds