Home
last modified time | relevance | path

Searched refs:GetComboBox (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/formfiller/
Dcffl_combobox.cpp77 auto* pWnd = GetComboBox(pPageView, false); in IsDataChanged()
92 CPWL_ComboBox* pWnd = GetComboBox(pPageView, false); in SaveData()
128 if (CPWL_ComboBox* pComboBox = GetComboBox(pPageView, false)) { in GetActionData()
147 if (CPWL_ComboBox* pComboBox = GetComboBox(pPageView, false)) { in GetActionData()
167 if (CPWL_ComboBox* pComboBox = GetComboBox(pPageView, false)) { in SetActionData()
180 CPWL_ComboBox* pComboBox = GetComboBox(pPageView, false); in SaveState()
195 CPWL_ComboBox* pComboBox = GetComboBox(pPageView, true); in RestoreState()
219 CPWL_ComboBox* pWnd = GetComboBox(GetCurPageView(true), false); in SetIndexSelected()
234 CPWL_ComboBox* pWnd = GetComboBox(GetCurPageView(true), false); in IsIndexSelected()
240 CPWL_ComboBox* pComboBox = GetComboBox(pPageView, false); in IsFieldFull()
[all …]
Dcffl_combobox.h58 CPWL_ComboBox* GetComboBox(CPDFSDK_PageView* pPageView, bool bNew);