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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBlockLineLayout.cpp1393 bool hasBreakableChar, hasBreak; local
1399 hasBreakableChar, hasBreak, firstLineMaxWidth, lastLineMaxWidth,
1441 if (!hasBreakableChar) {
H A DRenderText.cpp768 bool& hasBreakableChar, bool& hasBreak,
802 hasBreakableChar = m_hasBreakableChar;
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 190 milliseconds