Home | History | Annotate | Download | only in dom

Lines Matching defs:attr1

1495     const Attr* attr1 = nodeType() == ATTRIBUTE_NODE ? toAttr(this) : 0;
1498 const Node* start1 = attr1 ? attr1->ownerElement() : this;
1510 if (attr1)
1511 chain1.append(attr1);
1515 if (attr1 && attr2 && start1 == start2 && start1) {
1517 const Element* owner1 = attr1->ownerElement();
1526 if (attr1->qualifiedName() == it->name())