Home
last modified time | relevance | path

Searched refs:FDE_GetCSSPropertyByName (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/xfa/src/fdp/src/css/
Dfde_cssstylesheet.cpp248 propertyArgs.pProperty = FDE_GetCSSPropertyByName(pszValue, iValueLen); in LoadStyleRule()
303 propertyArgs.pProperty = FDE_GetCSSPropertyByName(pszValue, iValueLen); in LoadFontFaceRule()
Dfde_cssdatatable.h135 FDE_LPCCSSPROPERTYTABLE FDE_GetCSSPropertyByName(const FX_WCHAR* pszName,
Dfde_cssdatatable.cpp556 FDE_LPCCSSPROPERTYTABLE FDE_GetCSSPropertyByName(const FX_WCHAR* pszName, in FDE_GetCSSPropertyByName() function
Dfde_cssstyleselector.cpp570 args.pProperty = FDE_GetCSSPropertyByName(psz, iLen); in AppendInlineStyle()