Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/css/
Dcfx_cssdatatable.cpp16 static const CFX_CSSPropertyTable g_CFX_CSSProperties[] = { variable
119 sizeof(g_CFX_CSSProperties) / sizeof(CFX_CSSPropertyTable);
133 dwMid = g_CFX_CSSProperties[iMid].dwHash; in CFX_GetCSSPropertyByName()
135 return g_CFX_CSSProperties + iMid; in CFX_GetCSSPropertyByName()
146 return g_CFX_CSSProperties + static_cast<int>(eName); in CFX_GetCSSPropertyByEnum()