Home
last modified time | relevance | path

Searched refs:CFWL_FormProxyImp (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/xfa/src/fwl/src/basewidget/
Dfwl_formproxyimp.cpp15 CFWL_FormProxyImp::CFWL_FormProxyImp(const CFWL_WidgetImpProperties& properties, in CFWL_FormProxyImp() function in CFWL_FormProxyImp
18 CFWL_FormProxyImp::~CFWL_FormProxyImp() {} in ~CFWL_FormProxyImp()
19 FWL_ERR CFWL_FormProxyImp::GetClassName(CFX_WideString& wsClass) const { in GetClassName()
23 FX_DWORD CFWL_FormProxyImp::GetClassID() const { in GetClassID()
26 FX_BOOL CFWL_FormProxyImp::IsInstance(const CFX_WideStringC& wsClass) const { in IsInstance()
32 FWL_ERR CFWL_FormProxyImp::Initialize() { in Initialize()
38 FWL_ERR CFWL_FormProxyImp::Finalize() { in Finalize()
43 FWL_ERR CFWL_FormProxyImp::Update() { in Update()
46 FWL_ERR CFWL_FormProxyImp::DrawWidget(CFX_Graphics* pGraphics, in DrawWidget()
50 CFWL_FormProxyImpDelegate::CFWL_FormProxyImpDelegate(CFWL_FormProxyImp* pOwner) in CFWL_FormProxyImpDelegate()
Dfwl_datetimepickerimp.cpp38 CFWL_FormProxyImp* pFormProxyImpl = new CFWL_FormProxyImp(properties, pOuter); in Create()
Dfwl_comboboximp.cpp1137 m_pProxy = static_cast<CFWL_FormProxyImp*>(m_pForm->GetImpl()); in InitProxyForm()
/external/pdfium/xfa/src/fwl/src/basewidget/include/
Dfwl_formproxyimp.h13 class CFWL_FormProxyImp; variable
15 class CFWL_FormProxyImp : public CFWL_FormImp {
17 CFWL_FormProxyImp(const CFWL_WidgetImpProperties& properties,
19 ~CFWL_FormProxyImp();
34 CFWL_FormProxyImpDelegate(CFWL_FormProxyImp* pOwner);
38 CFWL_FormProxyImp* m_pOwner;
Dfwl_comboboximp.h20 class CFWL_FormProxyImp; variable
178 CFWL_FormProxyImp* m_pProxy;
Dfwl_datetimepickerimp.h19 class CFWL_FormProxyImp; variable
/external/pdfium/xfa/src/fwl/src/core/
Dfwl_formimp.cpp28 CFWL_FormProxyImp* pFormProxyImpl = new CFWL_FormProxyImp(properties, pOuter); in CreateFormProxy()