HomeSort by relevance Sort by last modified time
    Searched refs:CFWL_WidgetProperties (Results 1 - 25 of 39) sorted by null

1 2

  /external/pdfium/xfa/fwl/
cfwl_widgetproperties.cpp 7 #include "xfa/fwl/cfwl_widgetproperties.h"
9 CFWL_WidgetProperties::CFWL_WidgetProperties()
17 CFWL_WidgetProperties::~CFWL_WidgetProperties() {}
cfwl_widgetproperties.h 18 class CFWL_WidgetProperties {
20 CFWL_WidgetProperties();
21 ~CFWL_WidgetProperties();
cfwl_formproxy.h 14 class CFWL_WidgetProperties;
19 std::unique_ptr<CFWL_WidgetProperties> properties,
cfwl_comboedit.h 14 #include "xfa/fwl/cfwl_widgetproperties.h"
21 std::unique_ptr<CFWL_WidgetProperties> properties,
cfwl_datetimeedit.h 14 #include "xfa/fwl/cfwl_widgetproperties.h"
19 std::unique_ptr<CFWL_WidgetProperties> properties,
cfwl_caret.h 16 class CFWL_WidgetProperties;
24 std::unique_ptr<CFWL_WidgetProperties> properties,
cfwl_comboboxproxy.h 20 std::unique_ptr<CFWL_WidgetProperties> properties,
cfwl_combolist.h 14 #include "xfa/fwl/cfwl_widgetproperties.h"
19 std::unique_ptr<CFWL_WidgetProperties> properties,
cfwl_formproxy.cpp 17 std::unique_ptr<CFWL_WidgetProperties> properties,
cfwl_spinbutton.h 19 class CFWL_WidgetProperties;
24 std::unique_ptr<CFWL_WidgetProperties> properties);
cfwl_picturebox.cpp 14 : CFWL_Widget(app, pdfium::MakeUnique<CFWL_WidgetProperties>(), nullptr) {
cfwl_widget.h 45 class CFWL_WidgetProperties;
118 std::unique_ptr<CFWL_WidgetProperties> properties,
151 std::unique_ptr<CFWL_WidgetProperties> m_pProperties;
cfwl_barcode.h 17 class CFWL_WidgetProperties;
cfwl_checkbox.h 14 #include "xfa/fwl/cfwl_widgetproperties.h"
33 class CFWL_WidgetProperties;
cfwl_comboedit.cpp 18 std::unique_ptr<CFWL_WidgetProperties> properties,
cfwl_datetimeedit.cpp 19 std::unique_ptr<CFWL_WidgetProperties> properties,
cfwl_form.h 14 #include "xfa/fwl/cfwl_widgetproperties.h"
31 std::unique_ptr<CFWL_WidgetProperties> properties,
cfwl_caret.cpp 15 #include "xfa/fwl/cfwl_widgetproperties.h"
25 std::unique_ptr<CFWL_WidgetProperties> properties,
cfwl_comboboxproxy.cpp 21 std::unique_ptr<CFWL_WidgetProperties> properties,
cfwl_edit.h 47 class CFWL_WidgetProperties;
53 std::unique_ptr<CFWL_WidgetProperties> properties,
cfwl_combobox.cpp 34 : CFWL_Widget(app, pdfium::MakeUnique<CFWL_WidgetProperties>(), nullptr),
49 auto prop = pdfium::MakeUnique<CFWL_WidgetProperties>();
57 m_pOwnerApp, pdfium::MakeUnique<CFWL_WidgetProperties>(), this);
95 m_pOwnerApp, pdfium::MakeUnique<CFWL_WidgetProperties>(), nullptr);
492 auto prop = pdfium::MakeUnique<CFWL_WidgetProperties>();
508 auto prop = pdfium::MakeUnique<CFWL_WidgetProperties>();
521 auto prop = pdfium::MakeUnique<CFWL_WidgetProperties>();
cfwl_combobox.h 19 class CFWL_WidgetProperties;
cfwl_datetimepicker.cpp 30 : CFWL_Widget(app, pdfium::MakeUnique<CFWL_WidgetProperties>(), nullptr),
38 auto monthProp = pdfium::MakeUnique<CFWL_WidgetProperties>();
49 auto editProp = pdfium::MakeUnique<CFWL_WidgetProperties>();
330 auto prop = pdfium::MakeUnique<CFWL_WidgetProperties>();
cfwl_listbox.h 18 #include "xfa/fwl/cfwl_widgetproperties.h"
37 std::unique_ptr<CFWL_WidgetProperties> properties,
cfwl_scrollbar.h 16 #include "xfa/fwl/cfwl_widgetproperties.h"
26 std::unique_ptr<CFWL_WidgetProperties> properties,

Completed in 134 milliseconds

1 2