Searched refs:calculateBoundaries (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DSVGInlineFlowBox.h43 virtual FloatRect calculateBoundaries() const OVERRIDE;
H A DSVGInlineFlowBox.cpp57 FloatRect SVGInlineFlowBox::calculateBoundaries() const function in class:blink::SVGInlineFlowBox
63 childRect.unite(child->calculateBoundaries());
H A DSVGInlineTextBox.h49 virtual FloatRect calculateBoundaries() const OVERRIDE;
H A DSVGRootInlineBox.cpp131 boxRect = textBox->calculateBoundaries();
144 boxRect = flowBox->calculateBoundaries();
H A DRenderSVGInlineText.cpp133 boundingBox.unite(box->calculateBoundaries());
H A DSVGInlineTextBox.cpp717 FloatRect SVGInlineTextBox::calculateBoundaries() const function in class:SVGInlineTextBox
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DAbstractInlineTextBox.cpp89 FloatRect boundaries = m_inlineTextBox->calculateBoundaries();
H A DInlineTextBox.h111 virtual FloatRect calculateBoundaries() const OVERRIDE { return FloatRect(x(), y(), width(), height()); }
H A DInlineBox.h139 virtual FloatRect calculateBoundaries() const function in class:blink::InlineBox
H A DRenderText.cpp368 FloatRect r = box->calculateBoundaries();
416 FloatRect boundaries = box->calculateBoundaries();
451 FloatRect r = box->calculateBoundaries();

Completed in 476 milliseconds