Searched refs:fullLayout (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/line/
H A DLineLayoutState.h36 LineLayoutState(bool fullLayout, LayoutUnit& paintInvalidationLogicalTop, LayoutUnit& paintInvalidationLogicalBottom, RenderFlowThread* flowThread) argument
44 , m_isFullLayout(fullLayout)
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderInline.h70 void dirtyLineBoxes(bool fullLayout);
95 void updateAlwaysCreateLineBoxes(bool fullLayout);
H A DRenderText.h64 void dirtyLineBoxes(bool fullLayout);
H A DRenderInline.cpp231 void RenderInline::updateAlwaysCreateLineBoxes(bool fullLayout) argument
258 if (!fullLayout)
1239 void RenderInline::dirtyLineBoxes(bool fullLayout) argument
1241 if (fullLayout) {
H A DRenderBlockLineLayout.cpp75 static inline void dirtyLineBoxesForRenderer(RenderObject* o, bool fullLayout) argument
79 renderText->dirtyLineBoxes(fullLayout);
81 toRenderInline(o)->dirtyLineBoxes(fullLayout);
H A DRenderText.cpp1428 void RenderText::dirtyLineBoxes(bool fullLayout) argument
1430 if (fullLayout)
H A DRenderBox.h402 void dirtyLineBoxes(bool fullLayout);
H A DRenderBox.cpp1663 void RenderBox::dirtyLineBoxes(bool fullLayout) argument
1666 if (fullLayout) {

Completed in 473 milliseconds