Home
last modified time | relevance | path

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

/external/pdfium/xfa/fde/css/
Dfde_cssdatatable.h34 struct FDE_CSSLengthUnitTable { struct
51 const FDE_CSSLengthUnitTable* FDE_GetCSSLengthUnitByName( argument
Dfde_cssdatatable.cpp176 static const FDE_CSSLengthUnitTable g_FDE_CSSLengthUnits[] = {
245 const FDE_CSSLengthUnitTable* FDE_GetCSSLengthUnitByName( in FDE_GetCSSLengthUnitByName()
250 sizeof(g_FDE_CSSLengthUnits) / sizeof(FDE_CSSLengthUnitTable) - 1; in FDE_GetCSSLengthUnitByName()
Dcfde_cssdeclaration.cpp42 const FDE_CSSLengthUnitTable* pUnit = in ParseCSSNumber()