Searched refs:attributesWithoutUpdate (Results 1 – 7 of 7) sorted by relevance
129 AttributeCollection attributes = element.attributesWithoutUpdate(); in makePresentationAttributeCacheKey()184 AttributeCollection attributes = element.attributesWithoutUpdate(); in computePresentationAttributeStyle()
162 AttributeCollection attributesWithoutUpdate() const;700 inline AttributeCollection Element::attributesWithoutUpdate() const in attributesWithoutUpdate() function
192 while (oldElement->attributesWithoutUpdate().size()) { in innerPatchNode()193 const Attribute& attribute = oldElement->attributesWithoutUpdate().at(0); in innerPatchNode()199 AttributeCollection attributes = newElement->attributesWithoutUpdate(); in innerPatchNode()429 AttributeCollection attributes = element.attributesWithoutUpdate(); in createDigest()
168 AttributeCollection attributes = element.attributesWithoutUpdate(); in checkExactAttribute()
469 AttributeCollection attributes = element.attributesWithoutUpdate(); in anyAttributeMatches()
416 if (element->attributesWithoutUpdate().findIndex(tokenAttribute.name()) == kNotFound) in mergeAttributesFromTokenIntoElement()
455 AttributeCollection attributes = attributesWithoutUpdate(); in updateType()