Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderText.h92 float& firstLineMinWidth, bool& hasBreakableStart,
DRenderText.cpp774 float& firstLineMinWidth, bool& hasBreakableStart, in trimmedPrefWidths() argument
787 hasBreakableStart = !stripFrontSpaces && m_hasBreakableStart; in trimmedPrefWidths()
DRenderBlock.cpp4280 bool hasBreakableStart, hasBreakableEnd; in computeInlinePreferredLogicalWidths() local
4283 firstLineMinWidth, hasBreakableStart, lastLineMinWidth, hasBreakableEnd, in computeInlinePreferredLogicalWidths()
4289 if (autoWrap && (hasBreakableStart || hasBreakableEnd)) { in computeInlinePreferredLogicalWidths()
4329 if (hasBreakableStart) { in computeInlinePreferredLogicalWidths()