Searched refs:forSelectionPreservation (Results 1 – 2 of 2) sorted by relevance
1991 int TextIterator::rangeLength(const Range* r, bool forSelectionPreservation) in rangeLength() argument1994 for (TextIterator it(r, forSelectionPreservation); !it.atEnd(); it.advance()) in rangeLength()2006 …ocationAndLength(Element* scope, int rangeLocation, int rangeLength, bool forSelectionPreservation) in rangeFromLocationAndLength() argument2016 TextIterator it(rangeOfContents(scope).get(), forSelectionPreservation); in rangeFromLocationAndLength()
81566 to forSelectionPreservation, to match the name of the boolean inside TextIterator and