Home
last modified time | relevance | path

Searched refs:hasBreak (Results 1 – 4 of 4) sorted by relevance

/external/webkit/WebCore/rendering/
DRenderText.cpp468 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()
DRenderText.h81 bool& hasBreakableChar, bool& hasBreak,
DRenderBlock.cpp4238 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/
DChangeLog-2003-10-2516085 to check in. It wasn't filling in a value for hasBreak, so it