Searched refs:hasBreak (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderText.cpp | 776 bool& hasBreakableChar, bool& hasBreak, in trimmedPrefWidths() argument 799 hasBreak = false; in trimmedPrefWidths() 810 hasBreak = m_hasBreak; in trimmedPrefWidths() 831 if (hasBreak) { in trimmedPrefWidths() 989 bool hasBreak = breakAll || isBreakable(breakIterator, i, nextBreakable); in computePreferredLogicalWidths() local 1044 if (hasBreak) in computePreferredLogicalWidths() 1046 m_firstLineMinWidth = hasBreak ? 0 : currMinWidth; in computePreferredLogicalWidths()
|
D | RenderText.h | 94 bool& hasBreakableChar, bool& hasBreak,
|
D | RenderBlock.cpp | 4278 bool hasBreakableChar, hasBreak; in computeInlinePreferredLogicalWidths() local 4284 hasBreakableChar, hasBreak, firstLineMaxWidth, lastLineMaxWidth, in computeInlinePreferredLogicalWidths() 4288 if (!hasBreak && childMax == 0) { in computeInlinePreferredLogicalWidths() 4350 if (hasBreak) { in computeInlinePreferredLogicalWidths()
|