/external/pdfium/fpdfsdk/include/pdfwindow/ |
D | PWL_ComboBox.h | 56 void OnCreate(PWL_CREATEPARAM& cp) override; 63 void CreateChildWnd(const PWL_CREATEPARAM& cp) override; 89 void CreateEdit(const PWL_CREATEPARAM& cp); 90 void CreateButton(const PWL_CREATEPARAM& cp); 91 void CreateListBox(const PWL_CREATEPARAM& cp);
|
D | PWL_Wnd.h | 203 struct PWL_CREATEPARAM { struct 205 PWL_CREATEPARAM() in PWL_CREATEPARAM() function 289 void Create(const PWL_CREATEPARAM& cp); 397 virtual void CreateChildWnd(const PWL_CREATEPARAM& cp); 408 virtual void OnCreate(PWL_CREATEPARAM& cp); 421 const PWL_CREATEPARAM& GetCreationParam() const; 443 void CreateScrollBar(const PWL_CREATEPARAM& cp); 444 void CreateVScrollBar(const PWL_CREATEPARAM& cp); 456 PWL_CREATEPARAM m_sPrivateParam;
|
D | PWL_ScrollBar.h | 42 void OnCreate(PWL_CREATEPARAM& cp) override; 99 void OnCreate(PWL_CREATEPARAM& cp) override; 110 void CreateChildWnd(const PWL_CREATEPARAM& cp) override; 127 void CreateButtons(const PWL_CREATEPARAM& cp);
|
D | PWL_IconList.h | 42 void CreateChildWnd(const PWL_CREATEPARAM& cp) override; 77 void CreateChildWnd(const PWL_CREATEPARAM& cp) override; 118 void CreateChildWnd(const PWL_CREATEPARAM& cp) override;
|
D | PWL_EditCtrl.h | 104 void OnCreate(PWL_CREATEPARAM& cp) override; 115 void CreateChildWnd(const PWL_CREATEPARAM& cp) override; 168 void CreateEditCaret(const PWL_CREATEPARAM& cp);
|
D | PWL_Note.h | 174 void CreateChildWnd(const PWL_CREATEPARAM& cp) override; 210 void CreateChildWnd(const PWL_CREATEPARAM& cp) override; 260 void CreateChildWnd(const PWL_CREATEPARAM& cp) override; 325 void CreateChildWnd(const PWL_CREATEPARAM& cp) override;
|
D | PWL_Button.h | 19 void OnCreate(PWL_CREATEPARAM& cp) override;
|
D | PWL_Signature.h | 52 void CreateChildWnd(const PWL_CREATEPARAM& cp) override;
|
/external/pdfium/fpdfsdk/src/pdfwindow/ |
D | PWL_Signature.cpp | 136 void CPWL_Signature::CreateChildWnd(const PWL_CREATEPARAM& cp) { in CreateChildWnd() 138 PWL_CREATEPARAM icp = cp; in CreateChildWnd() 145 PWL_CREATEPARAM acp = cp; in CreateChildWnd() 153 PWL_CREATEPARAM dcp = cp; in CreateChildWnd()
|
D | PWL_ComboBox.cpp | 212 void CPWL_ComboBox::OnCreate(PWL_CREATEPARAM& cp) { in OnCreate() 278 void CPWL_ComboBox::CreateChildWnd(const PWL_CREATEPARAM& cp) { in CreateChildWnd() 284 void CPWL_ComboBox::CreateEdit(const PWL_CREATEPARAM& cp) { in CreateEdit() 289 PWL_CREATEPARAM ecp = cp; in CreateEdit() 308 void CPWL_ComboBox::CreateButton(const PWL_CREATEPARAM& cp) { in CreateButton() 312 PWL_CREATEPARAM bcp = cp; in CreateButton() 325 void CPWL_ComboBox::CreateListBox(const PWL_CREATEPARAM& cp) { in CreateListBox() 329 PWL_CREATEPARAM lcp = cp; in CreateListBox()
|
D | PWL_Note.cpp | 58 void CPWL_Note_Options::CreateChildWnd(const PWL_CREATEPARAM& cp) { in CreateChildWnd() 60 PWL_CREATEPARAM tcp = cp; in CreateChildWnd() 361 void CPWL_Note_Contents::CreateChildWnd(const PWL_CREATEPARAM& cp) { in CreateChildWnd() 363 PWL_CREATEPARAM ecp = cp; in CreateChildWnd() 391 PWL_CREATEPARAM icp = GetCreationParam(); in CreateSubItem() 598 void CPWL_NoteItem::CreateChildWnd(const PWL_CREATEPARAM& cp) { in CreateChildWnd() 607 PWL_CREATEPARAM scp = cp; in CreateChildWnd() 614 PWL_CREATEPARAM dcp = cp; in CreateChildWnd() 621 PWL_CREATEPARAM ccp = cp; in CreateChildWnd() 1211 void CPWL_Note::CreateChildWnd(const PWL_CREATEPARAM& cp) { in CreateChildWnd() [all …]
|
D | PWL_IconList.cpp | 74 void CPWL_IconList_Item::CreateChildWnd(const PWL_CREATEPARAM& cp) { in CreateChildWnd() 77 PWL_CREATEPARAM lcp = cp; in CreateChildWnd() 139 void CPWL_IconList_Content::CreateChildWnd(const PWL_CREATEPARAM& cp) { in CreateChildWnd() 143 PWL_CREATEPARAM icp = cp; in CreateChildWnd() 360 void CPWL_IconList::CreateChildWnd(const PWL_CREATEPARAM& cp) { in CreateChildWnd() 363 PWL_CREATEPARAM ccp = cp; in CreateChildWnd()
|
D | PWL_Wnd.cpp | 202 void CPWL_Wnd::Create(const PWL_CREATEPARAM& cp) { in Create() 217 PWL_CREATEPARAM ccp = m_sPrivateParam; in Create() 234 void CPWL_Wnd::OnCreate(PWL_CREATEPARAM& cp) {} in OnCreate() 271 FXSYS_memset(&m_sPrivateParam, 0, sizeof(PWL_CREATEPARAM)); in Destroy() 523 const PWL_CREATEPARAM& CPWL_Wnd::GetCreationParam() const { in GetCreationParam() 630 void CPWL_Wnd::CreateScrollBar(const PWL_CREATEPARAM& cp) { in CreateScrollBar() 634 void CPWL_Wnd::CreateVScrollBar(const PWL_CREATEPARAM& cp) { in CreateVScrollBar() 636 PWL_CREATEPARAM scp = cp; in CreateVScrollBar() 743 void CPWL_Wnd::CreateChildWnd(const PWL_CREATEPARAM& cp) {} in CreateChildWnd()
|
D | PWL_Button.cpp | 20 void CPWL_Button::OnCreate(PWL_CREATEPARAM& cp) { in OnCreate()
|
D | PWL_EditCtrl.cpp | 36 void CPWL_EditCtrl::OnCreate(PWL_CREATEPARAM& cp) { in OnCreate() 115 void CPWL_EditCtrl::CreateChildWnd(const PWL_CREATEPARAM& cp) { in CreateChildWnd() 120 void CPWL_EditCtrl::CreateEditCaret(const PWL_CREATEPARAM& cp) { in CreateEditCaret() 125 PWL_CREATEPARAM ecp = cp; in CreateEditCaret()
|
/external/pdfium/fpdfsdk/include/formfiller/ |
D | FFL_ListBox.h | 22 PWL_CREATEPARAM GetCreateParam() override; 23 CPWL_Wnd* NewPDFWindow(const PWL_CREATEPARAM& cp,
|
D | FFL_TextField.h | 32 PWL_CREATEPARAM GetCreateParam() override; 33 CPWL_Wnd* NewPDFWindow(const PWL_CREATEPARAM& cp,
|
D | FFL_ComboBox.h | 31 PWL_CREATEPARAM GetCreateParam() override; 32 CPWL_Wnd* NewPDFWindow(const PWL_CREATEPARAM& cp,
|
D | FFL_PushButton.h | 18 CPWL_Wnd* NewPDFWindow(const PWL_CREATEPARAM& cp,
|
D | FFL_CheckBox.h | 18 CPWL_Wnd* NewPDFWindow(const PWL_CREATEPARAM& cp,
|
D | FFL_RadioButton.h | 18 CPWL_Wnd* NewPDFWindow(const PWL_CREATEPARAM& cp,
|
/external/pdfium/fpdfsdk/src/formfiller/ |
D | FFL_ListBox.cpp | 25 PWL_CREATEPARAM CFFL_ListBox::GetCreateParam() { in GetCreateParam() 26 PWL_CREATEPARAM cp = CFFL_FormFiller::GetCreateParam(); in GetCreateParam() 46 CPWL_Wnd* CFFL_ListBox::NewPDFWindow(const PWL_CREATEPARAM& cp, in NewPDFWindow()
|
D | FFL_TextField.cpp | 24 PWL_CREATEPARAM CFFL_TextField::GetCreateParam() { in GetCreateParam() 25 PWL_CREATEPARAM cp = CFFL_FormFiller::GetCreateParam(); in GetCreateParam() 81 CPWL_Wnd* CFFL_TextField::NewPDFWindow(const PWL_CREATEPARAM& cp, in NewPDFWindow()
|
D | FFL_ComboBox.cpp | 29 PWL_CREATEPARAM CFFL_ComboBox::GetCreateParam() { in GetCreateParam() 30 PWL_CREATEPARAM cp = CFFL_FormFiller::GetCreateParam(); in GetCreateParam() 45 CPWL_Wnd* CFFL_ComboBox::NewPDFWindow(const PWL_CREATEPARAM& cp, in NewPDFWindow()
|
D | FFL_PushButton.cpp | 18 CPWL_Wnd* CFFL_PushButton::NewPDFWindow(const PWL_CREATEPARAM& cp, in NewPDFWindow()
|