Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/css/
Dcfx_cssdeclaration.cpp84 struct CFX_CSSLengthUnitTable { struct
88 const CFX_CSSLengthUnitTable g_CFX_CSSLengthUnits[] = {
136 const CFX_CSSLengthUnitTable* GetCSSLengthUnitByName( in GetCSSLengthUnitByName()
141 sizeof(g_CFX_CSSLengthUnits) / sizeof(CFX_CSSLengthUnitTable) - 1; in GetCSSLengthUnitByName()
194 const CFX_CSSLengthUnitTable* pUnit = in ParseCSSNumber()