Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/css/
Dcfx_cssdata.cpp22 const CFX_CSSData::Property propertyTable[] = { variable
286 std::lower_bound(std::begin(propertyTable), std::end(propertyTable), hash, in GetPropertyByName()
290 if (result != std::end(propertyTable) && result->dwHash == hash) in GetPropertyByName()
297 return &propertyTable[static_cast<uint8_t>(property)]; in GetPropertyByEnum()