Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fwl/src/lightwidget/
Dcheckbox.cpp41 FWL_ERR CFWL_CheckBox::SetCheckState(int32_t iCheck) { in SetCheckState() function in CFWL_CheckBox
42 return static_cast<IFWL_CheckBox*>(m_pIface)->SetCheckState(iCheck); in SetCheckState()
/external/pdfium/xfa/include/fwl/lightwidget/
Dcheckbox.h23 FWL_ERR SetCheckState(int32_t iCheck);
/external/pdfium/xfa/src/fwl/src/basewidget/
Dfwl_checkboximp.cpp30 FWL_ERR IFWL_CheckBox::SetCheckState(int32_t iCheck) { in SetCheckState() function in IFWL_CheckBox
31 return static_cast<CFWL_CheckBoxImp*>(GetImpl())->SetCheckState(iCheck); in SetCheckState()
175 FWL_ERR CFWL_CheckBoxImp::SetCheckState(int32_t iCheck) { in SetCheckState() function in CFWL_CheckBoxImp
366 pCheckBox->SetCheckState(0); in NextStates()
/external/pdfium/xfa/include/fwl/basewidget/
Dfwl_checkbox.h75 FWL_ERR SetCheckState(int32_t iCheck);
/external/pdfium/xfa/src/fwl/src/basewidget/include/
Dfwl_checkboximp.h29 virtual FWL_ERR SetCheckState(int32_t iCheck);
/external/lzma/CPP/Windows/Control/
DListView.h89 …void SetCheckState(UINT index, bool checkState) { ListView_SetCheckState(_window, index, BoolToBOO… in SetCheckState() function
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_ffcheckbutton.cpp270 m_pDataAcc->SetCheckState(eCheckState, TRUE); in CommitData()
/external/pdfium/xfa/include/fxfa/
Dfxfa_objectacc.h649 void SetCheckState(XFA_CHECKSTATE eCheckState, FX_BOOL bNotify = TRUE);
/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_objectacc_imp.cpp1863 void CXFA_WidgetData::SetCheckState(XFA_CHECKSTATE eCheckState, in SetCheckState() function in CXFA_WidgetData
1956 widgetData.SetCheckState(XFA_CHECKSTATE_On, bNotify); in SetSelectedMember()
/external/pdfium/fpdfsdk/src/
Dfsdk_baseform.cpp273 pWidgetAcc->SetCheckState(eCheckState); in Synchronize()