Searched defs:GetCheckState (Results 1 - 4 of 4) sorted by relevance
/external/pdfium/xfa/src/fwl/src/lightwidget/ | ||
H A D | checkbox.cpp | 38 int32_t CFWL_CheckBox::GetCheckState() {
function in class:CFWL_CheckBox 39 return static_cast<IFWL_CheckBox*>(m_pIface)->GetCheckState(); |
/external/lzma/CPP/Windows/Control/ | ||
H A D | ListView.h | 90 bool GetCheckState(UINT index) { return BOOLToBool(ListView_GetCheckState(_window, index)); }
function in class:NWindows::NControl::CListView |
/external/pdfium/xfa/src/fwl/src/basewidget/ | ||
H A D | fwl_checkboximp.cpp | 27 int32_t IFWL_CheckBox::GetCheckState() {
function in class:IFWL_CheckBox 28 return static_cast<CFWL_CheckBoxImp*>(GetImpl())->GetCheckState(); 163 int32_t CFWL_CheckBoxImp::GetCheckState() { function in class:CFWL_CheckBoxImp |
/external/pdfium/xfa/src/fxfa/src/parser/ | ||
H A D | xfa_objectacc_imp.cpp | 1844 XFA_CHECKSTATE CXFA_WidgetData::GetCheckState() {
function in class:CXFA_WidgetData 1939 if (widgetData.GetCheckState() == XFA_CHECKSTATE_On) { |
Completed in 209 milliseconds