HomeSort by relevance Sort by last modified time
    Searched defs:CXFA_TextParser (Results 1 - 2 of 2) sorted by null

  /external/pdfium/xfa/src/fxfa/src/app/
xfa_textlayout.h 71 class CXFA_TextParser {
73 CXFA_TextParser() : m_pAllocator(NULL), m_pSelector(NULL), m_pUASheet(NULL) {}
74 virtual ~CXFA_TextParser();
401 CXFA_TextParser m_textParser;
xfa_textlayout.cpp 58 CXFA_TextParser::~CXFA_TextParser() {
79 void CXFA_TextParser::Reset() {
95 void CXFA_TextParser::InitCSSData(IXFA_TextProvider* pTextProvider) {
118 IFDE_CSSStyleSheet* CXFA_TextParser::LoadDefaultSheetStyle() {
131 IFDE_CSSComputedStyle* CXFA_TextParser::CreateRootStyle(
193 IFDE_CSSComputedStyle* CXFA_TextParser::CreateStyle(
217 IFDE_CSSComputedStyle* CXFA_TextParser::ComputeStyle(
238 void CXFA_TextParser::DoParse(IFDE_XMLNode* pXMLContainer,
250 void CXFA_TextParser::ParseRichText(IFDE_XMLNode* pXMLNode,
    [all...]

Completed in 387 milliseconds