Home
last modified time | relevance | path

Searched refs:pastLast (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/dom/
DRange.cpp1046 Node* pastLast = pastLastNode(); in toString() local
1047 for (Node* n = firstNode(); n != pastLast; n = n->traverseNextNode()) { in toString()
1526 Node* pastLast = pastLastNode(); in checkDeleteExtract() local
1527 for (Node* n = firstNode(); n != pastLast; n = n->traverseNextNode()) { in checkDeleteExtract()
/external/webkit/Source/WebCore/editing/
DEditor.cpp582 …Node* pastLast = Range::create(m_frame->document(), position.parentAnchoredEquivalent(), end.paren… in textDirectionForSelection() local
583 for (Node* n = node; n && n != pastLast; n = n->traverseNextNode()) { in textDirectionForSelection()
/external/webkit/Source/WebCore/
DChangeLog-2008-08-1040741 (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.
DChangeLog-2009-06-1653804 …(WebCore::ApplyStyleCommand::applyInlineStyle): Rename pastLast to pastEndNode, since it doesn't c…