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/
cxfa_node.h 48 XFA_NodeFlag_BindFormItems = 1 << 3,
142 bool BindsFormItems() const { return HasFlag(XFA_NodeFlag_BindFormItems); }
cxfa_node.cpp 528 m_uNodeFlags |= XFA_NodeFlag_BindFormItems;
542 m_uNodeFlags &= ~XFA_NodeFlag_BindFormItems;
    [all...]

Completed in 819 milliseconds