Home | History | Annotate | Download | only in dom

Lines Matching defs:nodeType

966     switch (importedNode->nodeType()) {
1030 switch (source->nodeType()) {
1488 Node::NodeType Document::nodeType() const
3234 bool Document::childTypeAllowed(NodeType type) const
3251 if (c->nodeType() == type)
3260 if (oldChild.nodeType() == newChild.nodeType())
3272 switch (c->nodeType()) {
3287 switch (c->nodeType()) {
3306 switch (newChild.nodeType()) {