Searched refs:CXFA_FFListBox (Results 1 – 4 of 4) sorted by relevance
29 CXFA_FFListBox::CXFA_FFListBox(CXFA_Node* pNode) : CXFA_FFDropDown(pNode) {} in CXFA_FFListBox() function in CXFA_FFListBox31 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 …]
13 class CXFA_FFListBox final : public CXFA_FFDropDown {15 explicit CXFA_FFListBox(CXFA_Node* pNode);16 ~CXFA_FFListBox() override;
20 * CXFA_FFListBox35 * CXFA_FFListBox -> CFWL_ListBox
132 pWidget = pdfium::MakeUnique<CXFA_FFListBox>(pNode); in OnCreateContentLayoutItem()