Searched defs:removeNamedItem (Results 1 – 4 of 4) sorted by relevance
/external/webkit/Source/WebCore/dom/ | ||
D | NamedNodeMap.cpp | 71 PassRefPtr<Node> NamedNodeMap::removeNamedItem(const String& name, ExceptionCode& ec) in removeNamedItem() function in WebCore::NamedNodeMap |
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ | ||
D | DTMNamedNodeMap.java | 181 public Node removeNamedItem(String name) in removeNamedItem() method in DTMNamedNodeMap |
/external/webkit/Source/WebCore/html/ | ||
D | HTMLDocument.cpp | 320 void HTMLDocument::removeNamedItem(const AtomicString& name) in removeNamedItem() function in WebCore::HTMLDocument |
/external/apache-xml/src/main/java/org/apache/xalan/templates/ | ||
D | ElemLiteralResult.java | 671 public Node removeNamedItem(String name) throws DOMException in removeNamedItem() method in ElemLiteralResult.LiteralElementAttributes |