Home
last modified time | relevance | path

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

/external/pdfium/xfa/fwl/
Dcfwl_widgetmgr.cpp31 CFWL_WidgetMgr::CFWL_WidgetMgr(CXFA_FFApp* pAdapterNative) in CFWL_WidgetMgr() function in CFWL_WidgetMgr
40 CFWL_WidgetMgr::~CFWL_WidgetMgr() {} in ~CFWL_WidgetMgr()
42 CFWL_Widget* CFWL_WidgetMgr::GetParentWidget(CFWL_Widget* pWidget) const { in GetParentWidget()
47 CFWL_Widget* CFWL_WidgetMgr::GetOwnerWidget(CFWL_Widget* pWidget) const { in GetOwnerWidget()
52 CFWL_Widget* CFWL_WidgetMgr::GetFirstSiblingWidget(CFWL_Widget* pWidget) const { in GetFirstSiblingWidget()
63 CFWL_Widget* CFWL_WidgetMgr::GetPriorSiblingWidget(CFWL_Widget* pWidget) const { in GetPriorSiblingWidget()
68 CFWL_Widget* CFWL_WidgetMgr::GetNextSiblingWidget(CFWL_Widget* pWidget) const { in GetNextSiblingWidget()
73 CFWL_Widget* CFWL_WidgetMgr::GetFirstChildWidget(CFWL_Widget* pWidget) const { in GetFirstChildWidget()
78 CFWL_Widget* CFWL_WidgetMgr::GetLastChildWidget(CFWL_Widget* pWidget) const { in GetLastChildWidget()
89 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.cpp195 CFWL_WidgetMgr* pWidgetMgr = in ProcessMessage()
249 CFWL_WidgetMgr* pWidgetMgr = pMessageForm->GetOwnerApp()->GetWidgetMgr(); in DoSetFocus()
273 CFWL_WidgetMgr* pWidgetMgr = pMessageForm->GetOwnerApp()->GetWidgetMgr(); in DoKillFocus()
300 CFWL_WidgetMgr* pWidgetMgr = pMessageForm->GetOwnerApp()->GetWidgetMgr(); in DoKey()
323 CFWL_WidgetMgr* pWidgetMgr = pMessageForm->GetOwnerApp()->GetWidgetMgr(); in DoKey()
353 CFWL_WidgetMgr* pWidgetMgr = pMessageForm->GetOwnerApp()->GetWidgetMgr(); in DoWheel()
369 CFWL_WidgetMgr* pWidgetMgr = pMessageForm->GetOwnerApp()->GetWidgetMgr(); in DoMouseEx()
439 CFWL_WidgetMgr* pWidgetMgr = pDstTarget->GetOwnerApp()->GetWidgetMgr(); in GetMessageForm()
Dcfwl_widgetmgr.h27 class CFWL_WidgetMgr : public CFWL_WidgetMgrDelegate {
29 explicit CFWL_WidgetMgr(CXFA_FFApp* pAdapterNative);
30 ~CFWL_WidgetMgr();
Dcfwl_app.cpp17 m_pWidgetMgr(pdfium::MakeUnique<CFWL_WidgetMgr>(pAdapter)), in CFWL_App()
Dcfwl_widget.h44 class CFWL_WidgetMgr; variable
150 CFWL_WidgetMgr* const m_pWidgetMgr;
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.cpp173 CFWL_WidgetMgr* pWidgetMgr = GetOwnerApp()->GetWidgetMgr(); in SetWorkAreaRect()
Dcfwl_checkbox.cpp183 CFWL_WidgetMgr* pWidgetMgr = GetOwnerApp()->GetWidgetMgr(); in NextStates()