HomeSort by relevance Sort by last modified time
    Searched refs:CFWL_WidgetMgr (Results 1 - 9 of 9) 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)
40 CFWL_WidgetMgr::~CFWL_WidgetMgr() {}
42 CFWL_Widget* CFWL_WidgetMgr::GetParentWidget(CFWL_Widget* pWidget) const {
47 CFWL_Widget* CFWL_WidgetMgr::GetOwnerWidget(CFWL_Widget* pWidget) const {
52 CFWL_Widget* CFWL_WidgetMgr::GetFirstSiblingWidget(CFWL_Widget* pWidget) const {
63 CFWL_Widget* CFWL_WidgetMgr::GetPriorSiblingWidget(CFWL_Widget* pWidget) const {
68 CFWL_Widget* CFWL_WidgetMgr::GetNextSiblingWidget(CFWL_Widget* pWidget) const
    [all...]
cfwl_widgetmgr.h 27 class CFWL_WidgetMgr : public CFWL_WidgetMgrDelegate {
29 explicit CFWL_WidgetMgr(CXFA_FFApp* pAdapterNative);
30 ~CFWL_WidgetMgr();
cfwl_notedriver.cpp 24 #include "xfa/fwl/cfwl_widgetmgr.h"
195 CFWL_WidgetMgr* pWidgetMgr =
249 CFWL_WidgetMgr* pWidgetMgr = pMessageForm->GetOwnerApp()->GetWidgetMgr();
273 CFWL_WidgetMgr* pWidgetMgr = pMessageForm->GetOwnerApp()->GetWidgetMgr();
300 CFWL_WidgetMgr* pWidgetMgr = pMessageForm->GetOwnerApp()->GetWidgetMgr();
323 CFWL_WidgetMgr* pWidgetMgr = pMessageForm->GetOwnerApp()->GetWidgetMgr();
353 CFWL_WidgetMgr* pWidgetMgr = pMessageForm->GetOwnerApp()->GetWidgetMgr();
369 CFWL_WidgetMgr* pWidgetMgr = pMessageForm->GetOwnerApp()->GetWidgetMgr();
439 CFWL_WidgetMgr* pWidgetMgr = pDstTarget->GetOwnerApp()->GetWidgetMgr();
cfwl_widget.h 15 #include "xfa/fwl/cfwl_widgetmgr.h"
44 class CFWL_WidgetMgr;
150 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"
173 CFWL_WidgetMgr* pWidgetMgr = GetOwnerApp()->GetWidgetMgr();
cfwl_checkbox.cpp 23 #include "xfa/fwl/cfwl_widgetmgr.h"
183 CFWL_WidgetMgr* pWidgetMgr = GetOwnerApp()->GetWidgetMgr();

Completed in 52 milliseconds