HomeSort by relevance Sort by last modified time
    Searched refs:FormType (Results 1 - 16 of 16) sorted by null

  /external/pdfium/fpdfsdk/fpdfxfa/
cpdfxfa_page.cpp 68 case FormType::kNone:
69 case FormType::kAcroForm:
70 case FormType::kXFAForeground:
72 case FormType::kXFAFull:
93 case FormType::kNone:
94 case FormType::kAcroForm:
95 case FormType::kXFAForeground:
98 case FormType::kXFAFull:
111 case FormType::kNone:
112 case FormType::kAcroForm
    [all...]
cpdfxfa_context.h 43 FormType GetFormType() const { return m_FormType; }
45 return m_FormType == FormType::kXFAFull ||
46 m_FormType == FormType::kXFAForeground;
108 FormType m_FormType = FormType::kNone;
cpdfxfa_context.cpp 109 if (m_pXFADoc->GetFormType() == FormType::kXFAFull)
110 m_FormType = FormType::kXFAFull;
112 m_FormType = FormType::kXFAForeground;
133 case FormType::kNone:
134 case FormType::kAcroForm:
135 case FormType::kXFAForeground:
138 case FormType::kXFAFull:
175 if (m_FormType != FormType::kXFAFull)
cpdfxfa_docenvironment.cpp 59 if (m_pContext->GetFormType() != FormType::kXFAFull)
80 if (m_pContext->GetFormType() != FormType::kXFAFull)
293 if (m_pContext->GetFormType() != FormType::kXFAFull || !hWidget)
311 if (m_pContext->GetFormType() != FormType::kXFAFull || !hWidget)
338 if (m_pContext->GetFormType() != FormType::kXFAFull)
351 m_pContext->GetFormType() != FormType::kXFAFull || iCurPage < 0 ||
513 if (m_pContext->GetFormType() != FormType::kXFAFull)
    [all...]
  /external/pdfium/xfa/fxfa/
cxfa_ffdoc.h 58 FormType GetFormType() const { return m_FormType; }
95 FormType m_FormType = FormType::kXFAForeground;
cxfa_ffdocview.h 95 return m_pDoc->GetFormType() == FormType::kXFAForeground;
fxfa.h 36 enum class FormType {
cxfa_ffdoc.cpp 245 m_FormType = FormType::kXFAForeground;
269 m_FormType = FormType::kXFAFull;
  /external/pdfium/fpdfsdk/
cpdfsdk_pageview.cpp 91 if (pPage->GetContext()->GetFormType() == FormType::kXFAFull) {
429 if (m_pFormFillEnv->GetXFAContext()->GetFormType() == FormType::kXFAFull) {
487 case FormType::kXFAFull: {
491 case FormType::kNone:
492 case FormType::kAcroForm:
493 case FormType::kXFAForeground:
cpdfsdk_widget.cpp 76 if (pContext->GetFormType() == FormType::kXFAForeground) {
99 if (pContext->GetFormType() != FormType::kXFAForeground)
112 if (pContext->GetFormType() != FormType::kXFAForeground)
512 FormType formType = pContext->GetFormType();
513 if (formType == FormType::kXFAFull)
fpdfformfill.cpp 36 static_assert(static_cast<int>(FormType::kNone) == FORMTYPE_NONE,
38 static_assert(static_cast<int>(FormType::kAcroForm) == FORMTYPE_ACRO_FORM,
40 static_assert(static_cast<int>(FormType::kXFAFull) == FORMTYPE_XFA_FULL,
42 static_assert(static_cast<int>(FormType::kXFAForeground) ==
cpdfsdk_widgethandler.cpp 246 if (pContext->GetFormType() == FormType::kXFAForeground) {
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/SetupBrowserDxe/
Setup.h 409 UINT16 FormType; // Specific form type for the different form.
    [all...]
IfrParse.c     [all...]
Presentation.c 57 (Expression->Type == EFI_HII_EXPRESSION_READ && Form->FormType != STANDARD_MAP_FORM_TYPE)) {
    [all...]
Setup.c     [all...]

Completed in 472 milliseconds