Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcrt/
Dfx_xml_parser.cpp515 CXML_Content* pContent = new CXML_Content; in InsertContentSegment()
579 CXML_Content* content = (CXML_Content*)m_Children.GetAt(i + 1); in RemoveChildren()
707 CXML_Content* pContent = (CXML_Content*)m_Children.GetAt(index + 1); in GetContent()
/external/pdfium/core/include/fxcrt/
Dfx_xml.h33 class CXML_Content {
35 CXML_Content() : m_bCDATA(FALSE), m_Content() {} in CXML_Content() function