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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGForeignObject.h 51 virtual bool isSVGForeignObject() const { return true; }
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderObject.h 447 virtual bool isSVGForeignObject() const { return false; }
717 return isRenderView() || (hasTransform() && isRenderBlock()) || isSVGForeignObject() || isOutOfFlowRenderFlowThread();
    [all...]
RenderObject.cpp 819 if (o->isSVGForeignObject()) //foreignObject is the containing block for contents inside it
    [all...]

Completed in 52 milliseconds