Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_node.h89 bool HasPropertyFlags(XFA_Element property, uint8_t flags) const;
Dcxfa_node.cpp339 bool CXFA_Node::HasPropertyFlags(XFA_Element property, uint8_t flags) const { in HasPropertyFlags() function in CXFA_Node
424 HasPropertyFlags(pChild->GetElementType(), in GetNodeList()
Dcxfa_simple_parser.cpp881 if (pXFANode->HasPropertyFlags( in NormalLoader()
/external/pdfium/fxjs/xfa/
Dcjx_object.cpp929 if (xfaNode->HasPropertyFlags(eProperty, XFA_PROPERTYFLAG_OneOf)) { in GetOrCreatePropertyInternal()
932 if (xfaNode->HasPropertyFlags(pNode->GetElementType(), in GetOrCreatePropertyInternal()
/external/pdfium/xfa/fxfa/
Dcxfa_widgetacc.cpp422 if (node && node->HasPropertyFlags(eChildType, XFA_PROPERTYFLAG_OneOf)) { in CreateUIChild()