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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGGradientStop.h 39 virtual bool isSVG() const OVERRIDE { return true; }
RenderSVGInlineText.h 55 virtual bool isSVG() const OVERRIDE { return true; }
RenderSVGBlock.h 55 virtual bool isSVG() const OVERRIDE FINAL { return true; }
RenderSVGInline.h 35 virtual bool isSVG() const OVERRIDE FINAL { return true; }
RenderSVGModelObject.h 68 virtual bool isSVG() const OVERRIDE FINAL { return true; }
RenderSVGTransformableContainer.cpp 66 if (parent() && parent()->isSVG())
RenderSVGForeignObject.cpp 48 return !child->isSVG() || child->isSVGRoot();
RenderSVGModelObject.cpp 51 return child->isSVG() && !(child->isSVGInline() || child->isSVGInlineText());
RenderSVGRoot.h 78 virtual bool isSVG() const OVERRIDE { return true; }
RenderSVGResourceClipper.cpp 165 if (!target->isSVG() && clipPathUnits() == SVGUnitTypes::SVG_UNIT_TYPE_USERSPACEONUSE) {
RenderSVGRoot.cpp 288 return child->isSVG() && !(child->isSVGInline() || child->isSVGInlineText());
  /external/chromium_org/third_party/WebKit/Source/core/paint/
ViewPainter.cpp 90 if (!rootBox->isSVG())
  /external/chromium_org/third_party/WebKit/Source/core/dom/
PositionIterator.cpp 168 if (renderer->isSVG()) {
Position.cpp 839 if (renderer->isSVG()) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderObject.cpp 661 if (isSVG() || (isRenderBlockFlow() && toRenderBlockFlow(this)->firstLineBox()))
    [all...]
RenderObject.h 461 virtual bool isSVG() const { return false; }
    [all...]

Completed in 152 milliseconds