Home | History | Annotate | Download | only in style

Lines Matching refs:logicalMinHeight

473     const Length& logicalMinHeight() const { return isHorizontalWritingMode() ? minHeight() : minWidth(); }