Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_page.cpp65 switch (pContext->GetFormType()) { in LoadPage()
91 switch (pContext->GetFormType()) { in GetPageWidth()
113 switch (pContext->GetFormType()) { in GetPageHeight()
161 switch (pContext->GetFormType()) { in GetDisplayMatrix()
Dcpdfxfa_docenvironment.cpp63 if (m_pContext->GetFormType() != FormType::kXFAFull) in InvalidateRect()
84 if (m_pContext->GetFormType() != FormType::kXFAFull) in DisplayCaret()
310 if (m_pContext->GetFormType() != FormType::kXFAFull || !hWidget) in WidgetPostAdd()
327 if (m_pContext->GetFormType() != FormType::kXFAFull || !hWidget) in WidgetPreRemove()
355 if (m_pContext->GetFormType() != FormType::kXFAFull) in GetCurrentPage()
513 if (m_pContext->GetFormType() != FormType::kXFAFull) in GotoURL()
Dcpdfxfa_context.h45 FormType GetFormType() const { return m_FormType; } in GetFormType() function
Dcpdfxfa_context.cpp157 if (m_pXFADoc->GetFormType() == FormType::kXFAFull) in LoadXFADoc()
/external/pdfium/fpdfsdk/
Dfpdf_formfill_embeddertest.cpp51 virtual int GetFormType() const = 0;
76 EXPECT_EQ(GetFormType(), GetFormTypeAtPoint(point)); in TypeTextIntoTextField()
187 int GetFormType() const override { return FPDF_FORMFIELD_TEXTFIELD; } in GetFormType() function in FPDFFormFillTextFormEmbedderTest
190 EXPECT_EQ(GetFormType(), GetFormTypeAtPoint(CharLimitFormBegin())); in FormSanityChecks()
191 EXPECT_EQ(GetFormType(), GetFormTypeAtPoint(CharLimitFormEnd())); in FormSanityChecks()
192 EXPECT_EQ(GetFormType(), GetFormTypeAtPoint(RegularFormBegin())); in FormSanityChecks()
193 EXPECT_EQ(GetFormType(), GetFormTypeAtPoint(RegularFormEnd())); in FormSanityChecks()
257 int GetFormType() const override { return FPDF_FORMFIELD_COMBOBOX; } in GetFormType() function in FPDFFormFillComboBoxFormEmbedderTest
260 EXPECT_EQ(GetFormType(), GetFormTypeAtPoint(EditableFormBegin())); in FormSanityChecks()
261 EXPECT_EQ(GetFormType(), GetFormTypeAtPoint(EditableFormEnd())); in FormSanityChecks()
[all …]
/external/pdfium/fxjs/xfa/
Dcjx_instancemanager.cpp136 if (doc->GetFormType() != FormType::kXFAFull) in moveInstance()
167 if (doc->GetFormType() != FormType::kXFAFull) in removeInstance()
208 if (doc->GetFormType() != FormType::kXFAFull) in setInstances()
222 if (doc->GetFormType() != FormType::kXFAFull) in addInstance()
263 if (doc->GetFormType() != FormType::kXFAFull) in insertInstance()
/external/pdfium/xfa/fxfa/
Dcxfa_ffdoc.h55 FormType GetFormType() const { return m_FormType; } in GetFormType() function
/external/pdfium/xfa/fxfa/parser/
Dcxfa_document.h102 FormType GetFormType() const;
Dcxfa_document.cpp1457 FormType CXFA_Document::GetFormType() const { in GetFormType() function in CXFA_Document
1458 return GetNotify()->GetHDOC()->GetFormType(); in GetFormType()