Searched refs:m_pListBox (Results 1 – 2 of 2) sorted by relevance
52 m_pListBox = pdfium::MakeUnique<CFWL_ComboList>(m_pOwnerApp.Get(), in CFWL_ComboBox()73 m_pListBox->AddString(wsText); in AddString()77 m_pListBox->RemoveAt(iIndex); in RemoveAt()81 m_pListBox->DeleteAll(); in RemoveAll()166 if (!m_pListBox) in DrawWidget()169 CFWL_ListItem* hItem = m_pListBox->GetItem(this, m_iCurSel); in DrawWidget()205 if (m_pListBox) in SetThemeProvider()206 m_pListBox->SetThemeProvider(pThemeProvider); in SetThemeProvider()213 m_pListBox->GetItem(m_pListBox.get(), iIndex)); in GetTextByIndex()218 int32_t iCount = m_pListBox->CountItems(nullptr); in SetCurSel()[all …]
131 return !(m_pListBox->GetStates() & FWL_WGTSTATE_Invisible); in DisForm_IsDropListVisible()152 std::unique_ptr<CFWL_ComboList> m_pListBox; variable