Searched defs:setNormalChildNeedsLayout (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderObject.h1322 void setNormalChildNeedsLayout(bool b) { m_bitfields.setNormalChildNeedsLayout(b); } function in class:blink::RenderObject
1423 setNormalChildNeedsLayout(false);
1435 setNormalChildNeedsLayout(true);

Completed in 299 milliseconds