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

  /external/pdfium/xfa/src/fwl/src/core/include/
fwl_panelimp.h 13 class CFWL_PanelImp;
14 class CFWL_PanelImp : public CFWL_WidgetImp {
16 CFWL_PanelImp(const CFWL_WidgetImpProperties& properties,
18 virtual ~CFWL_PanelImp();
  /external/pdfium/xfa/src/fwl/src/core/
fwl_panelimp.cpp 17 CFWL_PanelImp* pPanelImpl = new CFWL_PanelImp(properties, pOuter);
24 return static_cast<CFWL_PanelImp*>(GetImpl())->GetContent();
27 return static_cast<CFWL_PanelImp*>(GetImpl())->SetContent(pContent);
30 CFWL_PanelImp::CFWL_PanelImp(const CFWL_WidgetImpProperties& properties,
33 CFWL_PanelImp::~CFWL_PanelImp() {}
34 FWL_ERR CFWL_PanelImp::GetClassName(CFX_WideString& wsClass) const {
38 FX_DWORD CFWL_PanelImp::GetClassID() const {
    [all...]

Completed in 34 milliseconds