Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_textlayout.cpp62 if (m_pSelector != NULL) { in ~CXFA_TextParser()
63 m_pSelector->Release(); in ~CXFA_TextParser()
99 if (m_pSelector == NULL) { in InitCSSData()
103 m_pSelector = IFDE_CSSStyleSelector::Create(); in InitCSSData()
104 m_pSelector->SetFontMgr(pFontMgr); in InitCSSData()
110 m_pSelector->SetDefFontSize(fFontSize); in InitCSSData()
114 m_pSelector->SetStyleSheet(FDE_CSSSTYLESHEETGROUP_UserAgent, m_pUASheet); in InitCSSData()
115 m_pSelector->UpdateStyleIndex(FDE_CSSMEDIATYPE_ALL); in InitCSSData()
135 IFDE_CSSComputedStyle* pStyle = m_pSelector->CreateComputedStyle(NULL); in CreateRootStyle()
196 m_pSelector->CreateComputedStyle(pParentStyle); in CreateStyle()
[all …]
Dxfa_textlayout.h73 CXFA_TextParser() : m_pAllocator(NULL), m_pSelector(NULL), m_pUASheet(NULL) {} in CXFA_TextParser()
125 IFDE_CSSStyleSelector* m_pSelector; variable