Home
last modified time | relevance | path

Searched refs:TextIteratorBehavior (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/editing/
DTextIterator.h39 enum TextIteratorBehavior { enum
61 String plainText(const Range*, TextIteratorBehavior defaultBehavior = TextIteratorDefaultBehavior);
62 …uffer(const Range*, unsigned& bufferLength, bool isDisplayString, TextIteratorBehavior = TextItera…
89 explicit TextIterator(const Range*, TextIteratorBehavior = TextIteratorDefaultBehavior);
193 …explicit SimplifiedBackwardsTextIterator(const Range*, TextIteratorBehavior = TextIteratorDefaultB…
211 TextIteratorBehavior m_behavior;
250 explicit CharacterIterator(const Range*, TextIteratorBehavior = TextIteratorDefaultBehavior);
275 …explicit BackwardsCharacterIterator(const Range*, TextIteratorBehavior = TextIteratorDefaultBehavi…
284 TextIteratorBehavior m_behavior;
DTextIterator.cpp264 TextIterator::TextIterator(const Range* r, TextIteratorBehavior behavior) in TextIterator()
1040 …ckwardsTextIterator::SimplifiedBackwardsTextIterator(const Range* r, TextIteratorBehavior behavior) in SimplifiedBackwardsTextIterator()
1262 CharacterIterator::CharacterIterator(const Range* r, TextIteratorBehavior behavior) in CharacterIterator()
1370 BackwardsCharacterIterator::BackwardsCharacterIterator(const Range* range, TextIteratorBehavior beh… in BackwardsCharacterIterator()
2414 …fer(const Range* r, unsigned& bufferLength, bool isDisplayString, TextIteratorBehavior defaultBeha… in plainTextToMallocAllocatedBuffer()
2426 TextIteratorBehavior behavior = defaultBehavior; in plainTextToMallocAllocatedBuffer()
2428 … behavior = static_cast<TextIteratorBehavior>(behavior | TextIteratorEmitsTextsWithoutTranscoding); in plainTextToMallocAllocatedBuffer()
2479 String plainText(const Range* r, TextIteratorBehavior defaultBehavior) in plainText()
/external/webkit/Source/WebCore/accessibility/
DAccessibilityRenderObject.cpp1014 static TextIteratorBehavior textIteratorBehaviorForTextRange() in textIteratorBehaviorForTextRange()
1016 TextIteratorBehavior behavior = TextIteratorIgnoresStyleVisibility; in textIteratorBehaviorForTextRange()
1021 …behavior = static_cast<TextIteratorBehavior>(behavior | TextIteratorEmitsObjectReplacementCharacte… in textIteratorBehaviorForTextRange()
/external/webkit/Source/WebCore/
DChangeLog24779 * editing/TextIterator.h: New value in the TextIteratorBehavior