Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dxfa_object.h40 XFA_NodeFlag_BindFormItems = 1 << 3, enumerator
174 bool BindsFormItems() const { return HasFlag(XFA_NodeFlag_BindFormItems); } in BindsFormItems()
Dcxfa_node.cpp769 m_uNodeFlags |= XFA_NodeFlag_BindFormItems; in AddBindItem()
787 m_uNodeFlags &= ~XFA_NodeFlag_BindFormItems; in RemoveBindItem()