Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_textparser.h37 RetainPtr<CFX_CSSComputedStyle> CreateRootStyle(
Dcxfa_textparser.cpp93 RetainPtr<CFX_CSSComputedStyle> CXFA_TextParser::CreateRootStyle( in CreateRootStyle() function in CXFA_TextParser
213 auto pRootStyle = CreateRootStyle(pTextProvider); in DoParse()
Dcxfa_textlayout.cpp641 auto pRootStyle = m_textParser.CreateRootStyle(m_pTextProvider); in Loader()