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

  /external/pdfium/xfa/fxfa/
cxfa_ffdoc.h 58 FormType GetFormType() const { return m_FormType; }
95 FormType m_FormType = FormType::kXFAForeground;
  /external/pdfium/fpdfsdk/fpdfxfa/
cpdfxfa_context.h 43 FormType GetFormType() const { return m_FormType; }
45 return m_FormType == FormType::kXFAFull ||
46 m_FormType == FormType::kXFAForeground;
108 FormType m_FormType = FormType::kNone;

Completed in 60 milliseconds