Home
last modified time | relevance | path

Searched refs:m_FormType (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_context.h43 FormType GetFormType() const { return m_FormType; } in GetFormType()
45 return m_FormType == FormType::kXFAFull || in ContainsXFAForm()
46 m_FormType == FormType::kXFAForeground; in ContainsXFAForm()
108 FormType m_FormType = FormType::kNone; variable
Dcpdfxfa_context.cpp110 m_FormType = FormType::kXFAFull; in LoadXFADoc()
112 m_FormType = FormType::kXFAForeground; in LoadXFADoc()
132 switch (m_FormType) { in GetPageCount()
175 if (m_FormType != FormType::kXFAFull) in GetXFAPage()
/external/pdfium/xfa/fxfa/
Dcxfa_ffdoc.h58 FormType GetFormType() const { return m_FormType; } in GetFormType()
95 FormType m_FormType = FormType::kXFAForeground; variable
Dcxfa_ffdoc.cpp245 m_FormType = FormType::kXFAForeground; in StopLoad()
269 m_FormType = FormType::kXFAFull; in StopLoad()