Home | History | Annotate | Download | only in rendering

Lines Matching refs:isSVGForeignObject

447     virtual bool isSVGForeignObject() const { return false; }
717 return isRenderView() || (hasTransform() && isRenderBlock()) || isSVGForeignObject() || isOutOfFlowRenderFlowThread();