Searched refs:CFWL_ListBox (Results 1 - 6 of 6) sorted by relevance

/external/pdfium/xfa/fwl/
H A Dcfwl_listbox.cpp31 CFWL_ListBox::CFWL_ListBox(const CFWL_App* app, function in class:CFWL_ListBox
45 CFWL_ListBox::~CFWL_ListBox() {}
47 FWL_Type CFWL_ListBox::GetClassID() const {
51 void CFWL_ListBox::Update() {
77 FWL_WidgetHit CFWL_ListBox::HitTest(const CFX_PointF& point) {
93 void CFWL_ListBox::DrawWidget(CXFA_Graphics* pGraphics,
119 void CFWL_ListBox::SetThemeProvider(IFWL_ThemeProvider* pThemeProvider) {
124 int32_t CFWL_ListBox
[all...]
H A Dcfwl_combolist.h16 class CFWL_ComboList : public CFWL_ListBox {
22 // CFWL_ListBox.
H A Dcfwl_listbox.h34 class CFWL_ListBox : public CFWL_Widget { class in inherits:CFWL_Widget
36 explicit CFWL_ListBox(const CFWL_App* pApp,
39 ~CFWL_ListBox() override;
H A Dcfwl_combolist.cpp24 : CFWL_ListBox(app, std::move(properties), pOuter), m_bNotifyOwner(true) {
116 CFWL_ListBox::OnProcessMessage(pMessage);
H A Dcfwl_combobox.h23 class CFWL_ListBox;
/external/pdfium/xfa/fxfa/
H A Dcxfa_fflistbox.cpp21 CFWL_ListBox* ToListBox(CFWL_Widget* widget) {
22 return static_cast<CFWL_ListBox*>(widget);
40 auto pNew = pdfium::MakeUnique<CFWL_ListBox>(
42 CFWL_ListBox* pListBox = pNew.get();

Completed in 132 milliseconds