HomeSort by relevance Sort by last modified time
    Searched defs:relayoutChildren (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderMultiColumnBlock.cpp 82 bool relayoutChildren = RenderBlock::updateLogicalWidthAndColumnWidth();
86 relayoutChildren = true;
87 return relayoutChildren;
149 RenderObject* RenderMultiColumnBlock::layoutSpecialExcludedChild(bool relayoutChildren)
162 if (relayoutChildren || childBox->needsLayout()) {
172 if (relayoutChildren)
RenderView.cpp 261 bool relayoutChildren = !shouldUsePrintingLayout() && (!m_frameView || width() != viewWidth() || height() != viewHeight());
262 if (relayoutChildren) {
    [all...]

Completed in 116 milliseconds