Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
DShapeInsideInfo.h94 void setNeedsLayout(bool value) { m_needsLayout = value; } in setNeedsLayout()
95 bool needsLayout() { return m_needsLayout; } in needsLayout()
113 , m_needsLayout(false) in ShapeInsideInfo()
117 bool m_needsLayout; variable