Home | History | Annotate | Download | only in rendering

Lines Matching refs:isBlockFlow

334     virtual bool isBlockFlow() const { return (!isInline() || isReplaced()) && !isTable(); }