Home
last modified time | relevance | path

Searched refs:GetFormType (Results 1 – 10 of 10) sorted by relevance

/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_page.cpp67 switch (m_pContext->GetFormType()) { in LoadPage()
92 switch (m_pContext->GetFormType()) { in GetPageWidth()
110 switch (m_pContext->GetFormType()) { in GetPageHeight()
175 switch (m_pContext->GetFormType()) { in GetDisplayMatrix()
Dcpdfxfa_docenvironment.cpp59 if (m_pContext->GetFormType() != FormType::kXFAFull) in InvalidateRect()
80 if (m_pContext->GetFormType() != FormType::kXFAFull) in DisplayCaret()
293 if (m_pContext->GetFormType() != FormType::kXFAFull || !hWidget) in WidgetPostAdd()
311 if (m_pContext->GetFormType() != FormType::kXFAFull || !hWidget) in WidgetPreRemove()
338 if (m_pContext->GetFormType() != FormType::kXFAFull) in GetCurrentPage()
351 m_pContext->GetFormType() != FormType::kXFAFull || iCurPage < 0 || in SetCurrentPage()
513 if (m_pContext->GetFormType() != FormType::kXFAFull) in GotoURL()
Dcpdfxfa_context.h43 FormType GetFormType() const { return m_FormType; } in GetFormType() function
Dcpdfxfa_context.cpp109 if (m_pXFADoc->GetFormType() == FormType::kXFAFull) in LoadXFADoc()
/external/pdfium/fpdfsdk/
Dfpdfformfill_embeddertest.cpp49 virtual int GetFormType() const = 0;
68 EXPECT_EQ(GetFormType(), GetFormTypeAtPoint(point)); in TypeTextIntoTextField()
145 int GetFormType() const override { return FPDF_FORMFIELD_TEXTFIELD; } in GetFormType() function in FPDFFormFillTextFormEmbeddertest
148 EXPECT_EQ(GetFormType(), GetFormTypeAtPoint(CharLimitFormBegin())); in FormSanityChecks()
149 EXPECT_EQ(GetFormType(), GetFormTypeAtPoint(CharLimitFormEnd())); in FormSanityChecks()
150 EXPECT_EQ(GetFormType(), GetFormTypeAtPoint(RegularFormBegin())); in FormSanityChecks()
151 EXPECT_EQ(GetFormType(), GetFormTypeAtPoint(RegularFormEnd())); in FormSanityChecks()
215 int GetFormType() const override { return FPDF_FORMFIELD_COMBOBOX; } in GetFormType() function in FPDFFormFillComboBoxFormEmbeddertest
218 EXPECT_EQ(GetFormType(), GetFormTypeAtPoint(EditableFormBegin())); in FormSanityChecks()
219 EXPECT_EQ(GetFormType(), GetFormTypeAtPoint(EditableFormEnd())); in FormSanityChecks()
[all …]
Dcpdfsdk_pageview.cpp91 if (pPage->GetContext()->GetFormType() == FormType::kXFAFull) {
429 if (m_pFormFillEnv->GetXFAContext()->GetFormType() == FormType::kXFAFull) {
486 switch (m_page->GetContext()->GetFormType()) {
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()
512 FormType formType = pContext->GetFormType(); in IsAppearanceValid()
Dcpdfsdk_widgethandler.cpp246 if (pContext->GetFormType() == FormType::kXFAForeground) { in OnLoad()
/external/pdfium/xfa/fxfa/
Dcxfa_ffdoc.h58 FormType GetFormType() const { return m_FormType; } in GetFormType() function
Dcxfa_ffdocview.h95 return m_pDoc->GetFormType() == FormType::kXFAForeground; in IsStaticNotify()