Searched refs:endWS (Results 1 – 4 of 4) sorted by relevance
/external/webkit/WebCore/rendering/ |
D | RenderText.h | 81 int& endMinW, bool& endWS,
|
D | RenderText.cpp | 443 int& endMinW, bool& endWS, in trimmedPrefWidths() argument 456 endWS = m_hasEndWS; in trimmedPrefWidths()
|
D | RenderBlock.cpp | 4060 bool beginWS = false, endWS = false; in calcInlinePrefWidths() local 4062 bool beginWS, endWS; in calcInlinePrefWidths() local 4065 t->trimmedPrefWidths(inlineMax, beginMin, beginWS, endMin, endWS, in calcInlinePrefWidths() 4071 if (autoWrap && (beginWS || endWS)) { in calcInlinePrefWidths() 4111 if (endWS) { in calcInlinePrefWidths()
|
/external/webkit/WebCore/ |
D | ChangeLog | 47802 beginWS and endWS before the early return to ensure that they are
|