Home
last modified time | relevance | path

Searched refs:pAttachedData (Results 1 – 25 of 31) sorted by relevance

12

/external/pdfium/fpdfsdk/pwl/
Dcpwl_special_button.cpp16 std::unique_ptr<IPWL_SystemHandler::PerWindowData> pAttachedData) in CPWL_PushButton() argument
17 : CPWL_Button(cp, std::move(pAttachedData)) {} in CPWL_PushButton()
28 std::unique_ptr<IPWL_SystemHandler::PerWindowData> pAttachedData) in CPWL_CheckBox() argument
29 : CPWL_Button(cp, std::move(pAttachedData)) {} in CPWL_CheckBox()
48 std::unique_ptr<IPWL_SystemHandler::PerWindowData> pAttachedData) in CPWL_RadioButton() argument
49 : CPWL_Button(cp, std::move(pAttachedData)) {} in CPWL_RadioButton()
Dcpwl_special_button.h18 std::unique_ptr<IPWL_SystemHandler::PerWindowData> pAttachedData);
29 std::unique_ptr<IPWL_SystemHandler::PerWindowData> pAttachedData);
47 std::unique_ptr<IPWL_SystemHandler::PerWindowData> pAttachedData);
Dcpwl_button.cpp13 std::unique_ptr<IPWL_SystemHandler::PerWindowData> pAttachedData) in CPWL_Button() argument
14 : CPWL_Wnd(cp, std::move(pAttachedData)) { in CPWL_Button()
Dcpwl_combo_box.h21 std::unique_ptr<IPWL_SystemHandler::PerWindowData> pAttachedData);
37 std::unique_ptr<IPWL_SystemHandler::PerWindowData> pAttachedData);
51 std::unique_ptr<IPWL_SystemHandler::PerWindowData> pAttachedData);
Dcpwl_combo_box.cpp33 std::unique_ptr<IPWL_SystemHandler::PerWindowData> pAttachedData) in CPWL_CBListBox() argument
34 : CPWL_ListBox(cp, std::move(pAttachedData)) {} in CPWL_CBListBox()
108 std::unique_ptr<IPWL_SystemHandler::PerWindowData> pAttachedData) in CPWL_CBButton() argument
109 : CPWL_Wnd(cp, std::move(pAttachedData)) {} in CPWL_CBButton()
166 std::unique_ptr<IPWL_SystemHandler::PerWindowData> pAttachedData) in CPWL_ComboBox() argument
167 : CPWL_Wnd(cp, std::move(pAttachedData)) { in CPWL_ComboBox()
Dcpwl_caret.cpp19 std::unique_ptr<IPWL_SystemHandler::PerWindowData> pAttachedData) in CPWL_Caret() argument
20 : CPWL_Wnd(cp, std::move(pAttachedData)) {} in CPWL_Caret()
Dcpwl_button.h18 std::unique_ptr<IPWL_SystemHandler::PerWindowData> pAttachedData);
Dcpwl_scroll_bar.h49 std::unique_ptr<IPWL_SystemHandler::PerWindowData> pAttachedData,
121 std::unique_ptr<IPWL_SystemHandler::PerWindowData> pAttachedData,
Dcpwl_caret.h18 std::unique_ptr<IPWL_SystemHandler::PerWindowData> pAttachedData);
Dcpwl_edit_ctrl.cpp22 std::unique_ptr<IPWL_SystemHandler::PerWindowData> pAttachedData) in CPWL_EditCtrl() argument
23 : CPWL_Wnd(cp, std::move(pAttachedData)), in CPWL_EditCtrl()
Dcpwl_edit_ctrl.h28 std::unique_ptr<IPWL_SystemHandler::PerWindowData> pAttachedData);
Dcpwl_list_box.h43 std::unique_ptr<IPWL_SystemHandler::PerWindowData> pAttachedData);
Dcpwl_list_box.cpp70 std::unique_ptr<IPWL_SystemHandler::PerWindowData> pAttachedData) in CPWL_ListBox() argument
71 : CPWL_Wnd(cp, std::move(pAttachedData)), in CPWL_ListBox()
/external/pdfium/fpdfsdk/formfiller/
Dcffl_pushbutton.cpp23 std::unique_ptr<IPWL_SystemHandler::PerWindowData> pAttachedData) { in NewPWLWindow() argument
24 auto pWnd = pdfium::MakeUnique<CPWL_PushButton>(cp, std::move(pAttachedData)); in NewPWLWindow()
Dcffl_radiobutton.cpp26 std::unique_ptr<IPWL_SystemHandler::PerWindowData> pAttachedData) { in NewPWLWindow() argument
28 pdfium::MakeUnique<CPWL_RadioButton>(cp, std::move(pAttachedData)); in NewPWLWindow()
Dcffl_checkbox.cpp27 std::unique_ptr<IPWL_SystemHandler::PerWindowData> pAttachedData) { in NewPWLWindow() argument
28 auto pWnd = pdfium::MakeUnique<CPWL_CheckBox>(cp, std::move(pAttachedData)); in NewPWLWindow()
Dcffl_pushbutton.h22 std::unique_ptr<IPWL_SystemHandler::PerWindowData> pAttachedData)
Dcffl_radiobutton.h24 std::unique_ptr<IPWL_SystemHandler::PerWindowData> pAttachedData)
Dcffl_checkbox.h24 std::unique_ptr<IPWL_SystemHandler::PerWindowData> pAttachedData)
Dcffl_listbox.cpp44 std::unique_ptr<IPWL_SystemHandler::PerWindowData> pAttachedData) { in NewPWLWindow() argument
45 auto pWnd = pdfium::MakeUnique<CPWL_ListBox>(cp, std::move(pAttachedData)); in NewPWLWindow()
Dcffl_listbox.h27 std::unique_ptr<IPWL_SystemHandler::PerWindowData> pAttachedData)
Dcffl_textfield.cpp86 std::unique_ptr<IPWL_SystemHandler::PerWindowData> pAttachedData) { in NewPWLWindow() argument
87 auto pWnd = pdfium::MakeUnique<CPWL_Edit>(cp, std::move(pAttachedData)); in NewPWLWindow()
Dcffl_textfield.h32 std::unique_ptr<IPWL_SystemHandler::PerWindowData> pAttachedData)
Dcffl_combobox.h34 std::unique_ptr<IPWL_SystemHandler::PerWindowData> pAttachedData)
Dcffl_combobox.cpp46 std::unique_ptr<IPWL_SystemHandler::PerWindowData> pAttachedData) { in NewPWLWindow() argument
47 auto pWnd = pdfium::MakeUnique<CPWL_ComboBox>(cp, std::move(pAttachedData)); in NewPWLWindow()

12