Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpdf_formfield.h91 PushButton, enumerator
Dcpdf_formfield.cpp123 m_Type = PushButton; in SyncFieldFlags()
251 case PushButton: in GetFieldType()
Dcpdf_interform.cpp1080 if (iType == CPDF_FormField::PushButton || in CheckRequiredFields()
1144 if (!pField || pField->GetType() == CPDF_FormField::PushButton) in ExportToFDF()
/external/pdfium/xfa/fwl/
Dcfwl_widget.h36 PushButton, enumerator
Dcfwl_pushbutton.cpp30 return FWL_Type::PushButton; in GetClassID()
Dcfwl_widgetmgr.cpp334 if ((pParent->GetClassID() == FWL_Type::PushButton) && in GetDefaultButton()
342 if ((child->GetClassID() == FWL_Type::PushButton) && in GetDefaultButton()
/external/pdfium/xfa/fxfa/
Dcxfa_fwltheme.cpp273 case FWL_Type::PushButton: in GetTheme()
/external/python/cpython2/Doc/library/
Dmsilib.rst507 Add and return a ``PushButton`` control.
/external/python/cpython3/Doc/library/
Dmsilib.rst514 Add and return a ``PushButton`` control.