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

  /external/pdfium/fpdfsdk/fpdfxfa/
cpdfxfa_page.cpp 72 case FormType::kXFAFull:
98 case FormType::kXFAFull:
116 case FormType::kXFAFull:
181 case FormType::kXFAFull:
cpdfxfa_context.cpp 109 if (m_pXFADoc->GetFormType() == FormType::kXFAFull)
110 m_FormType = FormType::kXFAFull;
138 case FormType::kXFAFull:
175 if (m_FormType != FormType::kXFAFull)
cpdfxfa_context.h 45 return 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/fpdfsdk/
cpdfsdk_pageview.cpp 91 if (pPage->GetContext()->GetFormType() == FormType::kXFAFull) {
429 if (m_pFormFillEnv->GetXFAContext()->GetFormType() == FormType::kXFAFull) {
487 case FormType::kXFAFull: {
cpdfsdk_widget.cpp 513 if (formType == FormType::kXFAFull)
fpdfformfill.cpp 40 static_assert(static_cast<int>(FormType::kXFAFull) == FORMTYPE_XFA_FULL,
  /external/pdfium/xfa/fxfa/
fxfa.h 39 kXFAFull = 2,
cxfa_ffdoc.cpp 269 m_FormType = FormType::kXFAFull;

Completed in 197 milliseconds