Searched refs:detachAttribute (Results 1 – 3 of 3) sorted by relevance
65 return m_element->detachAttribute(index); in removeNamedItem()75 return m_element->detachAttribute(index); in removeNamedItemNS()
203 PassRefPtr<Attr> detachAttribute(size_t index);
320 PassRefPtr<Attr> Element::detachAttribute(size_t index) in detachAttribute() function in WebCore::Element