Home | History | Annotate | Download | only in style

Lines Matching refs:logicalMinWidth

471     const Length& logicalMinWidth() const { return isHorizontalWritingMode() ? minWidth() : minHeight(); }