Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_fflistbox.cpp29 CXFA_FFListBox::CXFA_FFListBox(CXFA_Node* pNode) : CXFA_FFDropDown(pNode) {} in CXFA_FFListBox() function in CXFA_FFListBox
31 CXFA_FFListBox::~CXFA_FFListBox() { in ~CXFA_FFListBox()
40 bool CXFA_FFListBox::LoadWidget() { in LoadWidget()
73 bool CXFA_FFListBox::OnKillFocus(CXFA_FFWidget* pNewFocus) { in OnKillFocus()
74 ObservedPtr<CXFA_FFListBox> pWatched(this); in OnKillFocus()
83 bool CXFA_FFListBox::CommitData() { in CommitData()
94 bool CXFA_FFListBox::IsDataChanged() { in IsDataChanged()
110 uint32_t CXFA_FFListBox::GetAlignment() { in GetAlignment()
136 bool CXFA_FFListBox::UpdateFWLData() { in UpdateFWLData()
154 void CXFA_FFListBox::OnSelectChanged(CFWL_Widget* pWidget) { in OnSelectChanged()
[all …]
Dcxfa_fflistbox.h13 class CXFA_FFListBox final : public CXFA_FFDropDown {
15 explicit CXFA_FFListBox(CXFA_Node* pNode);
16 ~CXFA_FFListBox() override;
DREADME.md20 * CXFA_FFListBox
35 * CXFA_FFListBox -> CFWL_ListBox
Dcxfa_ffnotify.cpp132 pWidget = pdfium::MakeUnique<CXFA_FFListBox>(pNode); in OnCreateContentLayoutItem()