HomeSort by relevance Sort by last modified time
    Searched refs:XFA_NodeFlag_BindFormItems (Results 1 - 2 of 2) sorted by null

  /external/pdfium/xfa/fxfa/parser/
xfa_object.h 40 XFA_NodeFlag_BindFormItems = 1 << 3,
174 bool BindsFormItems() const { return HasFlag(XFA_NodeFlag_BindFormItems); }
    [all...]
cxfa_node.cpp 769 m_uNodeFlags |= XFA_NodeFlag_BindFormItems;
787 m_uNodeFlags &= ~XFA_NodeFlag_BindFormItems;
    [all...]

Completed in 57 milliseconds