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

  /external/pdfium/xfa/fwl/
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...]
cfwl_formproxy.h 16 class CFWL_FormProxy : public CFWL_Form {
18 CFWL_FormProxy(const CFWL_App* app,
21 ~CFWL_FormProxy() override;
cfwl_comboboxproxy.h 12 #include "xfa/fwl/cfwl_formproxy.h"
16 class CFWL_ComboBoxProxy : public CFWL_FormProxy {
24 // CFWL_FormProxy
cfwl_datetimepicker.h 32 class CFWL_FormProxy;
69 CFWL_FormProxy* GetFormProxy() const { return m_pForm.get(); }
102 std::unique_ptr<CFWL_FormProxy> m_pForm;
cfwl_comboboxproxy.cpp 23 : CFWL_FormProxy(app, std::move(properties), pOuter),
cfwl_combobox.h 22 class CFWL_FormProxy;
cfwl_datetimepicker.cpp 15 #include "xfa/fwl/cfwl_formproxy.h"
336 m_pForm = pdfium::MakeUnique<CFWL_FormProxy>(

Completed in 655 milliseconds