Searched refs:hasBreak (Results 1 – 4 of 4) sorted by relevance
/external/webkit/WebCore/rendering/ |
D | RenderText.cpp | 468 bool& hasBreakableChar, bool& hasBreak, in trimmedPrefWidths() argument 491 hasBreak = false; in trimmedPrefWidths() 502 hasBreak = m_hasBreak; in trimmedPrefWidths() 520 if (hasBreak) { in trimmedPrefWidths() 660 bool hasBreak = breakAll || isBreakable(txt, i, len, nextBreakable, breakNBSP); in calcPrefWidths() local 703 if (hasBreak) in calcPrefWidths() 705 m_beginMinWidth = hasBreak ? 0 : w; in calcPrefWidths()
|
D | RenderText.h | 81 bool& hasBreakableChar, bool& hasBreak,
|
D | RenderBlock.cpp | 4238 bool hasBreakableChar, hasBreak; in calcInlinePrefWidths() local 4243 hasBreakableChar, hasBreak, beginMax, endMax, in calcInlinePrefWidths() 4247 if (!hasBreak && childMax == 0) { in calcInlinePrefWidths() 4299 if (hasBreak) { in calcInlinePrefWidths()
|
/external/webkit/WebCore/ |
D | ChangeLog-2003-10-25 | 16085 to check in. It wasn't filling in a value for hasBreak, so it
|