HomeSort by relevance Sort by last modified time
    Searched refs:errorContext (Results 1 - 24 of 24) 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)
50 xmlSetGenericErrorFunc(errorContext, genericErrorFunc);
52 xmlSetStructuredErrorFunc(errorContext, structuredErrorFunc);
XMLDocumentParserScope.h 40 XMLDocumentParserScope(ResourceFetcher*, xmlGenericErrorFunc, xmlStructuredErrorFunc = 0, void* errorContext = 0);