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

/external/webkit/Source/WebCore/dom/
H A DContainerNode.cpp116 checkAddChild(newChild.get(), ec);
580 checkAddChild(newChild.get(), ec);
H A DNode.h415 void checkAddChild(Node* newChild, ExceptionCode&); // Error-checking when adding via the DOM API
H A DNode.cpp1286 void Node::checkAddChild(Node *newChild, ExceptionCode& ec) function in class:WebCore::Node

Completed in 267 milliseconds