Searched refs:flowBox (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DSVGRootInlineBox.cpp104 SVGInlineFlowBox* flowBox = toSVGInlineFlowBox(child); local
110 layoutCharactersInTextBoxes(flowBox, lineLayout);
115 layoutCharactersInTextBoxes(flowBox, characterLayout);
141 SVGInlineFlowBox* flowBox = toSVGInlineFlowBox(child); local
142 layoutChildBoxes(flowBox);
144 boxRect = flowBox->calculateBoundaries();
145 flowBox->setX(boxRect.x());
146 flowBox->setY(boxRect.y());
147 flowBox->setLogicalWidth(boxRect.width());
148 flowBox
[all...]
H A DSVGTextQuery.cpp61 InlineFlowBox* flowBox = renderBlockFlow->firstLineBox(); local
62 ASSERT(flowBox == renderBlockFlow->lastLineBox());
63 return flowBox;
71 InlineFlowBox* flowBox = renderInline->firstLineBox(); local
72 ASSERT(flowBox == renderInline->lastLineBox());
73 return flowBox;
85 void SVGTextQuery::collectTextBoxesInFlowBox(InlineFlowBox* flowBox) argument
87 if (!flowBox)
90 for (InlineBox* child = flowBox->firstChild(); child; child = child->nextOnLine()) {
/external/chromium_org/third_party/WebKit/Source/core/rendering/line/
H A DBreakingContextInlineHeaders.h412 RenderInline* flowBox = toRenderInline(m_current.object()); local
415 if (requiresLineBox || requiresLineBoxForContent(flowBox, m_lineInfo)) {
438 m_width.addUncommittedWidth((inlineLogicalWidth(m_current.object()) + borderPaddingMarginStart(flowBox) + borderPaddingMarginEnd(flowBox)).toFloat());
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderInline.cpp1284 InlineFlowBox* flowBox = createInlineFlowBox(); local
1285 m_lineBoxes.appendLineBox(flowBox);
1286 return flowBox;

Completed in 2308 milliseconds