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

  /external/pdfium/fpdfsdk/fpdfxfa/
cpdfxfa_page.cpp 67 switch (m_pContext->GetFormType()) {
92 switch (m_pContext->GetFormType()) {
110 switch (m_pContext->GetFormType()) {
175 switch (m_pContext->GetFormType()) {
cpdfxfa_context.h 43 FormType GetFormType() const { return m_FormType; }
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...]
cpdfxfa_context.cpp 109 if (m_pXFADoc->GetFormType() == FormType::kXFAFull)
  /external/pdfium/fpdfsdk/
fpdfformfill_embeddertest.cpp 49 virtual int GetFormType() const = 0;
68 EXPECT_EQ(GetFormType(), GetFormTypeAtPoint(point));
145 int GetFormType() const override { return FPDF_FORMFIELD_TEXTFIELD; }
148 EXPECT_EQ(GetFormType(), GetFormTypeAtPoint(CharLimitFormBegin()));
149 EXPECT_EQ(GetFormType(), GetFormTypeAtPoint(CharLimitFormEnd()));
150 EXPECT_EQ(GetFormType(), GetFormTypeAtPoint(RegularFormBegin()));
151 EXPECT_EQ(GetFormType(), GetFormTypeAtPoint(RegularFormEnd()));
215 int GetFormType() const override { return FPDF_FORMFIELD_COMBOBOX; }
218 EXPECT_EQ(GetFormType(), GetFormTypeAtPoint(EditableFormBegin()));
219 EXPECT_EQ(GetFormType(), GetFormTypeAtPoint(EditableFormEnd()))
    [all...]
cpdfsdk_pageview.cpp 91 if (pPage->GetContext()->GetFormType() == FormType::kXFAFull) {
429 if (m_pFormFillEnv->GetXFAContext()->GetFormType() == FormType::kXFAFull) {
486 switch (m_page->GetContext()->GetFormType()) {
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();
cpdfsdk_widgethandler.cpp 246 if (pContext->GetFormType() == FormType::kXFAForeground) {
  /external/pdfium/xfa/fxfa/
cxfa_ffdoc.h 58 FormType GetFormType() const { return m_FormType; }
cxfa_ffdocview.h 95 return m_pDoc->GetFormType() == FormType::kXFAForeground;

Completed in 191 milliseconds