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

  /external/pdfium/fpdfsdk/src/fxedit/
fxet_module.cpp 37 return new CFX_ListCtrl();
44 delete (CFX_ListCtrl*)pList;
fxet_list.cpp 507 /* ------------------------------------ CFX_ListCtrl --------------------------------- */
509 CFX_ListCtrl::CFX_ListCtrl() : m_pNotify(NULL),
519 CFX_ListCtrl::~CFX_ListCtrl()
523 void CFX_ListCtrl::SetNotify(IFX_List_Notify * pNotify)
528 CPDF_Point CFX_ListCtrl::InToOut(const CPDF_Point & point) const
536 CPDF_Point CFX_ListCtrl::OutToIn(const CPDF_Point & point) const
544 CPDF_Rect CFX_ListCtrl::InToOut(const CPDF_Rect & rect) const
552 CPDF_Rect CFX_ListCtrl::OutToIn(const CPDF_Rect & rect) const
    [all...]
  /external/pdfium/fpdfsdk/include/fxedit/
fxet_list.h 298 class CFX_ListCtrl : public CFX_List
301 CFX_ListCtrl();
302 virtual ~CFX_ListCtrl();

Completed in 45 milliseconds