Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DSVGInlineFlowBox.cpp43 else if (child->isSVGInlineFlowBox()) in paintSelectionBackground()
64 if (!child->isSVGInlineTextBox() && !child->isSVGInlineFlowBox()) in calculateBoundaries()
DSVGInlineFlowBox.h36 virtual bool isSVGInlineFlowBox() const OVERRIDE { return true; } in isSVGInlineFlowBox() function
DSVGRootInlineBox.cpp48 else if (child->isSVGInlineFlowBox()) in paint()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DInlineBox.h124 virtual bool isSVGInlineFlowBox() const { return false; } in isSVGInlineFlowBox() function