Home | History | Annotate | Download | only in editing

Lines Matching refs:atEnd

1367     while (!atEnd() && m_textIterator.length() == 0)
1374 if (!m_textIterator.atEnd()) {
1410 for (m_textIterator.advance(); !atEnd(); m_textIterator.advance()) {
1437 while (numChars > 0 && !atEnd()) {
1466 while (!atEnd() && !m_textIterator.length())
1473 if (!m_textIterator.atEnd()) {
1506 for (m_textIterator.advance(); !atEnd(); m_textIterator.advance()) {
1547 ASSERT(!m_textIterator.atEnd());
1553 while (!m_textIterator.atEnd() && m_textIterator.length() == 0)
1558 if (m_textIterator.atEnd())
1572 if (m_textIterator.atEnd() || !m_textIterator.length() || isSpaceOrNewline(m_textIterator.characterAt(0))) {
2222 for (TextIterator it(r, forSelectionPreservation ? TextIteratorEmitsCharactersBetweenAllVisiblePositions : TextIteratorDefaultBehavior); !it.atEnd(); it.advance())
2246 // FIXME: the atEnd() check shouldn't be necessary, workaround for <http://bugs.webkit.org/show_bug.cgi?id=6289>.
2247 if (rangeLocation == 0 && rangeLength == 0 && it.atEnd()) {
2256 for (; !it.atEnd(); it.advance()) {
2271 if (!it.atEnd()) {
2364 for (TextIterator it(r, behavior); !it.atEnd(); it.advance()) {
2398 for (SimplifiedBackwardsTextIterator backwardsIterator(beforeStartRange.get()); !backwardsIterator.atEnd(); backwardsIterator.advance()) {
2407 while (!it.atEnd()) {