Home
last modified time | relevance | path

Searched refs:m_pOwnerApp (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/xfa/fwl/
Dcfwl_widget.h105 const CFWL_App* GetOwnerApp() const { return m_pOwnerApp; } in GetOwnerApp()
149 const CFWL_App* const m_pOwnerApp; variable
Dcfwl_combobox.cpp53 pdfium::MakeUnique<CFWL_ComboList>(m_pOwnerApp, std::move(prop), this); in CFWL_ComboBox()
57 m_pOwnerApp, pdfium::MakeUnique<CFWL_WidgetProperties>(), this); in CFWL_ComboBox()
95 m_pOwnerApp, pdfium::MakeUnique<CFWL_WidgetProperties>(), nullptr); in ModifyStylesEx()
499 m_pComboBoxProxy = new CFWL_ComboBoxProxy(this, m_pOwnerApp, std::move(prop), in InitProxyForm()
514 pdfium::MakeUnique<CFWL_ComboList>(m_pOwnerApp, std::move(prop), this); in DisForm_InitComboList()
526 pdfium::MakeUnique<CFWL_ComboEdit>(m_pOwnerApp, std::move(prop), this); in DisForm_InitComboEdit()
Dcfwl_datetimepicker.cpp44 new CFWL_MonthCalendar(m_pOwnerApp, std::move(monthProp), this)); in CFWL_DateTimePicker()
53 m_pEdit = pdfium::MakeUnique<CFWL_DateTimeEdit>(m_pOwnerApp, in CFWL_DateTimePicker()
335 m_pForm = pdfium::MakeUnique<CFWL_FormProxy>(m_pOwnerApp, std::move(prop), in InitProxyForm()
Dcfwl_listbox.cpp635 pdfium::MakeUnique<CFWL_ScrollBar>(m_pOwnerApp, std::move(prop), this); in InitVerticalScrollBar()
648 pdfium::MakeUnique<CFWL_ScrollBar>(m_pOwnerApp, std::move(prop), this); in InitHorizontalScrollBar()
Dcfwl_widget.cpp41 : m_pOwnerApp(app), in CFWL_Widget()
Dcfwl_edit.cpp1070 pdfium::MakeUnique<CFWL_ScrollBar>(m_pOwnerApp, std::move(prop), this); in InitVerticalScrollBar()
1083 pdfium::MakeUnique<CFWL_ScrollBar>(m_pOwnerApp, std::move(prop), this); in InitHorizontalScrollBar()