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

  /external/pdfium/xfa/fwl/
cfwl_formproxy.h 16 class CFWL_FormProxy : public CFWL_Form {
18 CFWL_FormProxy(const CFWL_App* app,
21 ~CFWL_FormProxy() override;
cfwl_formproxy.cpp 7 #include "xfa/fwl/cfwl_formproxy.h"
15 CFWL_FormProxy::CFWL_FormProxy(
21 CFWL_FormProxy::~CFWL_FormProxy() {}
23 FWL_Type CFWL_FormProxy::GetClassID() const {
27 bool CFWL_FormProxy::IsInstance(const WideStringView& wsClass) const {
33 void CFWL_FormProxy::Update() {}
35 void CFWL_FormProxy::DrawWidget(CXFA_Graphics* pGraphics,
38 void CFWL_FormProxy::OnProcessMessage(CFWL_Message* pMessage)
    [all...]

Completed in 63 milliseconds