Home
last modified time | relevance | path

Searched refs:kRadioButton (Results 1 – 12 of 12) sorted by relevance

/external/pdfium/core/fpdfdoc/
Dcpdf_formcontrol.cpp44 GetType() == CPDF_FormField::kRadioButton); in GetOnStateName()
64 GetType() == CPDF_FormField::kRadioButton); in GetCheckedAPState()
75 GetType() == CPDF_FormField::kRadioButton); in GetExportValue()
88 GetType() == CPDF_FormField::kRadioButton); in IsChecked()
96 GetType() == CPDF_FormField::kRadioButton); in IsDefaultChecked()
108 GetType() == CPDF_FormField::kRadioButton); in CheckControl()
Dcpdf_formfield.cpp114 m_Type = kRadioButton; in InitFieldFlags()
150 case kRadioButton: { in ResetField()
247 case kRadioButton: in GetFieldType()
248 return FormFieldType::kRadioButton; in GetFieldType()
297 if (GetType() == kCheckBox || GetType() == kRadioButton) in GetValue()
337 case kRadioButton: { in SetValue()
650 ASSERT(GetType() == kCheckBox || GetType() == kRadioButton); in CheckControl()
702 ASSERT(GetType() == kCheckBox || GetType() == kRadioButton); in GetCheckValue()
720 ASSERT(GetType() == kCheckBox || GetType() == kRadioButton); in SetCheckValue()
Dcpdf_formfield.h33 kRadioButton = 3, enumerator
62 kRadioButton, enumerator
Dcpdf_interactiveform.cpp1071 pField->GetType() == CPDF_FormField::kRadioButton) { in ExportToFDF()
/external/pdfium/fpdfsdk/
Dcpdfsdk_widget.cpp66 if (GetFieldType() == FormFieldType::kRadioButton) { in GetMixXFAWidget()
196 GetFieldType() == FormFieldType::kRadioButton) { in HasXFAAAction()
241 GetFieldType() == FormFieldType::kRadioButton) { in OnXFAAAction()
272 case FormFieldType::kRadioButton: { in Synchronize()
336 case FormFieldType::kRadioButton: in IsWidgetAppearanceValid()
608 case FormFieldType::kRadioButton: in ResetAppearance()
646 fieldType == FormFieldType::kRadioButton) && in DrawAppearance()
Dcpdfsdk_interactiveform.cpp568 fieldType != FormFieldType::kRadioButton) in AfterCheckedStatusChange()
Dfpdf_formfill.cpp102 static_assert(static_cast<int>(FormFieldType::kRadioButton) ==
Dfpdf_annot.cpp1057 pFormField->GetType() != CPDF_FormField::kRadioButton) { in FPDFAnnot_IsChecked()
/external/pdfium/fxjs/
Dcjs_field.cpp33 pFormField->GetFieldType() == FormFieldType::kRadioButton; in IsCheckBoxOrRadioButton()
463 case FormFieldType::kRadioButton: in SetFieldValue()
1648 if (pFormField->GetFieldType() != FormFieldType::kRadioButton) in get_radios_in_unison()
2045 case FormFieldType::kRadioButton: in get_type()
2118 case FormFieldType::kRadioButton: { in get_value()
2180 if (pFormField->GetFieldType() == FormFieldType::kRadioButton && in get_value_as_string()
Dcjs_publicmethods.cpp1320 case FormFieldType::kRadioButton: in AFSimple_Calculate()
/external/pdfium/fpdfsdk/formfiller/
Dcffl_formfiller.cpp273 case FormFieldType::kRadioButton: in KillFocusForAnnot()
Dcffl_interactiveformfiller.cpp232 case FormFieldType::kRadioButton: { in OnLButtonUp()
503 case FormFieldType::kRadioButton: in GetOrCreateFormFiller()