HomeSort by relevance Sort by last modified time
    Searched refs:genericErrorFunc (Results 1 - 4 of 4) sorted by null

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

Completed in 1052 milliseconds