Home
last modified time | relevance | path

Searched refs:exceptioncode (Results 1 – 3 of 3) sorted by relevance

/external/webkit/WebCore/dom/
Dxml_expat_tokenizer.cpp394 …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()
DNamedNodeMap.idl48 // FIXME: the implementation does take an exceptioncode parameter.
/external/webkit/WebCore/
DChangeLog-2005-12-194873 - Removed all throw calls, replacing with exceptioncode parameters