Home
last modified time | relevance | path

Searched refs:kXFAForeground (Results 1 – 11 of 11) sorted by relevance

/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_page.cpp70 case FormType::kXFAForeground: in LoadPage()
95 case FormType::kXFAForeground: in GetPageWidth()
113 case FormType::kXFAForeground: in GetPageHeight()
178 case FormType::kXFAForeground: in GetDisplayMatrix()
Dcpdfxfa_context.cpp112 m_FormType = FormType::kXFAForeground; in LoadXFADoc()
135 case FormType::kXFAForeground: in GetPageCount()
Dcpdfxfa_context.h46 m_FormType == FormType::kXFAForeground; in ContainsXFAForm()
/external/pdfium/xfa/fxfa/
Dcxfa_ffdoc.h95 FormType m_FormType = FormType::kXFAForeground;
Dcxfa_ffdocview.h95 return m_pDoc->GetFormType() == FormType::kXFAForeground; in IsStaticNotify()
Dfxfa.h40 kXFAForeground = 3, enumerator
Dcxfa_ffdoc.cpp245 m_FormType = FormType::kXFAForeground; in StopLoad()
/external/pdfium/fpdfsdk/
Dcpdfsdk_widget.cpp76 if (pContext->GetFormType() == FormType::kXFAForeground) { in GetMixXFAWidget()
99 if (pContext->GetFormType() != FormType::kXFAForeground) in GetGroupMixXFAWidget()
112 if (pContext->GetFormType() != FormType::kXFAForeground) in GetXFAWidgetHandler()
Dcpdfsdk_widgethandler.cpp246 if (pContext->GetFormType() == FormType::kXFAForeground) { in OnLoad()
Dcpdfsdk_pageview.cpp493 case FormType::kXFAForeground:
Dfpdfformfill.cpp42 static_assert(static_cast<int>(FormType::kXFAForeground) ==