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

/external/pdfium/xfa/fwl/
H A Dcfwl_formproxy.h16 class CFWL_FormProxy : public CFWL_Form { class in inherits:CFWL_Form
18 CFWL_FormProxy(const CFWL_App* app,
21 ~CFWL_FormProxy() override;
H A Dcfwl_formproxy.cpp15 CFWL_FormProxy::CFWL_FormProxy( function in class:CFWL_FormProxy
21 CFWL_FormProxy::~CFWL_FormProxy() {}
23 FWL_Type CFWL_FormProxy::GetClassID() const {
27 bool CFWL_FormProxy::IsInstance(const CFX_WideStringC& wsClass) const {
33 void CFWL_FormProxy::Update() {}
35 void CFWL_FormProxy::DrawWidget(CFX_Graphics* pGraphics,
38 void CFWL_FormProxy::OnProcessMessage(CFWL_Message* pMessage) {

Completed in 180 milliseconds