Home | History | Annotate | Download | only in WebCore

Lines Matching full:textiterator

8362         * WebCore.base.exp: Updated the TextIterator constructor signature.
8364 * editing/TextIterator.cpp:
8365 (WebCore::TextIterator::TextIterator): Added an enterTextControls
8370 (WebCore::TextIterator::advance): Added code to step out of shadow
8372 (WebCore::TextIterator::handleReplacedElement): Added code to enter
8377 the TextIterator constructor.
8381 * editing/TextIterator.h: Added member variables to track whether the
8392 accessor method that is accessible to TextIterator through class
8735 uses relatively untested code in TextIterator to count VisiblePositions which fails in
8743 * editing/TextIterator.h: Added a FIXME about how the code path used for selection preservation
11605 * editing/TextIterator.cpp:
20112 Use TextIterator in +[NSAttributedString _web_attributedStringFromRange:].
20114 * WebCore.base.exp: Exported TextIterator methods.
26950 * editing/TextIterator.cpp:
26951 (WebCore::TextIterator::advance): We emit an extra newline when leaving a
42181 * editing/TextIterator.cpp:
42182 (WebCore::TextIterator::TextIterator): Changed for firstNode and pastLastNode
42184 (WebCore::TextIterator::range): Changed to use Range::create.
42186 (WebCore::TextIterator::subrange): Ditto.
47581 - make TextIterator use a Vector instead of a DeprecatedString.
47583 * editing/TextIterator.cpp:
47589 * editing/TextIterator.h: Use a Vector<UChar> for the buffer instead
55268 * editing/TextIterator.cpp:
63561 * editing/TextIterator.h:
63562 (WebCore::TextIterator::exitNode): Added a FIXME.
65413 * editing/TextIterator.cpp:
70879 * editing/TextIterator.cpp:
70880 (WebCore::TextIterator::representNodeOffsetZero): When we haven't been emitting any
74165 * editing/TextIterator.cpp:
74166 (WebCore::TextIterator::TextIterator):
74376 * editing/TextIterator.cpp:
75579 * editing/TextIterator.cpp:
75581 * editing/TextIterator.h:
81094 * editing/TextIterator.cpp:
81095 (WebCore::TextIterator::exitNode): For selection preservation, we must emit a character
81557 Tell TextIterator::rangeLength that we're doing selection preservation, so that it
81563 * editing/TextIterator.cpp:
81565 (WebCore::TextIterator::rangeLength): Rename emitSpacesForReplacedElements
81566 to forSelectionPreservation, to match the name of the boolean inside TextIterator and
81568 (WebCore::TextIterator::rangeFromLocationAndLength): Ditto.