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

  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_Note.h 18 class CPWL_Note_CloseBox;
95 class CPWL_Note_CloseBox : public CPWL_Button
98 CPWL_Note_CloseBox();
99 virtual ~CPWL_Note_CloseBox();
339 CPWL_Note_CloseBox* m_pCloseBox;
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Note.cpp 354 /* --------------------------------- CPWL_Note_CloseBox ---------------------------------- */
356 CPWL_Note_CloseBox::CPWL_Note_CloseBox() : m_bMouseDown(FALSE)
360 CPWL_Note_CloseBox::~CPWL_Note_CloseBox()
364 void CPWL_Note_CloseBox::DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device)
394 FX_BOOL CPWL_Note_CloseBox::OnLButtonDown(const CPDF_Point & point, FX_DWORD nFlag)
404 FX_BOOL CPWL_Note_CloseBox::OnLButtonUp(const CPDF_Point & point, FX_DWORD nFlag)
    [all...]

Completed in 77 milliseconds