Home | History | Annotate | Download | only in rendering

Lines Matching defs:isOutOfFlowRenderFlowThread

372     bool isOutOfFlowRenderFlowThread() const { return isRenderFlowThread() && isOutOfFlowPositioned(); }
717 return isRenderView() || (hasTransform() && isRenderBlock()) || isSVGForeignObject() || isOutOfFlowRenderFlowThread();