Home | History | Annotate | Download | only in dom

Lines Matching refs:Attributes

142     size_t attributes = 0;
171 attributes += elementData->length();
253 printf("Attributes:\n");
254 printf(" Number of Attributes (non-Node and Node): %zu [%zu]\n", attributes, sizeof(Attribute));
255 printf(" Number of Attributes with an Attr: %zu\n", attributesWithAttr);
610 // For nodes other than elements and attributes, the prefix is always null
616 // The spec says that for nodes other than elements and attributes, prefix is always null.
909 // Modifications to attributes that are not associated with an Element can't invalidate NodeList caches.
1735 // We are comparing two attributes on the same node. Crawl our attribute map and see which one we hit first.
1743 // when comparing two attributes of the same element, and inserting or removing additional attributes might change
1744 // the order between existing attributes.
2251 ASSERT((type == MutationObserver::Attributes && attributeName) || !attributeName);