Home | History | Annotate | Download | only in rendering

Lines Matching refs:isTable

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