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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
break_lines.h 28 class LazyLineBreakIterator;
30 int nextBreakablePositionIgnoringNBSP(LazyLineBreakIterator&, int pos);
32 inline bool isBreakable(LazyLineBreakIterator& lazyBreakIterator, int pos, int& nextBreakable)
break_lines.cpp 147 static inline int nextBreakablePosition(LazyLineBreakIterator& lazyBreakIterator, const CharacterType* str, unsigned length, int pos)
185 int nextBreakablePositionIgnoringNBSP(LazyLineBreakIterator& lazyBreakIterator, int pos)
RenderText.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/line/
RenderTextInfo.h 41 LazyLineBreakIterator m_lineBreakIterator;
  /external/chromium_org/third_party/WebKit/Source/platform/text/
TextBreakIterator.h 54 class PLATFORM_EXPORT LazyLineBreakIterator {
56 LazyLineBreakIterator()
64 LazyLineBreakIterator(String string, const AtomicString& locale = AtomicString())
74 ~LazyLineBreakIterator()

Completed in 135 milliseconds