HomeSort by relevance Sort by last modified time
    Searched refs:TextIteratorBehavior (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/editing/
TextIterator.h 39 enum TextIteratorBehavior {
61 String plainText(const Range*, TextIteratorBehavior defaultBehavior = TextIteratorDefaultBehavior);
62 UChar* plainTextToMallocAllocatedBuffer(const Range*, unsigned& bufferLength, bool isDisplayString, TextIteratorBehavior = TextIteratorDefaultBehavior);
89 explicit TextIterator(const Range*, TextIteratorBehavior = TextIteratorDefaultBehavior);
193 explicit SimplifiedBackwardsTextIterator(const Range*, TextIteratorBehavior = TextIteratorDefaultBehavior);
211 TextIteratorBehavior m_behavior;
250 explicit CharacterIterator(const Range*, TextIteratorBehavior = TextIteratorDefaultBehavior);
275 explicit BackwardsCharacterIterator(const Range*, TextIteratorBehavior = TextIteratorDefaultBehavior);
284 TextIteratorBehavior m_behavior;
TextIterator.cpp 264 TextIterator::TextIterator(const Range* r, TextIteratorBehavior behavior)
    [all...]
  /external/webkit/Source/WebCore/accessibility/
AccessibilityRenderObject.cpp 1014 static TextIteratorBehavior textIteratorBehaviorForTextRange()
1016 TextIteratorBehavior behavior = TextIteratorIgnoresStyleVisibility;
1021 behavior = static_cast<TextIteratorBehavior>(behavior | TextIteratorEmitsObjectReplacementCharacters);
    [all...]

Completed in 46 milliseconds