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

  /external/pdfium/xfa/fwl/
cfwl_app.h 15 class CFWL_WidgetMgr;
36 CFWL_WidgetMgr* GetWidgetMgr() const { return m_pWidgetMgr.get(); }
41 std::unique_ptr<CFWL_WidgetMgr> m_pWidgetMgr;
cfwl_app.cpp 12 #include "xfa/fwl/cfwl_widgetmgr.h"
17 m_pWidgetMgr(pdfium::MakeUnique<CFWL_WidgetMgr>(pAdapter)),
cfwl_widgetmgr.cpp 7 #include "xfa/fwl/cfwl_widgetmgr.h"
31 CFWL_WidgetMgr::CFWL_WidgetMgr(CXFA_FFApp* pAdapterNative)
41 CFWL_WidgetMgr::~CFWL_WidgetMgr() {}
43 CFWL_Widget* CFWL_WidgetMgr::GetParentWidget(CFWL_Widget* pWidget) const {
48 CFWL_Widget* CFWL_WidgetMgr::GetOwnerWidget(CFWL_Widget* pWidget) const {
53 CFWL_Widget* CFWL_WidgetMgr::GetFirstSiblingWidget(CFWL_Widget* pWidget) const {
64 CFWL_Widget* CFWL_WidgetMgr::GetPriorSiblingWidget(CFWL_Widget* pWidget) const {
69 CFWL_Widget* CFWL_WidgetMgr::GetNextSiblingWidget(CFWL_Widget* pWidget) const
    [all...]
cfwl_widgetmgr.h 26 class CFWL_WidgetMgr {
28 explicit CFWL_WidgetMgr(CXFA_FFApp* pAdapterNative);
29 ~CFWL_WidgetMgr();
cfwl_notedriver.cpp 24 #include "xfa/fwl/cfwl_widgetmgr.h"
188 CFWL_WidgetMgr* pWidgetMgr =
242 CFWL_WidgetMgr* pWidgetMgr = pMessageForm->GetOwnerApp()->GetWidgetMgr();
266 CFWL_WidgetMgr* pWidgetMgr = pMessageForm->GetOwnerApp()->GetWidgetMgr();
293 CFWL_WidgetMgr* pWidgetMgr = pMessageForm->GetOwnerApp()->GetWidgetMgr();
316 CFWL_WidgetMgr* pWidgetMgr = pMessageForm->GetOwnerApp()->GetWidgetMgr();
346 CFWL_WidgetMgr* pWidgetMgr = pMessageForm->GetOwnerApp()->GetWidgetMgr();
362 CFWL_WidgetMgr* pWidgetMgr = pMessageForm->GetOwnerApp()->GetWidgetMgr();
432 CFWL_WidgetMgr* pWidgetMgr = pDstTarget->GetOwnerApp()->GetWidgetMgr();
cfwl_widget.h 18 #include "xfa/fwl/cfwl_widgetmgr.h"
46 class CFWL_WidgetMgr;
152 UnownedPtr<CFWL_WidgetMgr> const m_pWidgetMgr;
cfwl_widget.cpp 29 #include "xfa/fwl/cfwl_widgetmgr.h"
121 static void NotifyHideChildWidget(CFWL_WidgetMgr* widgetMgr,
139 CFWL_WidgetMgr* widgetMgr = GetOwnerApp()->GetWidgetMgr();
568 CFWL_WidgetMgr* pWidgetMgr = GetOwnerApp()->GetWidgetMgr();
cfwl_form.cpp 22 #include "xfa/fwl/cfwl_widgetmgr.h"
171 CFWL_WidgetMgr* pWidgetMgr = GetOwnerApp()->GetWidgetMgr();
cfwl_checkbox.cpp 23 #include "xfa/fwl/cfwl_widgetmgr.h"
182 CFWL_WidgetMgr* pWidgetMgr = GetOwnerApp()->GetWidgetMgr();
  /external/pdfium/xfa/fxfa/
cxfa_ffapp.h 22 class CFWL_WidgetMgr;
40 CFWL_WidgetMgr* GetFWLWidgetMgr() const { return m_pFWLApp->GetWidgetMgr(); }

Completed in 313 milliseconds