Home
last modified time | relevance | path

Searched refs:nextBreakable (Results 1 – 2 of 2) 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() argument
34 if (pos > nextBreakable) in isBreakable()
35 nextBreakable = nextBreakablePositionIgnoringNBSP(lazyBreakIterator, pos); in isBreakable()
36 return pos == nextBreakable; in isBreakable()
DRenderText.cpp921 int nextBreakable = -1; in computePreferredLogicalWidths() local
1007 bool hasBreak = breakAll || isBreakable(breakIterator, i, nextBreakable); in computePreferredLogicalWidths()
1015 if (isBreakable(breakIterator, j, nextBreakable) && characterAt(j - 1) != softHyphen) in computePreferredLogicalWidths()