Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_node.h416 const PropertyData* GetPropertyData(XFA_Element property) const;
Dcxfa_node.cpp1043 const CXFA_Node::PropertyData* CXFA_Node::GetPropertyData( in GetPropertyData() function in CXFA_Node
1054 return !!GetPropertyData(property); in HasProperty()
1058 const PropertyData* data = GetPropertyData(property); in HasPropertyFlags()
1063 const PropertyData* data = GetPropertyData(property); in PropertyOccuranceCount()