Searched refs:fullLayout (Results 1 – 10 of 10) sorted by relevance
/external/webkit/WebCore/rendering/ |
D | bidi.cpp | 786 bool fullLayout = !firstLineBox() || !firstChild() || selfNeedsLayout() || relayoutChildren; in layoutInlineChildren() local 787 if (fullLayout) in layoutInlineChildren() 850 else if (fullLayout || o->needsLayout()) // Replaced elements in layoutInlineChildren() 851 o->dirtyLineBoxes(fullLayout); in layoutInlineChildren() 856 if (fullLayout || o->selfNeedsLayout()) in layoutInlineChildren() 857 o->dirtyLineBoxes(fullLayout); in layoutInlineChildren() 924 RootInlineBox* startLine = determineStartPosition(fullLayout, resolver, floats, floatIndex); in layoutInlineChildren() 926 if (fullLayout && !selfNeedsLayout()) { in layoutInlineChildren() 952 RootInlineBox* endLine = (fullLayout || !startLine) ? in layoutInlineChildren() 972 if (!fullLayout && lastRootBox() && lastRootBox()->endsWithBreak()) { in layoutInlineChildren() [all …]
|
D | RenderCounter.cpp | 254 void RenderCounter::dirtyLineBoxes(bool fullLayout, bool dummy) in dirtyLineBoxes() argument 258 RenderText::dirtyLineBoxes(fullLayout, dummy); in dirtyLineBoxes()
|
D | RenderFlow.h | 87 virtual void dirtyLineBoxes(bool fullLayout, bool isRootLineBox = false);
|
D | RenderText.h | 57 virtual void dirtyLineBoxes(bool fullLayout, bool isRootInlineBox = false);
|
D | RenderFlow.cpp | 336 void RenderFlow::dirtyLineBoxes(bool fullLayout, bool isRootLineBox) in dirtyLineBoxes() argument 339 return RenderContainer::dirtyLineBoxes(fullLayout, isRootLineBox); in dirtyLineBoxes() 341 if (fullLayout) in dirtyLineBoxes()
|
D | RenderBox.h | 196 virtual void dirtyLineBoxes(bool fullLayout, bool isRootLineBox = false);
|
D | RenderText.cpp | 971 void RenderText::dirtyLineBoxes(bool fullLayout, bool) in dirtyLineBoxes() argument 973 if (fullLayout) in dirtyLineBoxes()
|
D | RenderBlock.h | 141 …RootInlineBox* determineStartPosition(bool& fullLayout, InlineBidiResolver&, Vector<FloatWithRect>…
|
D | RenderObject.h | 399 virtual void dirtyLineBoxes(bool fullLayout, bool isRootLineBox = false);
|
D | RenderBox.cpp | 1505 void RenderBox::dirtyLineBoxes(bool fullLayout, bool /*isRootLineBox*/) in dirtyLineBoxes() argument 1508 if (fullLayout) { in dirtyLineBoxes()
|