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

  /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;
cpdfxfa_context.cpp 110 m_FormType = FormType::kXFAFull;
112 m_FormType = FormType::kXFAForeground;
132 switch (m_FormType) {
175 if (m_FormType != FormType::kXFAFull)
  /external/pdfium/xfa/fxfa/
cxfa_ffdoc.h 58 FormType GetFormType() const { return m_FormType; }
95 FormType m_FormType = FormType::kXFAForeground;
cxfa_ffdoc.cpp 245 m_FormType = FormType::kXFAForeground;
269 m_FormType = FormType::kXFAFull;

Completed in 107 milliseconds