Searched defs:CXFA_FFListBox (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/xfa/src/fxfa/src/app/
H A Dxfa_ffchoicelist.h9 class CXFA_FFListBox : public CXFA_FFField { class in inherits:CXFA_FFField
11 CXFA_FFListBox(CXFA_FFPageView* pPageView, CXFA_WidgetAcc* pDataAcc);
12 virtual ~CXFA_FFListBox();
H A Dxfa_ffchoicelist.cpp16 CXFA_FFListBox::CXFA_FFListBox(CXFA_FFPageView* pPageView, function in class:CXFA_FFListBox
19 CXFA_FFListBox::~CXFA_FFListBox() {
26 FX_BOOL CXFA_FFListBox::LoadWidget() {
60 FX_BOOL CXFA_FFListBox::OnKillFocus(CXFA_FFWidget* pNewFocus) {
68 FX_BOOL CXFA_FFListBox::CommitData() {
79 FX_BOOL CXFA_FFListBox::IsDataChanged() {
99 FX_DWORD CXFA_FFListBox::GetAlignment() {
123 FX_BOOL CXFA_FFListBox
[all...]

Completed in 328 milliseconds