XMLParserContext 691 Source/core/xml/parser/XMLDocumentParser.cpp PassRefPtr<XMLParserContext> XMLParserContext::createStringParser(xmlSAXHandlerPtr handlers, void* userData) XMLParserContext 697 Source/core/xml/parser/XMLDocumentParser.cpp return adoptRef(new XMLParserContext(parser)); XMLParserContext 701 Source/core/xml/parser/XMLDocumentParser.cpp PassRefPtr<XMLParserContext> XMLParserContext::createMemoryParser(xmlSAXHandlerPtr handlers, void* userData, const CString& chunk) XMLParserContext 728 Source/core/xml/parser/XMLDocumentParser.cpp return adoptRef(new XMLParserContext(parser)); XMLParserContext 815 Source/core/xml/parser/XMLDocumentParser.cpp XMLParserContext::~XMLParserContext() XMLParserContext 840 Source/core/xml/parser/XMLDocumentParser.cpp RefPtr<XMLParserContext> context = m_context; XMLParserContext 1413 Source/core/xml/parser/XMLDocumentParser.cpp m_context = XMLParserContext::createMemoryParser(&sax, this, chunk); XMLParserContext 1416 Source/core/xml/parser/XMLDocumentParser.cpp m_context = XMLParserContext::createStringParser(&sax, this); XMLParserContext 1594 Source/core/xml/parser/XMLDocumentParser.cpp RefPtr<XMLParserContext> parser = XMLParserContext::createStringParser(&sax, &state); XMLParserContext 51 Source/core/xml/parser/XMLDocumentParser.h class XMLParserContext : public RefCounted<XMLParserContext> { XMLParserContext 53 Source/core/xml/parser/XMLDocumentParser.h static PassRefPtr<XMLParserContext> createMemoryParser(xmlSAXHandlerPtr, void* userData, const CString& chunk); XMLParserContext 54 Source/core/xml/parser/XMLDocumentParser.h static PassRefPtr<XMLParserContext> createStringParser(xmlSAXHandlerPtr, void* userData); XMLParserContext 55 Source/core/xml/parser/XMLDocumentParser.h ~XMLParserContext(); XMLParserContext 59 Source/core/xml/parser/XMLDocumentParser.h XMLParserContext(xmlParserCtxtPtr context) XMLParserContext 161 Source/core/xml/parser/XMLDocumentParser.h RefPtr<XMLParserContext> m_context;