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/chromium_org/third_party/WebKit/Source/core/editing/
TextIterator.h
87
class
TextIterator
{
89
explicit
TextIterator
(const Range*, TextIteratorBehaviorFlags = TextIteratorDefaultBehavior);
90
~
TextIterator
();
197
// in the Range used to create the
TextIterator
.
329
TextIterator
m_textIterator;
350
// Very similar to the
TextIterator
, except that the chunks of text returned are "well behaved",
369
// Did we have to look ahead in the
textIterator
to confirm the current chunk?
372
TextIterator
m_textIterator;
TextIterator.cpp
28
#include "core/editing/
TextIterator
.h"
241
TextIterator
::
TextIterator
(const Range* range, TextIteratorBehaviorFlags behavior)
308
TextIterator
::~
TextIterator
()
312
void
TextIterator
::advance()
500
UChar
TextIterator
::characterAt(unsigned index) const
515
String
TextIterator
::substring(unsigned position, unsigned length) const
529
void
TextIterator
::appendTextToStringBuilder(StringBuilder& builder, unsigned position, unsigned maxLength) const
542
bool
TextIterator
::handleTextNode(
[
all
...]
Completed in 267 milliseconds