Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/css/
Dcfx_cssstyleselector.h35 RetainPtr<CFX_CSSComputedStyle> CreateComputedStyle(
Dcfx_cssstyleselector.cpp34 RetainPtr<CFX_CSSComputedStyle> CFX_CSSStyleSelector::CreateComputedStyle( in CreateComputedStyle() function in CFX_CSSStyleSelector
/external/pdfium/xfa/fxfa/
Dcxfa_textparser.cpp112 auto pStyle = m_pSelector->CreateComputedStyle(nullptr); in CreateRootStyle()
179 auto pNewStyle = m_pSelector->CreateComputedStyle(pParentStyle); in CreateStyle()