Home
last modified time | relevance | path

Searched refs:fullLayout (Results 1 – 10 of 10) sorted by relevance

/external/webkit/WebCore/rendering/
Dbidi.cpp786 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 …]
DRenderCounter.cpp254 void RenderCounter::dirtyLineBoxes(bool fullLayout, bool dummy) in dirtyLineBoxes() argument
258 RenderText::dirtyLineBoxes(fullLayout, dummy); in dirtyLineBoxes()
DRenderFlow.h87 virtual void dirtyLineBoxes(bool fullLayout, bool isRootLineBox = false);
DRenderText.h57 virtual void dirtyLineBoxes(bool fullLayout, bool isRootInlineBox = false);
DRenderFlow.cpp336 void RenderFlow::dirtyLineBoxes(bool fullLayout, bool isRootLineBox) in dirtyLineBoxes() argument
339 return RenderContainer::dirtyLineBoxes(fullLayout, isRootLineBox); in dirtyLineBoxes()
341 if (fullLayout) in dirtyLineBoxes()
DRenderBox.h196 virtual void dirtyLineBoxes(bool fullLayout, bool isRootLineBox = false);
DRenderText.cpp971 void RenderText::dirtyLineBoxes(bool fullLayout, bool) in dirtyLineBoxes() argument
973 if (fullLayout) in dirtyLineBoxes()
DRenderBlock.h141 …RootInlineBox* determineStartPosition(bool& fullLayout, InlineBidiResolver&, Vector<FloatWithRect>…
DRenderObject.h399 virtual void dirtyLineBoxes(bool fullLayout, bool isRootLineBox = false);
DRenderBox.cpp1505 void RenderBox::dirtyLineBoxes(bool fullLayout, bool /*isRootLineBox*/) in dirtyLineBoxes() argument
1508 if (fullLayout) { in dirtyLineBoxes()