Searched refs:hasBreak (Results 1 - 3 of 3) sorted by relevance

/external/webkit/WebCore/rendering/
H A DRenderText.h81 bool& hasBreakableChar, bool& hasBreak,
H A DRenderText.cpp468 bool& hasBreakableChar, bool& hasBreak,
491 hasBreak = false;
502 hasBreak = m_hasBreak;
520 if (hasBreak) {
660 bool hasBreak = breakAll || isBreakable(txt, i, len, nextBreakable, breakNBSP); local
703 if (hasBreak)
705 m_beginMinWidth = hasBreak ? 0 : w;
465 trimmedPrefWidths(int leadWidth, int& beginMinW, bool& beginWS, int& endMinW, bool& endWS, bool& hasBreakableChar, bool& hasBreak, int& beginMaxW, int& endMaxW, int& minW, int& maxW, bool& stripFrontSpaces) argument
H A DRenderBlock.cpp4238 bool hasBreakableChar, hasBreak; local
4243 hasBreakableChar, hasBreak, beginMax, endMax,
4247 if (!hasBreak && childMax == 0) {
4299 if (hasBreak) {

Completed in 66 milliseconds