Home
last modified time | relevance | path

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

12

/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_ComboBox.h56 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);
DPWL_Wnd.h203 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;
DPWL_ScrollBar.h42 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);
DPWL_IconList.h42 void CreateChildWnd(const PWL_CREATEPARAM& cp) override;
77 void CreateChildWnd(const PWL_CREATEPARAM& cp) override;
118 void CreateChildWnd(const PWL_CREATEPARAM& cp) override;
DPWL_EditCtrl.h104 void OnCreate(PWL_CREATEPARAM& cp) override;
115 void CreateChildWnd(const PWL_CREATEPARAM& cp) override;
168 void CreateEditCaret(const PWL_CREATEPARAM& cp);
DPWL_Note.h174 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;
DPWL_Button.h19 void OnCreate(PWL_CREATEPARAM& cp) override;
DPWL_Signature.h52 void CreateChildWnd(const PWL_CREATEPARAM& cp) override;
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Signature.cpp136 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()
DPWL_ComboBox.cpp212 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()
DPWL_Note.cpp58 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 …]
DPWL_IconList.cpp74 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()
DPWL_Wnd.cpp202 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()
DPWL_Button.cpp20 void CPWL_Button::OnCreate(PWL_CREATEPARAM& cp) { in OnCreate()
DPWL_EditCtrl.cpp36 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/
DFFL_ListBox.h22 PWL_CREATEPARAM GetCreateParam() override;
23 CPWL_Wnd* NewPDFWindow(const PWL_CREATEPARAM& cp,
DFFL_TextField.h32 PWL_CREATEPARAM GetCreateParam() override;
33 CPWL_Wnd* NewPDFWindow(const PWL_CREATEPARAM& cp,
DFFL_ComboBox.h31 PWL_CREATEPARAM GetCreateParam() override;
32 CPWL_Wnd* NewPDFWindow(const PWL_CREATEPARAM& cp,
DFFL_PushButton.h18 CPWL_Wnd* NewPDFWindow(const PWL_CREATEPARAM& cp,
DFFL_CheckBox.h18 CPWL_Wnd* NewPDFWindow(const PWL_CREATEPARAM& cp,
DFFL_RadioButton.h18 CPWL_Wnd* NewPDFWindow(const PWL_CREATEPARAM& cp,
/external/pdfium/fpdfsdk/src/formfiller/
DFFL_ListBox.cpp25 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()
DFFL_TextField.cpp24 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()
DFFL_ComboBox.cpp29 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()
DFFL_PushButton.cpp18 CPWL_Wnd* CFFL_PushButton::NewPDFWindow(const PWL_CREATEPARAM& cp, in NewPDFWindow()

12