Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/app/
Dcxfa_textparser.h92 std::unique_ptr<CXFA_CSSTagProvider> ParseTagInfo(CFDE_XMLNode* pXMLNode);
Dcxfa_textparser.cpp200 auto tagProvider = ParseTagInfo(pXMLNode); in ComputeStyle()
227 auto tagProvider = ParseTagInfo(pXMLNode); in ParseRichText()
283 std::unique_ptr<CXFA_CSSTagProvider> CXFA_TextParser::ParseTagInfo( in ParseTagInfo() function in CXFA_TextParser