Searched refs:CFWL_FormProxy (Results 1 – 8 of 8) sorted by relevance
15 CFWL_FormProxy::CFWL_FormProxy( in CFWL_FormProxy() function in CFWL_FormProxy21 CFWL_FormProxy::~CFWL_FormProxy() {} in ~CFWL_FormProxy()23 FWL_Type CFWL_FormProxy::GetClassID() const { in GetClassID()27 bool CFWL_FormProxy::IsInstance(const WideStringView& wsClass) const { in IsInstance()33 void CFWL_FormProxy::Update() {} in Update()35 void CFWL_FormProxy::DrawWidget(CXFA_Graphics* pGraphics, in DrawWidget()38 void CFWL_FormProxy::OnProcessMessage(CFWL_Message* pMessage) { in OnProcessMessage()
16 class CFWL_FormProxy : public CFWL_Form {18 CFWL_FormProxy(const CFWL_App* app,21 ~CFWL_FormProxy() override;
32 class CFWL_FormProxy; variable69 CFWL_FormProxy* GetFormProxy() const { return m_pForm.get(); } in GetFormProxy()102 std::unique_ptr<CFWL_FormProxy> m_pForm;
16 class CFWL_ComboBoxProxy : public CFWL_FormProxy {
23 : CFWL_FormProxy(app, std::move(properties), pOuter), in CFWL_ComboBoxProxy()
8 * CFWL_FormProxy
22 class CFWL_FormProxy; variable
336 m_pForm = pdfium::MakeUnique<CFWL_FormProxy>( in InitProxyForm()