Searched refs:Node_replaceChild (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/JavaScriptCore/API/tests/
H A DNode.h48 extern void Node_replaceChild(Node* node, Node* newChild, Node* oldChild);
H A DNode.c64 void Node_replaceChild(Node* node, Node* newChild, Node* oldChild) function
H A DJSNode.c90 Node_replaceChild(node, newChild, oldChild);

Completed in 62 milliseconds