Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderObject.h1217 void setNormalChildNeedsLayout(bool b) { m_bitfields.setNormalChildNeedsLayout(b); } in setNormalChildNeedsLayout() function
1287 setNormalChildNeedsLayout(false); in clearNeedsLayout()
1299 setNormalChildNeedsLayout(true); in setChildNeedsLayout()
DRenderObject.cpp701 object->setNormalChildNeedsLayout(true); in markContainingBlocksForLayout()
2878 setNormalChildNeedsLayout(true); in forceChildLayout()
DRenderBlock.cpp1332 child->setNormalChildNeedsLayout(true); in relayoutShapeDescendantIfMoved()