OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TextIterator
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/editing/
TextIterator.h
85
class
TextIterator
{
87
TextIterator
();
88
~
TextIterator
();
89
explicit
TextIterator
(const Range*, TextIteratorBehavior = TextIteratorDefaultBehavior);
171
// in the Range used to create the
TextIterator
.
269
TextIterator
m_textIterator;
292
// Very similar to the
TextIterator
, except that the chunks of text returned are "well behaved",
310
// text from the previous chunk from the
textIterator
314
// many chunks from
textIterator
concatenated
317
// Did we have to look ahead in the
textIterator
to confirm the current chunk
[
all
...]
TextIterator.cpp
28
#include "
TextIterator
.h"
244
TextIterator
::
TextIterator
()
264
TextIterator
::
TextIterator
(const Range* r, TextIteratorBehavior behavior)
333
TextIterator
::~
TextIterator
()
337
void
TextIterator
::advance()
445
bool
TextIterator
::handleTextNode()
516
void
TextIterator
::handleTextBox(
[
all
...]
Completed in 1518 milliseconds