Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_node.h98 uint8_t PropertyOccuranceCount(XFA_Element property) const;
Dcxfa_node.cpp1062 uint8_t CXFA_Node::PropertyOccuranceCount(XFA_Element property) const { in PropertyOccuranceCount() function in CXFA_Node
1070 if (index < 0 || index >= PropertyOccuranceCount(eProperty)) in GetProperty()
1087 if (index < 0 || index >= PropertyOccuranceCount(eProperty)) in GetOrCreateProperty()