HomeSort by relevance Sort by last modified time
    Searched refs:pXMLContainer (Results 1 - 3 of 3) sorted by null

  /external/pdfium/xfa/fxfa/
cxfa_textparser.h 35 void DoParse(CFX_XMLNode* pXMLContainer, CXFA_TextProvider* pTextProvider);
cxfa_textparser.cpp 206 void CXFA_TextParser::DoParse(CFX_XMLNode* pXMLContainer,
208 if (!pXMLContainer || !pTextProvider || m_bParsed)
214 ParseRichText(pXMLContainer, pRootStyle.Get());
cxfa_textlayout.cpp 80 CFX_XMLNode* pXMLContainer = nullptr;
88 pXMLContainer = pXMLChild;
93 return pXMLContainer;
636 CFX_XMLNode* pXMLContainer = GetXMLContainerNode();
637 if (pXMLContainer) {
639 m_textParser.DoParse(pXMLContainer, m_pTextProvider);
642 LoadRichText(pXMLContainer, textWidth, fLinePos, pRootStyle, bSavePieces,
    [all...]

Completed in 52 milliseconds