Searched refs:exceptioncode (Results 1 – 3 of 3) sorted by relevance
/external/webkit/WebCore/dom/ |
D | xml_expat_tokenizer.cpp | 394 …espaces(Element *newElement, const String &uri, const String &prefix, ExceptionCode &exceptioncode) in handleElementNamespaces() argument 402 …ement->setAttributeNS(String("http://www.w3.org/2000/xmlns/"), namespaceQName, uri, exceptioncode); in handleElementNamespaces() 405 …d handleElementAttributes(Element *newElement, const XML_Char **atts, ExceptionCode &exceptioncode) in handleElementAttributes() argument 412 newElement->setAttributeNS(attrURI, attrQName, attrValue, exceptioncode); in handleElementAttributes() 413 if (exceptioncode) // exception while setting attributes in handleElementAttributes()
|
D | NamedNodeMap.idl | 48 // FIXME: the implementation does take an exceptioncode parameter.
|
/external/webkit/WebCore/ |
D | ChangeLog-2005-12-19 | 4873 - Removed all throw calls, replacing with exceptioncode parameters
|