Home
last modified time | relevance | path

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

/external/pdfium/xfa/fwl/
Dcfwl_combobox.cpp45 m_pListBox->AddString(wsText); in AddString()
49 m_pListBox->RemoveAt(iIndex); in RemoveAt()
53 m_pListBox->DeleteAll(); in RemoveAll()
91 rect = m_pListBox->GetWidgetRect(); in HitTest()
120 if (m_pListBox && IsDropListVisible()) { in DrawWidget()
121 CFX_RectF rtList = m_pListBox->GetWidgetRect(); in DrawWidget()
124 m_pListBox->DrawWidget(pGraphics, mt); in DrawWidget()
133 if (m_pListBox) in SetThemeProvider()
134 m_pListBox->SetThemeProvider(pThemeProvider); in SetThemeProvider()
141 m_pListBox->GetItem(m_pListBox.get(), iIndex)); in GetTextByIndex()
[all …]
Dcfwl_combobox.h116 bool IsDropListVisible() const { return m_pListBox->IsVisible(); } in IsDropListVisible()
125 std::unique_ptr<CFWL_ComboList> m_pListBox; variable