Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DLayoutIndicator.h45 static bool inLayout() { return s_inLayout; } in inLayout() function
DRenderBlockFlow.h65 void markAllDescendantsWithFloatsForLayout(RenderBox* floatToRemove = 0, bool inLayout = true);
DRenderLayerScrollableArea.cpp342 bool inLayout = view ? view->frameView()->isInLayout() : false; in setScrollOffset() local
343 if (!inLayout) { in setScrollOffset()
DRenderBlockFlow.cpp1555 void RenderBlockFlow::markAllDescendantsWithFloatsForLayout(RenderBox* floatToRemove, bool inLayout) in markAllDescendantsWithFloatsForLayout() argument
1560 MarkingBehavior markParents = inLayout ? MarkOnlyThis : MarkContainingBlockChain; in markAllDescendantsWithFloatsForLayout()
1579 childBlockFlow->markAllDescendantsWithFloatsForLayout(floatToRemove, inLayout); in markAllDescendantsWithFloatsForLayout()
DRenderObject.h594 ASSERT(!LayoutIndicator::inLayout()); in nonPseudoNode()