Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_textparser.h39 RetainPtr<CFX_CSSComputedStyle> CreateRootStyle(
Dcxfa_textparser.cpp109 RetainPtr<CFX_CSSComputedStyle> CXFA_TextParser::CreateRootStyle( in CreateRootStyle() function in CXFA_TextParser
229 auto pRootStyle = CreateRootStyle(pTextProvider); in DoParse()
Dcxfa_textlayout.cpp653 auto pRootStyle = m_textParser.CreateRootStyle(m_pTextProvider); in Loader()