Home
last modified time | relevance | path

Searched refs:m_paintBackground (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderObject.h416 bool hasBoxDecorations() const { return m_paintBackground; } in hasBoxDecorations()
503 void setHasBoxDecorations(bool b = true) { m_paintBackground = b; }
858 bool m_paintBackground : 1; // if the box has something to paint in the variable
DRenderObject.cpp202 , m_paintBackground(false) in RenderObject()
1722 m_paintBackground = false; in styleWillChange()