Searched refs:removeNode (Results 1 - 24 of 24) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/editing/
H A DRemoveNodePreservingChildrenCommand.cpp51 removeNode(child, m_shouldAssumeContentIsAlwaysEditable);
54 removeNode(m_node, m_shouldAssumeContentIsAlwaysEditable);
H A DSimplifyMarkupCommand.cpp121 removeNode(nodesToRemove[startNodeIndex], AssumeContentIsAlwaysEditable);
123 removeNode(highestAncestorToRemove, AssumeContentIsAlwaysEditable);
H A DModifySelectionListLevel.cpp96 removeNode(node);
111 removeNode(node);
127 removeNode(node);
270 removeNode(listNode);
H A DDeleteSelectionCommand.cpp323 removeNode(nodeAfterDownstreamStart);
348 void DeleteSelectionCommand::removeNode(PassRefPtr<Node> node, ShouldAssumeContentIsAlwaysEditable shouldAssumeContentIsAlwaysEditable) function in class:WebCore::DeleteSelectionCommand
363 removeNode(child.get(), shouldAssumeContentIsAlwaysEditable);
382 removeNode(remove, shouldAssumeContentIsAlwaysEditable);
406 CompositeEditCommand::removeNode(node, shouldAssumeContentIsAlwaysEditable);
441 removeNode(node);
496 removeNode(startNode);
527 removeNode(node.get());
532 removeNode(node.get());
542 removeNode(m_downstreamEn
[all...]
H A DDeleteSelectionCommand.h71 virtual void removeNode(PassRefPtr<Node>, ShouldAssumeContentIsAlwaysEditable = DoNotAssumeContentIsAlwaysEditable);
H A DReplaceSelectionCommand.cpp84 void removeNode(PassRefPtr<Node>);
224 removeNode(n);
227 removeNode(node);
230 void ReplacementFragment::removeNode(PassRefPtr<Node> node) function in class:WebCore::ReplacementFragment
275 removeNode(holder);
288 removeNode(unrendered[i]);
302 removeNode(node);
315 removeNode(node);
655 removeNode(node);
662 removeNode(nod
[all...]
H A DBreakBlockquoteCommand.cpp176 removeNode(originalParent);
H A DCompositeEditCommand.cpp409 removeNode(children[i].release());
412 void CompositeEditCommand::removeNode(PassRefPtr<Node> node, ShouldAssumeContentIsAlwaysEditable shouldAssumeContentIsAlwaysEditable) function in class:WebCore::CompositeEditCommand
427 removeNode(node);
440 removeNode(&nodesToRemove[i].get());
470 removeNode(highestNodeToRemove.release());
489 removeNode(second);
818 removeNode(textNode);
867 // removeNode and return.
959 removeNode(p.anchorNode());
1032 removeNode(newBloc
[all...]
H A DInsertListCommand.cpp61 removeNode(node);
236 removeNode(listNode);
H A DCompositeEditCommand.h128 virtual void removeNode(PassRefPtr<Node>, ShouldAssumeContentIsAlwaysEditable = DoNotAssumeContentIsAlwaysEditable);
H A DDeleteButtonController.cpp371 removeNode(m_target);
H A DApplyStyleCommand.cpp829 removeNode(run.dummyElement);
1359 removeNode(node);
1413 removeNode(dummyElement);
1548 removeNode(next);
H A DTypingCommand.cpp428 removeNode(child);
/macosx-10.10/swig-12/Source/Swig/
H A Dswigtree.h37 extern void removeNode(Node *node);
H A Dtree.c173 * removeNode()
178 void removeNode(Node *n) { function
H A Dnaming.c1057 removeNode(kw);
1062 removeNode(kw);
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Models/
H A DDOMNode.js339 removeNode: function(callback)
341 DOMAgent.removeNode(this.id, this._makeUndoableCallback(callback));
/macosx-10.10/tcl-105/tcl_ext/tclxml/tcldom/examples/
H A Ddomtext.tcl1148 dom::node removeNode [dom::node parent $selected] $selected
1184 dom::node removeNode [dom::node parent $selected] $selected
1213 dom::node removeNode [dom::node parent $selected] $selected
/macosx-10.10/WebCore-7600.1.25/inspector/
H A DInspectorDOMAgent.h128 virtual void removeNode(ErrorString*, int nodeId) override;
H A DInspectorDOMAgent.cpp704 void InspectorDOMAgent::removeNode(ErrorString* errorString, int nodeId) function in class:WebCore::InspectorDOMAgent
/macosx-10.10/llvmCore-3425.0.34/include/llvm/CodeGen/PBQP/
H A DGraph.h323 void removeNode(NodeItr nItr) { function in class:PBQP::Graph
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DDOMTreeElement.js1222 this.representedObject.removeNode(removeNodeCallback);
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Analysis/
H A DDominators.h527 /// removeNode - Removes a node from the dominator tree. Block must not
530 void removeNode(NodeT *BB) { function in class:llvm::DominatorTreeBase
/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c129369 static int removeNode(Rtree *pRtree, RtreeNode *pNode, int iHeight){ function
[all...]

Completed in 1008 milliseconds