Home
last modified time | relevance | path

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

/external/pdfium/xfa/fde/css/
Dcfde_cssstyleselector.h37 CFX_RetainPtr<CFDE_CSSComputedStyle> CreateComputedStyle(
Dcfde_cssstyleselector.cpp35 CFX_RetainPtr<CFDE_CSSComputedStyle> CFDE_CSSStyleSelector::CreateComputedStyle( in CreateComputedStyle() function in CFDE_CSSStyleSelector
/external/pdfium/xfa/fxfa/app/
Dcxfa_textparser.cpp108 auto pStyle = m_pSelector->CreateComputedStyle(nullptr); in CreateRootStyle()
168 auto pNewStyle = m_pSelector->CreateComputedStyle(pParentStyle); in CreateStyle()