Searched refs:TextIteratorBehaviorFlags (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
D | TextIterator.h | 49 typedef unsigned TextIteratorBehaviorFlags; typedef 64 String plainText(const Range*, TextIteratorBehaviorFlags = TextIteratorDefaultBehavior); 89 explicit TextIterator(const Range*, TextIteratorBehaviorFlags = TextIteratorDefaultBehavior); 224 …explicit SimplifiedBackwardsTextIterator(const Range*, TextIteratorBehaviorFlags = TextIteratorDef… 306 … explicit CharacterIterator(const Range*, TextIteratorBehaviorFlags = TextIteratorDefaultBehavior); 334 …explicit BackwardsCharacterIterator(const Range*, TextIteratorBehaviorFlags = TextIteratorDefaultB…
|
D | TextIterator.cpp | 241 TextIterator::TextIterator(const Range* range, TextIteratorBehaviorFlags behavior) in TextIterator() 1150 …dsTextIterator::SimplifiedBackwardsTextIterator(const Range* r, TextIteratorBehaviorFlags behavior) in SimplifiedBackwardsTextIterator() 1432 CharacterIterator::CharacterIterator(const Range* r, TextIteratorBehaviorFlags behavior) in CharacterIterator() 1531 …aracterIterator::BackwardsCharacterIterator(const Range* range, TextIteratorBehaviorFlags behavior) in BackwardsCharacterIterator() 2000 String plainText(const Range* r, TextIteratorBehaviorFlags behavior) in plainText()
|