Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_node.h334 const PropertyData* GetPropertyData(XFA_Element property) const;
Dcxfa_node.cpp320 const CXFA_Node::PropertyData* CXFA_Node::GetPropertyData( in GetPropertyData() function in CXFA_Node
336 return !!GetPropertyData(property); in HasProperty()
340 const PropertyData* data = GetPropertyData(property); in HasPropertyFlags()
345 const PropertyData* data = GetPropertyData(property); in PropertyOccuranceCount()