Home | History | Annotate | Download | only in rendering

Lines Matching full:whitespace

4102             // the middle or the end.  They may also lose whitespace off the front if
4103 // we're already ignoring whitespace. In order to compute accurate min-width
4106 // starts with whitespace.
4108 // ends with whitespace.
4109 // (c) the min/max width of the string (trimmed for whitespace).
4111 // If the text string starts with whitespace, then we need to go ahead and
4112 // terminate our current line (unless we're already in a whitespace stripping
4116 // with whitespace, then we add the width of the first non-breakable run and
4120 // (unless we end in whitespace).
4205 // We are no longer stripping whitespace at the start of
4268 // we start and end with whitespace.
4281 // We end in whitespace, which means we can go ahead
4328 bool nowrap = style()->whiteSpace() == NOWRAP;