Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_ffchoicelist.cpp16 CXFA_FFListBox::CXFA_FFListBox(CXFA_FFPageView* pPageView, in CXFA_FFListBox() function in CXFA_FFListBox
19 CXFA_FFListBox::~CXFA_FFListBox() { in ~CXFA_FFListBox()
26 FX_BOOL CXFA_FFListBox::LoadWidget() { in LoadWidget()
60 FX_BOOL CXFA_FFListBox::OnKillFocus(CXFA_FFWidget* pNewFocus) { in OnKillFocus()
68 FX_BOOL CXFA_FFListBox::CommitData() { in CommitData()
79 FX_BOOL CXFA_FFListBox::IsDataChanged() { in IsDataChanged()
99 FX_DWORD CXFA_FFListBox::GetAlignment() { in GetAlignment()
123 FX_BOOL CXFA_FFListBox::UpdateFWLData() { in UpdateFWLData()
143 void CXFA_FFListBox::OnSelectChanged(IFWL_Widget* pWidget, in OnSelectChanged()
156 void CXFA_FFListBox::SetItemState(int32_t nIndex, FX_BOOL bSelected) { in SetItemState()
[all …]
Dxfa_ffchoicelist.h9 class CXFA_FFListBox : public CXFA_FFField {
11 CXFA_FFListBox(CXFA_FFPageView* pPageView, CXFA_WidgetAcc* pDataAcc);
12 virtual ~CXFA_FFListBox();
Dxfa_ffnotify.cpp98 static_cast<CXFA_FFListBox*>(pWidget) in OnWidgetDataEvent()
132 static_cast<CXFA_FFListBox*>(pWidget) in OnWidgetDataEvent()
177 pWidget = new CXFA_FFListBox(pPageView, pAcc); in OnCreateLayoutItem()