Searched refs:dirtyLineBoxes (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderLineBoxList.h63 void dirtyLineBoxes();
H A DRenderLineBoxList.cpp142 void RenderLineBoxList::dirtyLineBoxes() function in class:WebCore::RenderLineBoxList
145 curr->dirtyLineBoxes();
H A DRenderInline.h66 void dirtyLineBoxes(bool fullLayout);
H A DRenderText.h61 void dirtyLineBoxes(bool fullLayout);
H A DInlineBox.cpp158 void InlineBox::dirtyLineBoxes() function in class:WebCore::InlineBox
H A DRenderText.cpp1231 curr->dirtyLineBoxes();
1235 curr->dirtyLineBoxes();
1239 curr->dirtyLineBoxes();
1395 void RenderText::dirtyLineBoxes(bool fullLayout) function in class:WebCore::RenderText
1401 box->dirtyLineBoxes();
H A DInlineBox.h259 virtual void dirtyLineBoxes();
H A DRenderInline.cpp196 dirtyLineBoxes(false);
233 dirtyLineBoxes(false);
1238 void RenderInline::dirtyLineBoxes(bool fullLayout) function in class:WebCore::RenderInline
1267 m_lineBoxes.dirtyLineBoxes();
H A DRenderBlockLineLayout.cpp159 renderText->dirtyLineBoxes(fullLayout);
161 toRenderInline(o)->dirtyLineBoxes(fullLayout);
1781 box->dirtyLineBoxes(isFullLayout);
H A DRenderBox.h383 void dirtyLineBoxes(bool fullLayout);
H A DInlineFlowBox.cpp183 dirtyLineBoxes();
H A DRenderBox.cpp2025 void RenderBox::dirtyLineBoxes(bool fullLayout) function in class:WebCore::RenderBox
2032 m_inlineBoxWrapper->dirtyLineBoxes();
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DSVGInlineTextBox.h57 virtual void dirtyLineBoxes() OVERRIDE FINAL;
H A DSVGInlineTextBox.cpp63 void SVGInlineTextBox::dirtyLineBoxes() function in class:WebCore::SVGInlineTextBox
65 InlineTextBox::dirtyLineBoxes();
74 nextBox->dirtyLineBoxes();

Completed in 184 milliseconds