HomeSort by relevance Sort by last modified time
    Searched defs:CXFA_FFListBox (Results 1 - 2 of 2) sorted by null

  /external/pdfium/xfa/fxfa/app/
xfa_ffchoicelist.h 13 class CXFA_FFListBox : public CXFA_FFField {
15 explicit CXFA_FFListBox(CXFA_WidgetAcc* pDataAcc);
16 ~CXFA_FFListBox() override;
xfa_ffchoicelist.cpp 28 CXFA_FFListBox::CXFA_FFListBox(CXFA_WidgetAcc* pDataAcc)
31 CXFA_FFListBox::~CXFA_FFListBox() {
39 bool CXFA_FFListBox::LoadWidget() {
78 bool CXFA_FFListBox::OnKillFocus(CXFA_FFWidget* pNewFocus) {
85 bool CXFA_FFListBox::CommitData() {
95 bool CXFA_FFListBox::IsDataChanged() {
112 uint32_t CXFA_FFListBox::GetAlignment() {
136 bool CXFA_FFListBox::UpdateFWLData()
    [all...]

Completed in 40 milliseconds