Home
last modified time | relevance | path

Searched refs:attributesWithoutUpdate (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DPresentationAttributeStyle.cpp129 AttributeCollection attributes = element.attributesWithoutUpdate(); in makePresentationAttributeCacheKey()
184 AttributeCollection attributes = element.attributesWithoutUpdate(); in computePresentationAttributeStyle()
DElement.h162 AttributeCollection attributesWithoutUpdate() const;
700 inline AttributeCollection Element::attributesWithoutUpdate() const in attributesWithoutUpdate() function
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DDOMPatchSupport.cpp192 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()
/external/chromium_org/third_party/WebKit/Source/core/css/
DSelectorChecker.h168 AttributeCollection attributes = element.attributesWithoutUpdate(); in checkExactAttribute()
DSelectorChecker.cpp469 AttributeCollection attributes = element.attributesWithoutUpdate(); in anyAttributeMatches()
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
DHTMLConstructionSite.cpp416 if (element->attributesWithoutUpdate().findIndex(tokenAttribute.name()) == kNotFound) in mergeAttributesFromTokenIntoElement()
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLInputElement.cpp455 AttributeCollection attributes = attributesWithoutUpdate(); in updateType()