Home
last modified time | relevance | path

Searched refs:ContainsExtensionForegroundForm (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_context.h62 bool ContainsExtensionForegroundForm() const override;
Dcpdfxfa_context.cpp256 bool CPDFXFA_Context::ContainsExtensionForegroundForm() const { in ContainsExtensionForegroundForm() function in CPDFXFA_Context
/external/pdfium/fpdfsdk/
Dcpdfsdk_widget.cpp57 if (!pContext || !pContext->ContainsExtensionForegroundForm()) in GetMixXFAWidget()
83 if (!pContext || !pContext->ContainsExtensionForegroundForm()) in GetGroupMixXFAWidget()
98 if (!pContext || !pContext->ContainsExtensionForegroundForm()) in GetXFAWidgetHandler()
Dcpdfsdk_widgethandler.cpp214 if (pContext && pContext->ContainsExtensionForegroundForm()) { in OnLoad()
/external/pdfium/core/fpdfapi/parser/
Dcpdf_document.h49 virtual bool ContainsExtensionForegroundForm() const = 0;