Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/css/
Dcfx_cssdata.cpp211 const CFX_CSSData::PropertyValue propertyValueTable[] = { variable
307 std::begin(propertyValueTable), std::end(propertyValueTable), hash, in GetPropertyValueByName()
312 if (result != std::end(propertyValueTable) && result->dwHash == hash) in GetPropertyValueByName()