genericErrorFunc  136 Source/core/xml/XSLStyleSheetLibxslt.cpp     XMLDocumentParserScope scope(fetcher(), XSLTProcessor::genericErrorFunc, XSLTProcessor::parseErrorFunc, console);
genericErrorFunc   72 Source/core/xml/XSLTProcessor.h     static void genericErrorFunc(void* userData, const char* msg, ...);
genericErrorFunc  116 Source/core/xml/XSLTProcessorLibxslt.cpp         xmlSetGenericErrorFunc(console, XSLTProcessor::genericErrorFunc);
genericErrorFunc   42 Source/core/xml/parser/XMLDocumentParserScope.cpp XMLDocumentParserScope::XMLDocumentParserScope(ResourceFetcher* fetcher, xmlGenericErrorFunc genericErrorFunc, xmlStructuredErrorFunc structuredErrorFunc, void* errorContext)
genericErrorFunc   49 Source/core/xml/parser/XMLDocumentParserScope.cpp     if (genericErrorFunc)
genericErrorFunc   50 Source/core/xml/parser/XMLDocumentParserScope.cpp         xmlSetGenericErrorFunc(errorContext, genericErrorFunc);