Lines Matching refs:CPWL_ComboBox
47 auto pWnd = pdfium::MakeUnique<CPWL_ComboBox>(cp, std::move(pAttachedData)); in NewPWLWindow()
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()
263 CPWL_ComboBox* pComboBox = GetComboBox(GetCurPageView(true), false); in GetSelectExportText()
277 CPWL_ComboBox* CFFL_ComboBox::GetComboBox(CPDFSDK_PageView* pPageView, in GetComboBox()
279 return static_cast<CPWL_ComboBox*>(GetPWLWindow(pPageView, bNew)); in GetComboBox()