Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_context.cpp158 m_FormType = FormType::kXFAFull; in LoadXFADoc()
160 m_FormType = FormType::kXFAForeground; in LoadXFADoc()
176 switch (m_FormType) { in GetPageCount()
218 if (m_FormType != FormType::kXFAFull) in GetXFAPage()
248 return m_FormType == FormType::kXFAFull || in ContainsExtensionForm()
249 m_FormType == FormType::kXFAForeground; in ContainsExtensionForm()
253 return m_FormType == FormType::kXFAFull; in ContainsExtensionFullForm()
257 return m_FormType == FormType::kXFAForeground; in ContainsExtensionForegroundForm()
Dcpdfxfa_context.h45 FormType GetFormType() const { return m_FormType; } in GetFormType()
116 FormType m_FormType = FormType::kNone; variable
/external/pdfium/xfa/fxfa/
Dcxfa_ffdoc.h55 FormType GetFormType() const { return m_FormType; } in GetFormType()
89 FormType m_FormType = FormType::kXFAForeground; variable
Dcxfa_ffdoc.cpp143 m_FormType = FormType::kXFAForeground; in OpenDoc()
166 m_FormType = FormType::kXFAFull; in OpenDoc()