Searched refs:m_pOwnerApp (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/xfa/fwl/ |
D | cfwl_widget.h | 105 const CFWL_App* GetOwnerApp() const { return m_pOwnerApp; } in GetOwnerApp() 149 const CFWL_App* const m_pOwnerApp; variable
|
D | cfwl_combobox.cpp | 53 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()
|
D | cfwl_datetimepicker.cpp | 44 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()
|
D | cfwl_listbox.cpp | 635 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()
|
D | cfwl_widget.cpp | 41 : m_pOwnerApp(app), in CFWL_Widget()
|
D | cfwl_edit.cpp | 1070 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()
|