Home | History | Annotate | Download | only in rendering

Lines Matching refs:minW

470                                    int& minW, int& maxW, bool& stripFrontSpaces)
489 minW = 0;
495 minW = m_minWidth;
516 if (!style()->autoWrap() || minW > maxW)
517 minW = maxW;