HomeSort by relevance Sort by last modified time
    Searched defs:CPWL_ListCtrl (Results 1 - 2 of 2) sorted by null

  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_ListCtrl.h 10 class CPWL_ListCtrl;
12 class CPWL_ListCtrl : public CPWL_Wnd
15 CPWL_ListCtrl();
16 virtual ~CPWL_ListCtrl();
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_ListCtrl.cpp 11 /* ---------------------------- CPWL_ListCtrl ---------------------------- */
13 CPWL_ListCtrl::CPWL_ListCtrl() :
22 CPWL_ListCtrl::~CPWL_ListCtrl()
26 void CPWL_ListCtrl::SetScrollPos(const CPDF_Point& point)
43 CPDF_Point CPWL_ListCtrl::GetScrollPos() const
48 CPDF_Rect CPWL_ListCtrl::GetScrollArea() const
53 void CPWL_ListCtrl::ResetFace()
58 void CPWL_ListCtrl::ResetContent(FX_INT32 nStart)
    [all...]

Completed in 66 milliseconds