Searched refs:insertNodeAfterAndUpdateNodesInserted (Results 1 – 4 of 4) sorted by relevance
62 void insertNodeAfterAndUpdateNodesInserted(PassRefPtr<Node> insertChild, Node* refChild);
1009 insertNodeAfterAndUpdateNodesInserted(node, refNode.get()); in doApply()1139 insertNodeAfterAndUpdateNodesInserted(node, endNode); in doApply()1229 void ReplaceSelectionCommand::insertNodeAfterAndUpdateNodesInserted(PassRefPtr<Node> insertChild, N… in insertNodeAfterAndUpdateNodesInserted() function in WebCore::ReplaceSelectionCommand
22880 Use the insertNodeAfterAndUpdateNodesInserted and insertNodeBeforeAndUpdateNodesInserted25104 (khtml::ReplaceSelectionCommand::insertNodeAfterAndUpdateNodesInserted): New helper used
53283 (WebCore::ReplaceSelectionCommand::insertNodeAfterAndUpdateNodesInserted):