Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/css/
Dcfx_cssdeclaration.cpp88 const CFX_CSSLengthUnitTable g_CFX_CSSLengthUnits[] = { variable
141 sizeof(g_CFX_CSSLengthUnits) / sizeof(CFX_CSSLengthUnitTable) - 1; in GetCSSLengthUnitByName()
146 wMid = g_CFX_CSSLengthUnits[iMid].wHash; in GetCSSLengthUnitByName()
148 return g_CFX_CSSLengthUnits + iMid; in GetCSSLengthUnitByName()