HomeSort by relevance Sort by last modified time
    Searched refs:nextBreakable (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
break_lines.h 32 inline bool isBreakable(LazyLineBreakIterator& lazyBreakIterator, int pos, int& nextBreakable)
34 if (pos > nextBreakable)
35 nextBreakable = nextBreakablePositionIgnoringNBSP(lazyBreakIterator, pos);
36 return pos == nextBreakable;
RenderText.cpp     [all...]

Completed in 402 milliseconds