Searched refs:pastLast (Results 1 – 4 of 4) sorted by relevance
1046 Node* pastLast = pastLastNode(); in toString() local1047 for (Node* n = firstNode(); n != pastLast; n = n->traverseNextNode()) { in toString()1526 Node* pastLast = pastLastNode(); in checkDeleteExtract() local1527 for (Node* n = firstNode(); n != pastLast; n = n->traverseNextNode()) { in checkDeleteExtract()
582 …Node* pastLast = Range::create(m_frame->document(), position.parentAnchoredEquivalent(), end.paren… in textDirectionForSelection() local583 for (Node* n = node; n && n != pastLast; n = n->traverseNextNode()) { in textDirectionForSelection()
40741 (WebCore::Range::toString): Changed variable name to pastLast.40744 set ec to 0; moved here from the two callers. Also changed variable name to pastLast.40771 (WebCore::ApplyStyleCommand::applyInlineStyle): Changed variable name to pastLast.
53804 …(WebCore::ApplyStyleCommand::applyInlineStyle): Rename pastLast to pastEndNode, since it doesn't c…