Home
last modified time | relevance | path

Searched refs:processingInstructionHandler (Results 1 – 5 of 5) sorted by relevance

/external/webkit/WebCore/dom/
Dxml_expat_tokenizer.cpp678 static void processingInstructionHandler(void *userdata, const XML_Char *target, const XML_Char *da… in processingInstructionHandler() function
739 XML_SetProcessingInstructionHandler(m_parser, processingInstructionHandler); in write()
967 XML_SetProcessingInstructionHandler(parser, processingInstructionHandler); in parseXMLDocumentFragment()
DXMLTokenizerLibxml2.cpp1116 static void processingInstructionHandler(void* closure, const xmlChar* target, const xmlChar* data) in processingInstructionHandler() function
1277 sax.processingInstruction = processingInstructionHandler; in initializeParserContext()
/external/expat/lib/
Dxmlparse.c560 #define processingInstructionHandler \ macro
814 processingInstructionHandler = NULL; in parserInit()
950 = processingInstructionHandler; in XML_ExternalEntityParserCreate()
1011 processingInstructionHandler = oldProcessingInstructionHandler; in XML_ExternalEntityParserCreate()
1245 processingInstructionHandler = handler; in XML_SetProcessingInstructionHandler()
5171 if (!processingInstructionHandler) { in reportProcessingInstruction()
5188 processingInstructionHandler(handlerArg, target, data); in reportProcessingInstruction()
/external/webkit/WebCore/
DChangeLog-2005-08-2352910 (processingInstructionHandler):
53142 (processingInstructionHandler):
DChangeLog-2006-12-3141143 (WebCore::processingInstructionHandler):