HomeSort by relevance Sort by last modified time
    Searched refs:CFWL_ListBoxImp (Results 1 - 4 of 4) sorted by null

  /external/pdfium/xfa/src/fwl/src/basewidget/include/
fwl_listboximp.h 17 class CFWL_ListBoxImp;
19 class CFWL_ListBoxImp : public CFWL_WidgetImp {
21 CFWL_ListBoxImp(const CFWL_WidgetImpProperties& properties,
23 ~CFWL_ListBoxImp();
102 CFWL_ListBoxImpDelegate(CFWL_ListBoxImp* pOwner);
117 CFWL_ListBoxImp* m_pOwner;
fwl_comboboximp.h 18 class CFWL_ListBoxImp;
52 class CFWL_ComboListImp : public CFWL_ListBoxImp {
  /external/pdfium/xfa/src/fwl/src/basewidget/
fwl_listboximp.cpp 21 CFWL_ListBoxImp* pListBoxImpl = new CFWL_ListBoxImp(properties, pOuter);
31 CFWL_ListBoxImp* pComboListImpl = new CFWL_ComboListImp(properties, pOuter);
38 return static_cast<CFWL_ListBoxImp*>(GetImpl())->CountSelItems();
41 return static_cast<CFWL_ListBoxImp*>(GetImpl())->GetSelItem(nIndexSel);
44 return static_cast<CFWL_ListBoxImp*>(GetImpl())->GetSelIndex(nIndex);
47 return static_cast<CFWL_ListBoxImp*>(GetImpl())->SetSelItem(hItem, bSelect);
50 return static_cast<CFWL_ListBoxImp*>(GetImpl())->GetItemText(hItem, wsText);
53 return static_cast<CFWL_ListBoxImp*>(GetImpl())->GetScrollPos(fPos, bVert);
56 return static_cast<CFWL_ListBoxImp*>(GetImpl())->Sort(pCom);
    [all...]
fwl_comboboximp.cpp 196 : CFWL_ListBoxImp(properties, pOuter), m_bNotifyOwner(TRUE) {
200 if (CFWL_ListBoxImp::Initialize() != FWL_ERR_Succeeded)
209 return CFWL_ListBoxImp::Finalize();
    [all...]

Completed in 606 milliseconds