HomeSort by relevance Sort by last modified time
    Searched refs:PropertyOccuranceCount (Results 1 - 3 of 3) sorted by null

  /external/pdfium/xfa/fxfa/parser/
cxfa_node.h 90 uint8_t PropertyOccuranceCount(XFA_Element property) const;
cxfa_node.cpp 344 uint8_t CXFA_Node::PropertyOccuranceCount(XFA_Element property) const {
    [all...]
  /external/pdfium/fxjs/xfa/
cjx_object.cpp 902 if (index < 0 || index >= xfaNode->PropertyOccuranceCount(eProperty))
920 if (index < 0 || index >= xfaNode->PropertyOccuranceCount(eProperty))
    [all...]

Completed in 262 milliseconds