Home
last modified time | relevance | path

Searched refs:CXFA_FFListBox (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/xfa/fxfa/app/
Dxfa_ffchoicelist.cpp28 CXFA_FFListBox::CXFA_FFListBox(CXFA_WidgetAcc* pDataAcc) in CXFA_FFListBox() function in CXFA_FFListBox
31 CXFA_FFListBox::~CXFA_FFListBox() { in ~CXFA_FFListBox()
39 bool CXFA_FFListBox::LoadWidget() { in LoadWidget()
78 bool CXFA_FFListBox::OnKillFocus(CXFA_FFWidget* pNewFocus) { in OnKillFocus()
85 bool CXFA_FFListBox::CommitData() { in CommitData()
95 bool CXFA_FFListBox::IsDataChanged() { in IsDataChanged()
112 uint32_t CXFA_FFListBox::GetAlignment() { in GetAlignment()
136 bool CXFA_FFListBox::UpdateFWLData() { in UpdateFWLData()
156 void CXFA_FFListBox::OnSelectChanged( in OnSelectChanged()
172 void CXFA_FFListBox::SetItemState(int32_t nIndex, bool bSelected) { in SetItemState()
[all …]
Dxfa_ffchoicelist.h13 class CXFA_FFListBox : public CXFA_FFField {
15 explicit CXFA_FFListBox(CXFA_WidgetAcc* pDataAcc);
16 ~CXFA_FFListBox() override;
Dxfa_ffnotify.cpp63 static_cast<CXFA_FFListBox*>(pWidget)->InsertItem(pLabel, iIndex); in OnWidgetListItemAdded()
81 static_cast<CXFA_FFListBox*>(pWidget)->DeleteItem(iIndex); in OnWidgetListItemRemoved()
115 pWidget = new CXFA_FFListBox(pAcc); in OnCreateLayoutItem()