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

  /external/webkit/Source/WebCore/rendering/
RenderFlexibleBox.h 43 virtual void layoutBlock(bool relayoutChildren, int pageHeight);
44 void layoutHorizontalBox(bool relayoutChildren);
45 void layoutVerticalBox(bool relayoutChildren);
66 void applyLineClamp(FlexBoxIterator&, bool relayoutChildren);
RenderFieldset.h 41 virtual RenderObject* layoutSpecialExcludedChild(bool relayoutChildren);
RenderRubyRun.h 56 virtual RenderObject* layoutSpecialExcludedChild(bool relayoutChildren);
RenderFlexibleBox.cpp 207 void RenderFlexibleBox::layoutBlock(bool relayoutChildren, int /*pageHeight FIXME: Implement */)
211 if (!relayoutChildren && simplifiedLayout())
228 relayoutChildren = true;
231 checkAndSetRelayoutChildren(&relayoutChildren);
248 layoutHorizontalBox(relayoutChildren);
250 layoutVerticalBox(relayoutChildren);
256 relayoutChildren = true;
258 layoutPositionedObjects(relayoutChildren || isRoot());
299 static void gatherFlexChildrenInfo(FlexBoxIterator& iterator, bool relayoutChildren, unsigned int& highestFlexGroup, unsigned int& lowestFlexGroup, bool& haveFlex)
307 if (!relayoutChildren)
    [all...]
RenderFieldset.cpp 67 RenderObject* RenderFieldset::layoutSpecialExcludedChild(bool relayoutChildren)
71 if (relayoutChildren)
RenderRubyRun.cpp 214 RenderObject* RenderRubyRun::layoutSpecialExcludedChild(bool relayoutChildren)
220 if (relayoutChildren)
RenderTextControlSingleLine.cpp 258 bool relayoutChildren = oldHeight != height() || oldWidth != width();
261 checkAndSetRelayoutChildren(&relayoutChildren);
273 relayoutChildren = true;
282 relayoutChildren = true;
288 relayoutChildren = true;
292 RenderBlock::layoutBlock(relayoutChildren);
    [all...]
RenderBlock.h 80 virtual void layoutBlock(bool relayoutChildren, int pageLogicalHeight = 0);
272 void layoutPositionedObjects(bool relayoutChildren);
354 void layoutBlockChildren(bool relayoutChildren, int& maxFloatLogicalBottom);
355 void layoutInlineChildren(bool relayoutChildren, int& repaintLogicalTop, int& repaintLogicalBottom);
365 virtual RenderObject* layoutSpecialExcludedChild(bool /*relayoutChildren*/) { return 0; }
    [all...]
RenderTable.cpp 302 bool relayoutChildren = false;
309 if (!checkAndSetRelayoutChildren(&relayoutChildren)
356 if (relayoutChildren) {
    [all...]
RenderBlock.cpp     [all...]
RenderView.cpp 118 bool relayoutChildren = !printing() && (!m_frameView || width() != viewWidth() || height() != viewHeight());
119 if (relayoutChildren) {
RenderBlockLineLayout.cpp     [all...]
RenderBox.h 469 bool checkAndSetRelayoutChildren(bool* relayoutChildren);
RenderBox.cpp     [all...]

Completed in 122 milliseconds