Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/app/
Dcxfa_textparser.h36 CFX_RetainPtr<CFDE_CSSComputedStyle> CreateRootStyle(
Dcxfa_textparser.cpp104 CFX_RetainPtr<CFDE_CSSComputedStyle> CXFA_TextParser::CreateRootStyle( in CreateRootStyle() function in CXFA_TextParser
218 auto pRootStyle = CreateRootStyle(pTextProvider); in DoParse()
Dcxfa_textlayout.cpp656 auto pRootStyle = m_textParser.CreateRootStyle(m_pTextProvider); in Loader()