Home
last modified time | relevance | path

Searched refs:structuredErrorFunc (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/dom/
DXMLDocumentParserScope.cpp45 …ader, xmlGenericErrorFunc genericErrorFunc, xmlStructuredErrorFunc structuredErrorFunc, void* erro… in XMLDocumentParserScope() argument
54 if (structuredErrorFunc) in XMLDocumentParserScope()
55 xmlSetStructuredErrorFunc(errorContext, structuredErrorFunc); in XMLDocumentParserScope()
DXMLDocumentParserScope.h48 …ader, xmlGenericErrorFunc genericErrorFunc, xmlStructuredErrorFunc structuredErrorFunc = 0, void* …