Home
last modified time | relevance | path

Searched refs:xmlSetStructuredErrorFunc (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/dom/
DXMLDocumentParserScope.cpp55 xmlSetStructuredErrorFunc(errorContext, structuredErrorFunc); in XMLDocumentParserScope()
64 xmlSetStructuredErrorFunc(m_oldErrorContext, m_oldStructuredErrorFunc); in ~XMLDocumentParserScope()
/external/webkit/Source/WebCore/xml/
DXSLTProcessorLibxslt.cpp141 xmlSetStructuredErrorFunc(console, XSLTProcessor::parseErrorFunc); in docLoaderFunc()
148 xmlSetStructuredErrorFunc(0, 0); in docLoaderFunc()
/external/libxml2/include/libxml/
Dxmlerror.h868 xmlSetStructuredErrorFunc (void *ctx,
/external/libxml2/
Derror.c134 xmlSetStructuredErrorFunc(void *ctx, xmlStructuredErrorFunc handler) { in xmlSetStructuredErrorFunc() function
Delfgcchack.h10375 #undef xmlSetStructuredErrorFunc
10376 extern __typeof (xmlSetStructuredErrorFunc) xmlSetStructuredErrorFunc __attribute((alias("xmlSetStr…
10378 #ifndef xmlSetStructuredErrorFunc
10379 extern __typeof (xmlSetStructuredErrorFunc) xmlSetStructuredErrorFunc__internal_alias __attribute((…
10380 #define xmlSetStructuredErrorFunc xmlSetStructuredErrorFunc__internal_alias macro
/external/webkit/Source/WebCore/
DChangeLog-2008-08-1077960 … Switched to xmlSetStructuredErrorFunc to get an error structure instead of pre-formatted console