Home | History | Annotate | Download | only in dom

Lines Matching refs:checkAcceptChild

125 bool ContainerNode::checkAcceptChild(const Node* newChild, const Node* oldChild, ExceptionState& exceptionState) const
195 if (!checkAcceptChild(newChild.get(), 0, exceptionState)) {
341 if (!checkAcceptChild(newChild.get(), child.get(), exceptionState)) {
366 if (!checkAcceptChild(newChild.get(), child.get(), exceptionState)) {
378 if (!checkAcceptChild(newChild.get(), child.get(), exceptionState)) {
691 if (!checkAcceptChild(newChild.get(), 0, exceptionState)) {