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

  /external/pdfium/xfa/src/fwl/src/core/include/
fwl_formimp.h 17 class CFWL_FormImp;
68 class CFWL_FormImp : public CFWL_PanelImp {
70 CFWL_FormImp(const CFWL_WidgetImpProperties& properties, IFWL_Widget* pOuter);
71 virtual ~CFWL_FormImp();
171 CFWL_FormImpDelegate(CFWL_FormImp* pOwner);
186 CFWL_FormImp* m_pOwner;
  /external/pdfium/xfa/src/fwl/src/core/
fwl_formimp.cpp 35 return static_cast<CFWL_FormImp*>(GetImpl())->GetFormSize();
38 return static_cast<CFWL_FormImp*>(GetImpl())->SetFormSize(eFormSize);
41 return static_cast<CFWL_FormImp*>(GetImpl())->DoModal();
44 return static_cast<CFWL_FormImp*>(GetImpl())->DoModal(dwCommandID);
47 return static_cast<CFWL_FormImp*>(GetImpl())->EndDoModal();
50 return static_cast<CFWL_FormImp*>(GetImpl())->SetBorderRegion(pPath);
53 CFWL_FormImp::CFWL_FormImp(const CFWL_WidgetImpProperties& properties,
84 CFWL_FormImp::~CFWL_FormImp() {
    [all...]

Completed in 1941 milliseconds