Searched refs:layouter (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTableRow.cpp172 SubtreeLayoutScope layouter(child);
175 layouter.setChildNeedsLayout(cell);
H A DRenderObject.h1262 inline void RenderObject::setNeedsLayout(MarkingBehavior markParents, SubtreeLayoutScope* layouter) argument
1271 if (markParents == MarkContainingBlockChain && (!layouter || layouter->root() != this))
1272 markContainingBlocksForLayout(true, 0, layouter);
1295 inline void RenderObject::setChildNeedsLayout(MarkingBehavior markParents, SubtreeLayoutScope* layouter) argument
1301 if (!alreadyNeededLayout && markParents == MarkContainingBlockChain && (!layouter || layouter->root() != this))
1302 markContainingBlocksForLayout(true, 0, layouter);
H A DRenderTableCell.cpp177 void RenderTableCell::computeIntrinsicPadding(int rowHeight, SubtreeLayoutScope& layouter) argument
215 layouter.setNeedsLayout(this);
222 void RenderTableCell::setCellLogicalWidth(int tableLayoutLogicalWidth, SubtreeLayoutScope& layouter) argument
227 layouter.setNeedsLayout(this);
254 SubtreeLayoutScope layouter(this);
255 layouter.setNeedsLayout(this);
H A DRenderTableSection.cpp744 SubtreeLayoutScope layouter(this);
764 cell->setCellLogicalWidth(tableLayoutLogicalWidth, layouter);
969 SubtreeLayoutScope layouter(cell);
970 cell->computeIntrinsicPadding(rHeight, layouter);
977 layouter.setChildNeedsLayout(cell);
H A DRenderTable.cpp430 SubtreeLayoutScope layouter(this);
434 layouter.setNeedsLayout(m_captions[i]);
454 layouter.setChildNeedsLayout(section);
H A DRenderObject.cpp661 void RenderObject::markContainingBlocksForLayout(bool scheduleRelayout, RenderObject* newRoot, SubtreeLayoutScope* layouter) argument
665 ASSERT(!layouter || this != layouter->root());
705 if (layouter) {
706 layouter->addRendererToLayout(object);
707 if (object == layouter->root())

Completed in 104 milliseconds