Home
last modified time | relevance | path

Searched refs:isSVGInlineFlowBox (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/rendering/svg/
DSVGInlineFlowBox.h39 virtual bool isSVGInlineFlowBox() const { return true; } in isSVGInlineFlowBox() function
DSVGInlineFlowBox.cpp46 else if (child->isSVGInlineFlowBox()) in paintSelectionBackground()
DSVGRootInlineBox.cpp54 else if (child->isSVGInlineFlowBox()) in paint()
/external/webkit/Source/WebCore/rendering/
DInlineBox.h161 virtual bool isSVGInlineFlowBox() const { return false; } in isSVGInlineFlowBox() function
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0641096 …(WebCore::InlineBox::isSVGInlineFlowBox): Add helper function to identify SVGInlineFlowBoxes. The …
41134 (WebCore::SVGInlineFlowBox::isSVGInlineFlowBox):