HomeSort by relevance Sort by last modified time
    Searched refs:isSVGInlineFlowBox (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGInlineFlowBox.h 36 virtual bool isSVGInlineFlowBox() const OVERRIDE { return true; }
SVGInlineFlowBox.cpp 43 else if (child->isSVGInlineFlowBox())
64 if (!child->isSVGInlineTextBox() && !child->isSVGInlineFlowBox())
SVGRootInlineBox.cpp 48 else if (child->isSVGInlineFlowBox())
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineBox.h 124 virtual bool isSVGInlineFlowBox() const { return false; }

Completed in 142 milliseconds