Searched defs:hasBreakableEnd (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBlockLineLayout.cpp1395 bool hasBreakableStart, hasBreakableEnd; local
1398 firstLineMinWidth, hasBreakableStart, lastLineMinWidth, hasBreakableEnd,
1404 if (autoWrap && (hasBreakableStart || hasBreakableEnd)) {
1454 if (hasBreakableEnd) {
H A DRenderText.cpp767 float& lastLineMinWidth, bool& hasBreakableEnd,
781 hasBreakableEnd = m_hasBreakableEnd;
765 trimmedPrefWidths(float leadWidth, float& firstLineMinWidth, bool& hasBreakableStart, float& lastLineMinWidth, bool& hasBreakableEnd, bool& hasBreakableChar, bool& hasBreak, float& firstLineMaxWidth, float& lastLineMaxWidth, float& minWidth, float& maxWidth, bool& stripFrontSpaces, TextDirection direction) argument

Completed in 472 milliseconds