Home | History | Annotate | Download | only in editing

Lines Matching defs:lastNode

538     Node* lastNode = m_lastLeafInserted.get();
540 Node* enclosingSelect = enclosingNodeWithTag(firstPositionInOrBeforeNode(lastNode), selectTag);
542 lastNode = enclosingSelect;
543 return lastPositionInOrAfterNode(lastNode);
1260 Node* lastNode = insertionBlock;
1268 splitTreeToNode(insertPos.deprecatedNode(), lastNode, true);
1276 insertNodeBefore(listItem, lastNode);
1278 insertNodeAfter(listItem, lastNode);
1279 lastNode = listItem.get();
1284 lastNode = lastNode->previousSibling();
1286 insertNodeAfter(createListItemElement(document()), lastNode);
1287 updateNodesInserted(lastNode);
1288 return lastNode;