Searched refs:m_paintBackground (Results 1 – 2 of 2) sorted by relevance
416 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
202 , m_paintBackground(false) in RenderObject()1722 m_paintBackground = false; in styleWillChange()