Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
Dbreak_lines.h32 inline bool isBreakable(LazyLineBreakIterator& lazyBreakIterator, int pos, int& nextBreakable) in isBreakable() function
DRenderText.cpp1007 bool hasBreak = breakAll || isBreakable(breakIterator, i, nextBreakable); in computePreferredLogicalWidths()
1015 if (isBreakable(breakIterator, j, nextBreakable) && characterAt(j - 1) != softHyphen) in computePreferredLogicalWidths()
/external/chromium_org/third_party/WebKit/Source/core/rendering/line/
DBreakingContextInlineHeaders.h626 …bool betweenWords = c == '\n' || (m_currWS != PRE && !m_atStart && isBreakable(m_renderTextInfo.m_… in handleText()