Home
last modified time | relevance | path

Searched refs:IFWL_DataProvider (Results 1 – 16 of 16) sorted by relevance

/external/pdfium/xfa/include/fwl/core/
Dfwl_widget.h12 class IFWL_DataProvider; variable
19 class IFWL_DataProvider {
21 virtual ~IFWL_DataProvider() {} in ~IFWL_DataProvider()
57 FWL_ERR SetDataProvider(IFWL_DataProvider* pDataProvider);
89 IFWL_DataProvider* m_pDataProvider;
Dfwl_form.h46 class IFWL_FormDP : public IFWL_DataProvider {
/external/pdfium/xfa/include/fwl/basewidget/
Dfwl_pushbutton.h42 class IFWL_PushButtonDP : public IFWL_DataProvider {
Dfwl_tooltipctrl.h23 class IFWL_ToolTipDP : public IFWL_DataProvider {
Dfwl_picturebox.h34 class IFWL_PictureBoxDP : public IFWL_DataProvider {
Dfwl_checkbox.h65 class IFWL_CheckBoxDP : public IFWL_DataProvider { in BEGIN_FWL_EVENT_DEF()
Dfwl_scrollbar.h47 class IFWL_ScrollBarDP : public IFWL_DataProvider {};
Dfwl_datetimepicker.h64 class IFWL_DateTimePickerDP : public IFWL_DataProvider {
Dfwl_monthcalendar.h109 class IFWL_MonthCalendarDP : public IFWL_DataProvider {
Dfwl_listbox.h65 class IFWL_ListBoxDP : public IFWL_DataProvider {
Dfwl_edit.h107 class IFWL_EditDP : public IFWL_DataProvider {};
/external/pdfium/xfa/src/fwl/src/core/include/
Dfwl_widgetimp.h17 class IFWL_DataProvider; variable
60 virtual FWL_ERR SetDataProvider(IFWL_DataProvider* pDataProvider);
/external/pdfium/xfa/include/fwl/lightwidget/
Dwidget.h30 IFWL_DataProvider* pDataProvider) const;
/external/pdfium/xfa/src/fwl/src/lightwidget/
Dwidget.cpp15 IFWL_DataProvider* pDataProvider) const { in MakeWidgetImpProperties()
/external/pdfium/xfa/src/fwl/src/core/
Dfwl_widgetimp.cpp113 FWL_ERR IFWL_Widget::SetDataProvider(IFWL_DataProvider* pDataProvider) { in SetDataProvider()
475 FWL_ERR CFWL_WidgetImp::SetDataProvider(IFWL_DataProvider* pDataProvider) { in SetDataProvider()
Dfwl_formimp.cpp587 IFWL_DataProvider* pData = m_pProperties->m_pDataProvider; in DrawCaptionText()