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;
22 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_picturebox.cpp 14 : CFWL_Widget(app, pdfium::MakeUnique<CFWL_WidgetProperties>(), nullptr) {
cfwl_widget.h 47 class CFWL_WidgetProperties;
120 std::unique_ptr<CFWL_WidgetProperties> properties,
153 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"
27 std::unique_ptr<CFWL_WidgetProperties> properties,
cfwl_edit.h 44 class CFWL_WidgetProperties;
50 std::unique_ptr<CFWL_WidgetProperties> properties,
cfwl_comboboxproxy.cpp 21 std::unique_ptr<CFWL_WidgetProperties> properties,
cfwl_caret.cpp 15 #include "xfa/fwl/cfwl_widgetproperties.h"
27 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.Get(), pdfium::MakeUnique<CFWL_WidgetProperties>(), this);
95 m_pOwnerApp.Get(), pdfium::MakeUnique<CFWL_WidgetProperties>(),
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 29 : CFWL_Widget(app, pdfium::MakeUnique<CFWL_WidgetProperties>(), nullptr),
37 auto monthProp = pdfium::MakeUnique<CFWL_WidgetProperties>();
48 auto editProp = pdfium::MakeUnique<CFWL_WidgetProperties>();
331 auto prop = pdfium::MakeUnique<CFWL_WidgetProperties>();
cfwl_listbox.h 18 #include "xfa/fwl/cfwl_widgetproperties.h"
37 std::unique_ptr<CFWL_WidgetProperties> properties,
  /external/pdfium/xfa/fxfa/
cxfa_ffpasswordedit.cpp 23 GetFWLApp(), pdfium::MakeUnique<CFWL_WidgetProperties>(), nullptr);
cxfa_ffnumericedit.cpp 26 GetFWLApp(), pdfium::MakeUnique<CFWL_WidgetProperties>(), nullptr);

Completed in 117 milliseconds

1 2