OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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/platform/text/
TextBreakIterator.h
52
class PLATFORM_EXPORT
LazyLineBreakIterator
{
54
LazyLineBreakIterator
()
62
LazyLineBreakIterator
(String string, const AtomicString& locale = AtomicString())
72
~
LazyLineBreakIterator
()
/external/chromium_org/third_party/WebKit/Source/core/rendering/line/
BreakingContextInlineHeaders.h
53
LazyLineBreakIterator
m_lineBreakIterator;
[
all
...]
Completed in 1514 milliseconds