Home
last modified time | relevance | path

Searched refs:CXML_Content (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/fxcrt/
Dfx_xml.h41 class CXML_Content {
43 CXML_Content() : m_bCDATA(false), m_Content() {} in CXML_Content() function
Dfx_xml_parser.cpp653 CXML_Content* pContent = new CXML_Content; in InsertContentSegment()
681 delete static_cast<CXML_Content*>(record.child); in RemoveChildren()
813 CXML_Content* pContent = in GetContent()
814 static_cast<CXML_Content*>(m_Children[index].child); in GetContent()