Searched defs:hasBreakableStart (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)) {
1444 if (hasBreakableStart) {
H A DRenderText.cpp766 float& firstLineMinWidth, bool& hasBreakableStart,
780 hasBreakableStart = !stripFrontSpaces && m_hasBreakableStart;
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 638 milliseconds