Home
last modified time | relevance | path

Searched refs:pXMLContainer (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/xfa/fxfa/
Dcxfa_textparser.cpp221 void CXFA_TextParser::DoParse(const CFX_XMLNode* pXMLContainer, in DoParse() argument
223 if (!pXMLContainer || !pTextProvider || m_bParsed) in DoParse()
229 ParseRichText(pXMLContainer, pRootStyle.Get()); in DoParse()
Dcxfa_textparser.h67 void DoParse(const CFX_XMLNode* pXMLContainer,
Dcxfa_textlayout.cpp685 const CFX_XMLNode* pXMLContainer = GetXMLContainerNode(); in Loader() local
686 if (!pXMLContainer) in Loader()
690 m_pTextParser->DoParse(pXMLContainer, m_pTextProvider); in Loader()
693 LoadRichText(pXMLContainer, textWidth, pLinePos, std::move(pRootStyle), in Loader()