Searched refs:CFWL_ComboBoxTP (Results 1 – 4 of 4) sorted by relevance
16 CFWL_ComboBoxTP::CFWL_ComboBoxTP() {} in CFWL_ComboBoxTP() function in CFWL_ComboBoxTP18 CFWL_ComboBoxTP::~CFWL_ComboBoxTP() {} in ~CFWL_ComboBoxTP()20 void CFWL_ComboBoxTP::DrawBackground(CFWL_ThemeBackground* pParams) { in DrawBackground()63 void CFWL_ComboBoxTP::DrawStrethHandler(CFWL_ThemeBackground* pParams, in DrawStrethHandler()74 void CFWL_ComboBoxTP::DrawDropDownButton(CFWL_ThemeBackground* pParams, in DrawDropDownButton()
12 class CFWL_ComboBoxTP : public CFWL_WidgetTP {14 CFWL_ComboBoxTP();15 ~CFWL_ComboBoxTP() override;
54 std::unique_ptr<CFWL_ComboBoxTP> m_pComboBoxTP;
53 m_pComboBoxTP(pdfium::MakeUnique<CFWL_ComboBoxTP>()), in CXFA_FWLTheme()