Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/css/
Dcfx_cssdeclaration.cpp32 const CFX_CSSPropertyValueTable g_CFX_CSSPropertyValues[] = { variable
79 sizeof(g_CFX_CSSPropertyValues) / sizeof(CFX_CSSPropertyValueTable);
124 dwMid = g_CFX_CSSPropertyValues[iMid].dwHash; in GetCSSPropertyValueByName()
126 return g_CFX_CSSPropertyValues + iMid; in GetCSSPropertyValueByName()