Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/editing/
DReplaceSelectionCommand.h62 void insertNodeAfterAndUpdateNodesInserted(PassRefPtr<Node> insertChild, Node* refChild);
DReplaceSelectionCommand.cpp1009 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
/external/webkit/Source/WebCore/
DChangeLog-2005-08-2322880 Use the insertNodeAfterAndUpdateNodesInserted and insertNodeBeforeAndUpdateNodesInserted
25104 (khtml::ReplaceSelectionCommand::insertNodeAfterAndUpdateNodesInserted): New helper used
DChangeLog-2009-06-1653283 (WebCore::ReplaceSelectionCommand::insertNodeAfterAndUpdateNodesInserted):