Home
last modified time | relevance | path

Searched refs:hasBreakableEnd (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderText.h93 float& lastLineMinWidth, bool& hasBreakableEnd,
DRenderText.cpp775 float& lastLineMinWidth, bool& hasBreakableEnd, in trimmedPrefWidths() argument
788 hasBreakableEnd = m_hasBreakableEnd; in trimmedPrefWidths()
DRenderBlock.cpp4280 bool hasBreakableStart, hasBreakableEnd; in computeInlinePreferredLogicalWidths() local
4283 firstLineMinWidth, hasBreakableStart, lastLineMinWidth, hasBreakableEnd, in computeInlinePreferredLogicalWidths()
4289 if (autoWrap && (hasBreakableStart || hasBreakableEnd)) { in computeInlinePreferredLogicalWidths()
4339 if (hasBreakableEnd) { in computeInlinePreferredLogicalWidths()