Searched refs:beginWS (Results 1 – 4 of 4) sorted by relevance
/external/webkit/WebCore/rendering/ |
D | RenderText.h | 79 int& beginMinW, bool& beginWS,
|
D | RenderText.cpp | 466 int& beginMinW, bool& beginWS, in trimmedPrefWidths() argument 479 beginWS = !stripFrontSpaces && m_hasBeginWS; in trimmedPrefWidths()
|
D | RenderBlock.cpp | 4240 bool beginWS, endWS; in calcInlinePrefWidths() local 4242 t->trimmedPrefWidths(inlineMax, beginMin, beginWS, endMin, endWS, in calcInlinePrefWidths() 4248 if (autoWrap && (beginWS || endWS)) { in calcInlinePrefWidths() 4277 if (beginWS) in calcInlinePrefWidths()
|
/external/webkit/WebCore/ |
D | ChangeLog-2009-06-16 | 94841 beginWS and endWS before the early return to ensure that they are
|