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

  /external/pdfium/xfa/src/fwl/src/core/include/
fwl_appimp.h 12 class CFWL_WidgetMgr;
31 CFWL_WidgetMgr* m_pWidgetMgr;
fwl_widgetmgrimp.h 13 class CFWL_WidgetMgr;
52 class CFWL_WidgetMgr : public IFWL_WidgetMgr {
54 CFWL_WidgetMgr(IFWL_AdapterNative* pAdapterNative);
55 ~CFWL_WidgetMgr() override;
138 CFWL_WidgetMgrDelegate(CFWL_WidgetMgr* pWidgetMgr);
166 CFWL_WidgetMgr* m_pWidgetMgr;
fwl_widgetimp.h 16 class CFWL_WidgetMgr;
138 CFWL_WidgetMgr* m_pWidgetMgr;
  /external/pdfium/xfa/src/fwl/src/core/
fwl_widgetmgrimp.cpp 27 CFWL_WidgetMgr::CFWL_WidgetMgr(IFWL_AdapterNative* pAdapterNative)
45 CFWL_WidgetMgr::~CFWL_WidgetMgr() {
59 int32_t CFWL_WidgetMgr::CountWidgets(IFWL_Widget* pParent) {
63 IFWL_Widget* CFWL_WidgetMgr::GetWidget(int32_t nIndex, IFWL_Widget* pParent) {
69 IFWL_Widget* CFWL_WidgetMgr::GetWidget(IFWL_Widget* pWidget,
135 int32_t CFWL_WidgetMgr::GetWidgetIndex(IFWL_Widget* pWidget) {
141 FX_BOOL CFWL_WidgetMgr::SetWidgetIndex(IFWL_Widget* pWidget, int32_t nIndex) {
211 FWL_ERR CFWL_WidgetMgr::RepaintWidget(IFWL_Widget* pWidget,
    [all...]
fwl_contentimp.cpp 52 CFWL_WidgetMgr* pMgr = static_cast<CFWL_WidgetMgr*>(FWL_GetWidgetMgr());
65 CFWL_WidgetMgr* pMgr = static_cast<CFWL_WidgetMgr*>(FWL_GetWidgetMgr());
fwl_appimp.cpp 64 m_pWidgetMgr = new CFWL_WidgetMgr(m_pAdapterNative);
77 return static_cast<CFWL_WidgetMgr*>(FWL_GetWidgetMgr())
fwl_noteimp.cpp 50 CFWL_WidgetMgr* pWidgetMgr = static_cast<CFWL_WidgetMgr*>(FWL_GetWidgetMgr());
260 CFWL_WidgetMgr* pWidgetMgr = static_cast<CFWL_WidgetMgr*>(FWL_GetWidgetMgr());
434 CFWL_WidgetMgr* pWidgetMgr = static_cast<CFWL_WidgetMgr*>(FWL_GetWidgetMgr());
556 CFWL_WidgetMgr* pWidgetMgr = static_cast<CFWL_WidgetMgr*>(FWL_GetWidgetMgr());
579 CFWL_WidgetMgr* pWidgetMgr = static_cast<CFWL_WidgetMgr*>(FWL_GetWidgetMgr());
    [all...]
fwl_formimp.cpp 144 CFWL_WidgetMgr* pWidgetMgr = static_cast<CFWL_WidgetMgr*>(FWL_GetWidgetMgr());
468 CFWL_WidgetMgr* pWidgetMgr =
469 static_cast<CFWL_WidgetMgr*>(pApp->GetWidgetMgr());
643 CFWL_WidgetMgr* pWidgetMgr = static_cast<CFWL_WidgetMgr*>(FWL_GetWidgetMgr());
868 CFWL_WidgetMgr* pWidgetMgr = static_cast<CFWL_WidgetMgr*>(FWL_GetWidgetMgr());
885 CFWL_WidgetMgr* pWidgetMgr = static_cast<CFWL_WidgetMgr*>(FWL_GetWidgetMgr());
    [all...]
fwl_widgetimp.cpp 514 m_pWidgetMgr = static_cast<CFWL_WidgetMgr*>(FWL_GetWidgetMgr());
    [all...]
  /external/pdfium/xfa/include/fwl/lightwidget/
widget.h 16 class CFWL_WidgetMgr;
95 CFWL_WidgetMgr* m_pWidgetMgr;
  /external/pdfium/xfa/src/fwl/src/basewidget/
fwl_checkboximp.cpp 355 CFWL_WidgetMgr* pWidgetMgr =
356 static_cast<CFWL_WidgetMgr*>(FWL_GetWidgetMgr());
  /external/pdfium/xfa/src/fwl/src/lightwidget/
widget.cpp 196 m_pWidgetMgr = static_cast<CFWL_WidgetMgr*>(FWL_GetWidgetMgr());

Completed in 404 milliseconds