Searched defs:CFWL_FormProxyImp (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/xfa/src/fwl/src/basewidget/include/
H A Dfwl_formproxyimp.h13 class CFWL_FormProxyImp;
15 class CFWL_FormProxyImp : public CFWL_FormImp { class in inherits:CFWL_FormImp
17 CFWL_FormProxyImp(const CFWL_WidgetImpProperties& properties,
19 ~CFWL_FormProxyImp();
34 CFWL_FormProxyImpDelegate(CFWL_FormProxyImp* pOwner);
38 CFWL_FormProxyImp* m_pOwner;
/external/pdfium/xfa/src/fwl/src/basewidget/
H A Dfwl_formproxyimp.cpp15 CFWL_FormProxyImp::CFWL_FormProxyImp(const CFWL_WidgetImpProperties& properties, function in class:CFWL_FormProxyImp
18 CFWL_FormProxyImp::~CFWL_FormProxyImp() {}
19 FWL_ERR CFWL_FormProxyImp::GetClassName(CFX_WideString& wsClass) const {
23 FX_DWORD CFWL_FormProxyImp::GetClassID() const {
26 FX_BOOL CFWL_FormProxyImp::IsInstance(const CFX_WideStringC& wsClass) const {
32 FWL_ERR CFWL_FormProxyImp::Initialize() {
38 FWL_ERR CFWL_FormProxyImp::Finalize() {
43 FWL_ERR CFWL_FormProxyImp
[all...]

Completed in 72 milliseconds