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

/external/webkit/Source/WebCore/rendering/svg/
H A DSVGInlineFlowBox.h39 virtual bool isSVGInlineFlowBox() const { return true; } function in class:WebCore::SVGInlineFlowBox
H A DSVGInlineFlowBox.cpp46 else if (child->isSVGInlineFlowBox())
H A DSVGRootInlineBox.cpp54 else if (child->isSVGInlineFlowBox())
/external/webkit/Source/WebCore/rendering/
H A DInlineBox.h161 virtual bool isSVGInlineFlowBox() const { return false; } function in class:WebCore::InlineBox

Completed in 77 milliseconds