Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dxfa_basic_data.cpp84 const AttributeRecord g_AttributeTable[] = { variable
149 return g_AttributeTable[static_cast<size_t>(attr)].name; in XFA_AttributeToName()
155 std::begin(g_AttributeTable), std::end(g_AttributeTable), hash, in XFA_GetAttributeByName()
157 if (elem != std::end(g_AttributeTable) && name.EqualsASCII(elem->name)) { in XFA_GetAttributeByName()