Home
last modified time | relevance | path

Searched defs:removeNamedItem (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/dom/
DNamedNodeMap.cpp71 PassRefPtr<Node> NamedNodeMap::removeNamedItem(const String& name, ExceptionCode& ec) in removeNamedItem() function in WebCore::NamedNodeMap
144 PassRefPtr<Node> NamedNodeMap::removeNamedItem(const QualifiedName& name, ExceptionCode& ec) in removeNamedItem() function in WebCore::NamedNodeMap
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMNamedNodeMap.java181 public Node removeNamedItem(String name) in removeNamedItem() method in DTMNamedNodeMap
/external/webkit/Source/WebCore/html/
DHTMLDocument.cpp320 void HTMLDocument::removeNamedItem(const AtomicString& name) in removeNamedItem() function in WebCore::HTMLDocument
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DElemLiteralResult.java671 public Node removeNamedItem(String name) throws DOMException in removeNamedItem() method in ElemLiteralResult.LiteralElementAttributes