Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fwl/src/lightwidget/
Dcheckbox.cpp38 int32_t CFWL_CheckBox::GetCheckState() { in GetCheckState() function in CFWL_CheckBox
39 return static_cast<IFWL_CheckBox*>(m_pIface)->GetCheckState(); in GetCheckState()
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_ffcheckbutton.cpp39 XFA_CHECKSTATE eState = m_pDataAcc->GetCheckState(); in LoadWidget()
275 return m_pDataAcc->GetCheckState() != eCheckState; in IsDataChanged()
289 XFA_CHECKSTATE eState = m_pDataAcc->GetCheckState(); in UpdateFWLData()
316 SetFWLCheckState(m_pDataAcc->GetCheckState()); in OnProcessEvent()
/external/pdfium/xfa/include/fwl/lightwidget/
Dcheckbox.h22 int32_t GetCheckState();
/external/pdfium/xfa/include/fwl/basewidget/
Dfwl_checkbox.h74 int32_t GetCheckState();
/external/pdfium/xfa/src/fwl/src/basewidget/include/
Dfwl_checkboximp.h28 virtual int32_t GetCheckState();
/external/pdfium/xfa/src/fwl/src/basewidget/
Dfwl_checkboximp.cpp27 int32_t IFWL_CheckBox::GetCheckState() { in GetCheckState() function in IFWL_CheckBox
28 return static_cast<CFWL_CheckBoxImp*>(GetImpl())->GetCheckState(); in GetCheckState()
163 int32_t CFWL_CheckBoxImp::GetCheckState() { in GetCheckState() function in CFWL_CheckBoxImp
/external/lzma/CPP/Windows/Control/
DListView.h90 bool GetCheckState(UINT index) { return BOOLToBool(ListView_GetCheckState(_window, index)); } in GetCheckState() function
/external/pdfium/fpdfsdk/src/
Dfsdk_baseform.cpp353 FX_BOOL bChecked = pWidgetAcc->GetCheckState() == XFA_CHECKSTATE_On; in SynchronizeXFAValue()
362 FX_BOOL bChecked = pWidgetAcc->GetCheckState() == XFA_CHECKSTATE_On; in SynchronizeXFAValue()
674 FX_BOOL bChecked = pWidgetAcc->GetCheckState() == XFA_CHECKSTATE_On;
/external/pdfium/xfa/include/fxfa/
Dfxfa_objectacc.h648 XFA_CHECKSTATE GetCheckState();
/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_objectacc_imp.cpp1844 XFA_CHECKSTATE CXFA_WidgetData::GetCheckState() { in GetCheckState() function in CXFA_WidgetData
1939 if (widgetData.GetCheckState() == XFA_CHECKSTATE_On) { in GetSelectedMember()