Home
last modified time | relevance | path

Searched refs:kXFAFull (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_context.cpp157 if (m_pXFADoc->GetFormType() == FormType::kXFAFull) in LoadXFADoc()
158 m_FormType = FormType::kXFAFull; in LoadXFADoc()
181 case FormType::kXFAFull: in GetPageCount()
218 if (m_FormType != FormType::kXFAFull) in GetXFAPage()
248 return m_FormType == FormType::kXFAFull || in ContainsExtensionForm()
253 return m_FormType == FormType::kXFAFull; in ContainsExtensionFullForm()
Dcpdfxfa_page.cpp70 case FormType::kXFAFull: in LoadPage()
98 case FormType::kXFAFull: in GetPageWidth()
120 case FormType::kXFAFull: in GetPageHeight()
168 case FormType::kXFAFull: in GetDisplayMatrix()
Dcpdfxfa_docenvironment.cpp63 if (m_pContext->GetFormType() != FormType::kXFAFull) in InvalidateRect()
84 if (m_pContext->GetFormType() != FormType::kXFAFull) in DisplayCaret()
310 if (m_pContext->GetFormType() != FormType::kXFAFull || !hWidget) in WidgetPostAdd()
327 if (m_pContext->GetFormType() != FormType::kXFAFull || !hWidget) in WidgetPreRemove()
355 if (m_pContext->GetFormType() != FormType::kXFAFull) in GetCurrentPage()
513 if (m_pContext->GetFormType() != FormType::kXFAFull) in GotoURL()
/external/pdfium/fxjs/xfa/
Dcjx_instancemanager.cpp136 if (doc->GetFormType() != FormType::kXFAFull) in moveInstance()
167 if (doc->GetFormType() != FormType::kXFAFull) in removeInstance()
208 if (doc->GetFormType() != FormType::kXFAFull) in setInstances()
222 if (doc->GetFormType() != FormType::kXFAFull) in addInstance()
263 if (doc->GetFormType() != FormType::kXFAFull) in insertInstance()
/external/pdfium/xfa/fxfa/
Dfxfa.h56 kXFAFull = 2, enumerator
Dcxfa_ffdoc.cpp166 m_FormType = FormType::kXFAFull; in OpenDoc()
/external/pdfium/fpdfsdk/
Dfpdf_formfill.cpp86 static_assert(static_cast<int>(FormType::kXFAFull) == FORMTYPE_XFA_FULL,