Searched refs:isSVGInlineFlowBox (Results 1 - 4 of 4) sorted by path

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DInlineBox.h125 virtual bool isSVGInlineFlowBox() const { return false; } function in class:blink::InlineBox
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DSVGInlineFlowBox.cpp40 else if (child->isSVGInlineFlowBox())
61 if (!child->isSVGInlineTextBox() && !child->isSVGInlineFlowBox())
H A DSVGInlineFlowBox.h36 virtual bool isSVGInlineFlowBox() const OVERRIDE { return true; }
H A DSVGRootInlineBox.cpp47 else if (child->isSVGInlineFlowBox())

Completed in 1008 milliseconds