Home
last modified time | relevance | path

Searched refs:CFWL_PictureBoxImpDelegate (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/xfa/src/fwl/src/basewidget/include/
Dfwl_pictureboximp.h14 class CFWL_PictureBoxImpDelegate; variable
40 friend class CFWL_PictureBoxImpDelegate; variable
42 class CFWL_PictureBoxImpDelegate : public CFWL_WidgetImpDelegate {
44 CFWL_PictureBoxImpDelegate(CFWL_PictureBoxImp* pOwner);
/external/pdfium/xfa/src/fwl/src/basewidget/
Dfwl_pictureboximp.cpp48 m_pDelegate = new CFWL_PictureBoxImpDelegate(this); in Initialize()
144 CFWL_PictureBoxImpDelegate::CFWL_PictureBoxImpDelegate( in CFWL_PictureBoxImpDelegate() function in CFWL_PictureBoxImpDelegate
147 FWL_ERR CFWL_PictureBoxImpDelegate::OnDrawWidget(CFX_Graphics* pGraphics, in OnDrawWidget()