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

  /external/pdfium/xfa/src/fwl/src/basewidget/include/
fwl_formproxyimp.h 12 class CFWL_FormImp;
15 class CFWL_FormProxyImp : public CFWL_FormImp {
fwl_tooltipctrlimp.h 16 class CFWL_ToolTipImp : public CFWL_FormImp {
  /external/pdfium/xfa/src/fwl/src/core/
fwl_formimp.cpp 35 return static_cast<CFWL_FormImp*>(GetImpl())->GetFormSize();
38 return static_cast<CFWL_FormImp*>(GetImpl())->SetFormSize(eFormSize);
41 return static_cast<CFWL_FormImp*>(GetImpl())->DoModal();
44 return static_cast<CFWL_FormImp*>(GetImpl())->DoModal(dwCommandID);
47 return static_cast<CFWL_FormImp*>(GetImpl())->EndDoModal();
50 return static_cast<CFWL_FormImp*>(GetImpl())->SetBorderRegion(pPath);
53 CFWL_FormImp::CFWL_FormImp(const CFWL_WidgetImpProperties& properties,
84 CFWL_FormImp::~CFWL_FormImp() {
    [all...]
fwl_noteimp.cpp 65 static_cast<CFWL_FormImp*>(m_pForm)->GetAccelerator();
240 CFWL_FormImp* pForm =
241 pWidget ? static_cast<CFWL_FormImp*>(pWidget->GetImpl()) : nullptr;
353 CFWL_FormImp* pForm = static_cast<CFWL_FormImp*>(m_forms[nIndex]);
562 CFWL_FormImp* pForm =
563 pWidget ? static_cast<CFWL_FormImp*>(pWidget->GetImpl()) : nullptr;
587 CFWL_FormImp* pForm =
588 pWidget ? static_cast<CFWL_FormImp*>(pWidget->GetImpl()) : nullptr;
760 CFWL_FormImp* pForm = static_cast<CFWL_FormImp*>(m_forms[j]);
    [all...]
  /external/pdfium/xfa/src/fwl/src/basewidget/
fwl_formproxyimp.cpp 17 : CFWL_FormImp(properties, pOuter) {}
30 return CFWL_FormImp::IsInstance(wsClass);
fwl_tooltipctrlimp.cpp 37 : CFWL_FormImp(properties, pOuter),
  /external/pdfium/xfa/src/fwl/src/core/include/
fwl_formimp.h 17 class CFWL_FormImp;
68 class CFWL_FormImp : public CFWL_PanelImp {
70 CFWL_FormImp(const CFWL_WidgetImpProperties& properties, IFWL_Widget* pOuter);
71 virtual ~CFWL_FormImp();
171 CFWL_FormImpDelegate(CFWL_FormImp* pOwner);
186 CFWL_FormImp* m_pOwner;

Completed in 89 milliseconds