Home | History | Annotate | Download | only in dom

Lines Matching defs:attr2

1496     const Attr* attr2 = otherNode->nodeType() == ATTRIBUTE_NODE ? toAttr(otherNode) : 0;
1499 const Node* start2 = attr2 ? attr2->ownerElement() : otherNode;
1512 if (attr2)
1513 chain2.append(attr2);
1515 if (attr1 && attr2 && start1 == start2 && start1) {
1528 if (attr2->qualifiedName() == it->name())