Home
last modified time | relevance | path

Searched refs:detachAttrNodeAtIndex (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.h677 void detachAttrNodeAtIndex(Attr*, size_t index);
DElement.cpp326 detachAttrNodeAtIndex(attrNode.get(), index); in detachAttribute()
334 void Element::detachAttrNodeAtIndex(Attr* attr, size_t index) in detachAttrNodeAtIndex() function in WebCore::Element
2027 detachAttrNodeAtIndex(attr, index); in removeAttributeNode()