TextIteratorBehaviorFlags  242 Source/core/editing/TextIterator.cpp TextIterator::TextIterator(const Range* range, TextIteratorBehaviorFlags behavior)
TextIteratorBehaviorFlags  273 Source/core/editing/TextIterator.cpp TextIterator::TextIterator(const Position& start, const Position& end, TextIteratorBehaviorFlags behavior)
TextIteratorBehaviorFlags 1189 Source/core/editing/TextIterator.cpp SimplifiedBackwardsTextIterator::SimplifiedBackwardsTextIterator(const Range* r, TextIteratorBehaviorFlags behavior)
TextIteratorBehaviorFlags 1480 Source/core/editing/TextIterator.cpp CharacterIterator::CharacterIterator(const Range* range, TextIteratorBehaviorFlags behavior)
TextIteratorBehaviorFlags 1489 Source/core/editing/TextIterator.cpp CharacterIterator::CharacterIterator(const Position& start, const Position& end, TextIteratorBehaviorFlags behavior)
TextIteratorBehaviorFlags 1580 Source/core/editing/TextIterator.cpp BackwardsCharacterIterator::BackwardsCharacterIterator(const Range* range, TextIteratorBehaviorFlags behavior)
TextIteratorBehaviorFlags 2049 Source/core/editing/TextIterator.cpp String plainText(const Range* r, TextIteratorBehaviorFlags behavior)
TextIteratorBehaviorFlags 2122 Source/core/editing/TextIterator.cpp static const TextIteratorBehaviorFlags iteratorFlagsForFindPlainText = TextIteratorEntersTextControls | TextIteratorEntersAuthorShadowRoots;
TextIteratorBehaviorFlags   52 Source/core/editing/TextIterator.h String plainText(const Range*, TextIteratorBehaviorFlags = TextIteratorDefaultBehavior);
TextIteratorBehaviorFlags   78 Source/core/editing/TextIterator.h     explicit TextIterator(const Range*, TextIteratorBehaviorFlags = TextIteratorDefaultBehavior);
TextIteratorBehaviorFlags   80 Source/core/editing/TextIterator.h     TextIterator(const Position& start, const Position& end, TextIteratorBehaviorFlags = TextIteratorDefaultBehavior);
TextIteratorBehaviorFlags  217 Source/core/editing/TextIterator.h     explicit SimplifiedBackwardsTextIterator(const Range*, TextIteratorBehaviorFlags = TextIteratorDefaultBehavior);
TextIteratorBehaviorFlags  299 Source/core/editing/TextIterator.h     explicit CharacterIterator(const Range*, TextIteratorBehaviorFlags = TextIteratorDefaultBehavior);
TextIteratorBehaviorFlags  300 Source/core/editing/TextIterator.h     CharacterIterator(const Position& start, const Position& end, TextIteratorBehaviorFlags = TextIteratorDefaultBehavior);
TextIteratorBehaviorFlags  328 Source/core/editing/TextIterator.h     explicit BackwardsCharacterIterator(const Range*, TextIteratorBehaviorFlags = TextIteratorDefaultBehavior);