Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_node.h48 XFA_NodeFlag_BindFormItems = 1 << 3, enumerator
142 bool BindsFormItems() const { return HasFlag(XFA_NodeFlag_BindFormItems); } in BindsFormItems()
Dcxfa_node.cpp528 m_uNodeFlags |= XFA_NodeFlag_BindFormItems; in AddBindItem()
542 m_uNodeFlags &= ~XFA_NodeFlag_BindFormItems; in RemoveBindItem()