Home
last modified time | relevance | path

Searched refs:CFWL_ListBox (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/xfa/fwl/
Dcfwl_listbox.cpp31 CFWL_ListBox::CFWL_ListBox(const CFWL_App* app, in CFWL_ListBox() function in CFWL_ListBox
46 CFWL_ListBox::~CFWL_ListBox() {} in ~CFWL_ListBox()
48 FWL_Type CFWL_ListBox::GetClassID() const { in GetClassID()
52 void CFWL_ListBox::Update() { in Update()
78 FWL_WidgetHit CFWL_ListBox::HitTest(const CFX_PointF& point) { in HitTest()
94 void CFWL_ListBox::DrawWidget(CFX_Graphics* pGraphics, in DrawWidget()
122 void CFWL_ListBox::SetThemeProvider(IFWL_ThemeProvider* pThemeProvider) { in SetThemeProvider()
127 int32_t CFWL_ListBox::CountSelItems() { in CountSelItems()
140 CFWL_ListItem* CFWL_ListBox::GetSelItem(int32_t nIndexSel) { in GetSelItem()
147 int32_t CFWL_ListBox::GetSelIndex(int32_t nIndex) { in GetSelIndex()
[all …]
Dcfwl_listbox.h34 class CFWL_ListBox : public CFWL_Widget {
36 explicit CFWL_ListBox(const CFWL_App* pApp,
39 ~CFWL_ListBox() override;
Dcfwl_combolist.h16 class CFWL_ComboList : public CFWL_ListBox {
Dcfwl_combolist.cpp24 : CFWL_ListBox(app, std::move(properties), pOuter), m_bNotifyOwner(true) { in CFWL_ComboList()
116 CFWL_ListBox::OnProcessMessage(pMessage); in OnProcessMessage()
Dcfwl_combobox.h23 class CFWL_ListBox; variable
/external/pdfium/xfa/fxfa/app/
Dxfa_ffchoicelist.cpp40 CFWL_ListBox* pListBox = new CFWL_ListBox( in LoadWidget()
86 CFWL_ListBox* pListBox = static_cast<CFWL_ListBox*>(m_pNormalWidget); in CommitData()
99 CFWL_ListBox* pListBox = (CFWL_ListBox*)m_pNormalWidget; in IsDataChanged()
140 CFWL_ListBox* pListBox = ((CFWL_ListBox*)m_pNormalWidget); in UpdateFWLData()
151 ((CFWL_ListBox*)m_pNormalWidget)->SetSelItem(selItemArray[i], true); in UpdateFWLData()
163 CFWL_ListBox* pListBox = (CFWL_ListBox*)m_pNormalWidget; in OnSelectChanged()
173 CFWL_ListItem* item = ((CFWL_ListBox*)m_pNormalWidget)->GetSelItem(nIndex); in SetItemState()
174 ((CFWL_ListBox*)m_pNormalWidget)->SetSelItem(item, bSelected); in SetItemState()
181 ((CFWL_ListBox*)m_pNormalWidget)->AddString(wsTemp.AsStringC()); in InsertItem()
186 CFWL_ListBox* listBox = static_cast<CFWL_ListBox*>(m_pNormalWidget); in DeleteItem()