Home
last modified time | relevance | path

Searched refs:CFWL_WidgetMgr (Results 1 – 10 of 10) sorted by relevance

/external/pdfium/xfa/fwl/
Dcfwl_widgetmgr.cpp31 CFWL_WidgetMgr::CFWL_WidgetMgr(CXFA_FFApp* pAdapterNative) in CFWL_WidgetMgr() function in CFWL_WidgetMgr
41 CFWL_WidgetMgr::~CFWL_WidgetMgr() {} in ~CFWL_WidgetMgr()
43 CFWL_Widget* CFWL_WidgetMgr::GetParentWidget(CFWL_Widget* pWidget) const { in GetParentWidget()
48 CFWL_Widget* CFWL_WidgetMgr::GetOwnerWidget(CFWL_Widget* pWidget) const { in GetOwnerWidget()
53 CFWL_Widget* CFWL_WidgetMgr::GetFirstSiblingWidget(CFWL_Widget* pWidget) const { in GetFirstSiblingWidget()
64 CFWL_Widget* CFWL_WidgetMgr::GetPriorSiblingWidget(CFWL_Widget* pWidget) const { in GetPriorSiblingWidget()
69 CFWL_Widget* CFWL_WidgetMgr::GetNextSiblingWidget(CFWL_Widget* pWidget) const { in GetNextSiblingWidget()
74 CFWL_Widget* CFWL_WidgetMgr::GetFirstChildWidget(CFWL_Widget* pWidget) const { in GetFirstChildWidget()
79 CFWL_Widget* CFWL_WidgetMgr::GetLastChildWidget(CFWL_Widget* pWidget) const { in GetLastChildWidget()
90 CFWL_Widget* CFWL_WidgetMgr::GetSystemFormWidget(CFWL_Widget* pWidget) const { in GetSystemFormWidget()
[all …]
Dcfwl_app.h15 class CFWL_WidgetMgr; variable
36 CFWL_WidgetMgr* GetWidgetMgr() const { return m_pWidgetMgr.get(); } in GetWidgetMgr()
41 std::unique_ptr<CFWL_WidgetMgr> m_pWidgetMgr;
Dcfwl_notedriver.cpp188 CFWL_WidgetMgr* pWidgetMgr = in ProcessMessage()
242 CFWL_WidgetMgr* pWidgetMgr = pMessageForm->GetOwnerApp()->GetWidgetMgr(); in DoSetFocus()
266 CFWL_WidgetMgr* pWidgetMgr = pMessageForm->GetOwnerApp()->GetWidgetMgr(); in DoKillFocus()
293 CFWL_WidgetMgr* pWidgetMgr = pMessageForm->GetOwnerApp()->GetWidgetMgr(); in DoKey()
316 CFWL_WidgetMgr* pWidgetMgr = pMessageForm->GetOwnerApp()->GetWidgetMgr(); in DoKey()
346 CFWL_WidgetMgr* pWidgetMgr = pMessageForm->GetOwnerApp()->GetWidgetMgr(); in DoWheel()
362 CFWL_WidgetMgr* pWidgetMgr = pMessageForm->GetOwnerApp()->GetWidgetMgr(); in DoMouseEx()
432 CFWL_WidgetMgr* pWidgetMgr = pDstTarget->GetOwnerApp()->GetWidgetMgr(); in GetMessageForm()
Dcfwl_widgetmgr.h26 class CFWL_WidgetMgr {
28 explicit CFWL_WidgetMgr(CXFA_FFApp* pAdapterNative);
29 ~CFWL_WidgetMgr();
Dcfwl_widget.h46 class CFWL_WidgetMgr; variable
152 UnownedPtr<CFWL_WidgetMgr> const m_pWidgetMgr;
Dcfwl_app.cpp17 m_pWidgetMgr(pdfium::MakeUnique<CFWL_WidgetMgr>(pAdapter)), in CFWL_App()
Dcfwl_widget.cpp121 static void NotifyHideChildWidget(CFWL_WidgetMgr* widgetMgr, in NotifyHideChildWidget()
139 CFWL_WidgetMgr* widgetMgr = GetOwnerApp()->GetWidgetMgr(); in SetStates()
568 CFWL_WidgetMgr* pWidgetMgr = GetOwnerApp()->GetWidgetMgr(); in GetOffsetFromParent()
Dcfwl_form.cpp171 CFWL_WidgetMgr* pWidgetMgr = GetOwnerApp()->GetWidgetMgr(); in SetWorkAreaRect()
Dcfwl_checkbox.cpp182 CFWL_WidgetMgr* pWidgetMgr = GetOwnerApp()->GetWidgetMgr(); in NextStates()
/external/pdfium/xfa/fxfa/
Dcxfa_ffapp.h22 class CFWL_WidgetMgr; variable
40 CFWL_WidgetMgr* GetFWLWidgetMgr() const { return m_pFWLApp->GetWidgetMgr(); } in GetFWLWidgetMgr()