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

1 2

  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_Button.h 18 virtual void OnCreate(PWL_CREATEPARAM & cp);
PWL_ComboBox.h 55 virtual void OnCreate(PWL_CREATEPARAM & cp);
62 virtual void CreateChildWnd(const PWL_CREATEPARAM & cp);
91 void CreateEdit(const PWL_CREATEPARAM & cp);
92 void CreateButton(const PWL_CREATEPARAM & cp);
93 void CreateListBox(const PWL_CREATEPARAM & cp);
PWL_IconList.h 29 virtual void CreateChildWnd(const PWL_CREATEPARAM & cp);
74 virtual void CreateChildWnd(const PWL_CREATEPARAM & cp);
114 virtual void CreateChildWnd(const PWL_CREATEPARAM & cp);
PWL_ScrollBar.h 47 virtual void OnCreate(PWL_CREATEPARAM & cp);
106 virtual void OnCreate(PWL_CREATEPARAM & cp);
115 virtual void CreateChildWnd(const PWL_CREATEPARAM & cp);
131 void CreateButtons(const PWL_CREATEPARAM & cp);
PWL_Signature.h 50 virtual void CreateChildWnd(const PWL_CREATEPARAM & cp);
PWL_Wnd.h 200 struct PWL_CREATEPARAM
203 PWL_CREATEPARAM() : rcRectWnd(0,0,0,0),
290 void Create(const PWL_CREATEPARAM & cp);
399 virtual void CreateChildWnd(const PWL_CREATEPARAM & cp);
408 virtual void OnCreate(PWL_CREATEPARAM & cp);
421 PWL_CREATEPARAM GetCreationParam() const;
443 void CreateScrollBar(const PWL_CREATEPARAM & cp);
444 void CreateVScrollBar(const PWL_CREATEPARAM & cp);
456 PWL_CREATEPARAM m_sPrivateParam;
PWL_EditCtrl.h 62 virtual void OnCreate(PWL_CREATEPARAM & cp);
72 virtual void CreateChildWnd(const PWL_CREATEPARAM & cp);
157 void CreateEditCaret(const PWL_CREATEPARAM & cp);
PWL_Note.h 169 virtual void CreateChildWnd(const PWL_CREATEPARAM & cp);
203 virtual void CreateChildWnd(const PWL_CREATEPARAM & cp);
252 virtual void CreateChildWnd(const PWL_CREATEPARAM & cp);
328 virtual void CreateChildWnd(const PWL_CREATEPARAM & cp);
  /external/pdfium/fpdfsdk/include/formfiller/
FFL_ListBox.h 17 virtual PWL_CREATEPARAM GetCreateParam();
18 virtual CPWL_Wnd* NewPDFWindow(const PWL_CREATEPARAM& cp, CPDFSDK_PageView* pPageView);
FFL_PushButton.h 16 virtual CPWL_Wnd* NewPDFWindow(const PWL_CREATEPARAM& cp, CPDFSDK_PageView* pPageView);
FFL_CheckBox.h 16 virtual CPWL_Wnd* NewPDFWindow(const PWL_CREATEPARAM& cp, CPDFSDK_PageView* pPageView);
FFL_RadioButton.h 16 virtual CPWL_Wnd* NewPDFWindow(const PWL_CREATEPARAM& cp, CPDFSDK_PageView* pPageView);
FFL_ComboBox.h 25 virtual PWL_CREATEPARAM GetCreateParam();
26 virtual CPWL_Wnd* NewPDFWindow(const PWL_CREATEPARAM& cp, CPDFSDK_PageView* pPageView);
FFL_TextField.h 46 virtual PWL_CREATEPARAM GetCreateParam();
47 virtual CPWL_Wnd* NewPDFWindow(const PWL_CREATEPARAM& cp, CPDFSDK_PageView* pPageView);
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Button.cpp 29 void CPWL_Button::OnCreate(PWL_CREATEPARAM & cp)
PWL_Signature.cpp 163 void CPWL_Signature::CreateChildWnd(const PWL_CREATEPARAM & cp)
166 PWL_CREATEPARAM icp = cp;
173 PWL_CREATEPARAM acp = cp;
180 PWL_CREATEPARAM dcp = cp;
PWL_IconList.cpp 86 void CPWL_IconList_Item::CreateChildWnd(const PWL_CREATEPARAM & cp)
90 PWL_CREATEPARAM lcp = cp;
164 void CPWL_IconList_Content::CreateChildWnd(const PWL_CREATEPARAM & cp)
170 PWL_CREATEPARAM icp = cp;
429 void CPWL_IconList::CreateChildWnd(const PWL_CREATEPARAM & cp)
433 PWL_CREATEPARAM ccp = cp;
PWL_ComboBox.cpp 220 void CPWL_ComboBox::OnCreate(PWL_CREATEPARAM & cp)
301 void CPWL_ComboBox::CreateChildWnd(const PWL_CREATEPARAM & cp)
308 void CPWL_ComboBox::CreateEdit(const PWL_CREATEPARAM & cp)
315 PWL_CREATEPARAM ecp = cp;
333 void CPWL_ComboBox::CreateButton(const PWL_CREATEPARAM & cp)
339 PWL_CREATEPARAM bcp = cp;
352 void CPWL_ComboBox::CreateListBox(const PWL_CREATEPARAM & cp)
358 PWL_CREATEPARAM lcp = cp;
PWL_Note.cpp 74 void CPWL_Note_Options::CreateChildWnd(const PWL_CREATEPARAM & cp)
77 PWL_CREATEPARAM tcp = cp;
429 void CPWL_Note_Contents::CreateChildWnd(const PWL_CREATEPARAM & cp)
432 PWL_CREATEPARAM ecp = cp;
463 PWL_CREATEPARAM icp = this->GetCreationParam();
704 void CPWL_NoteItem::CreateChildWnd(const PWL_CREATEPARAM & cp)
714 PWL_CREATEPARAM scp = cp;
721 PWL_CREATEPARAM dcp = cp;
728 PWL_CREATEPARAM ccp = cp;
    [all...]
  /external/pdfium/fpdfsdk/src/formfiller/
FFL_PushButton.cpp 22 CPWL_Wnd* CFFL_PushButton::NewPDFWindow(const PWL_CREATEPARAM& cp, CPDFSDK_PageView* pPageView)
FFL_ListBox.cpp 36 PWL_CREATEPARAM CFFL_ListBox::GetCreateParam()
38 PWL_CREATEPARAM cp = CFFL_FormFiller::GetCreateParam();
69 CPWL_Wnd* CFFL_ListBox::NewPDFWindow(const PWL_CREATEPARAM& cp, CPDFSDK_PageView* pPageView)
FFL_ComboBox.cpp 41 PWL_CREATEPARAM CFFL_ComboBox::GetCreateParam()
43 PWL_CREATEPARAM cp = CFFL_FormFiller::GetCreateParam();
74 CPWL_Wnd* CFFL_ComboBox::NewPDFWindow(const PWL_CREATEPARAM& cp, CPDFSDK_PageView* pPageView)
FFL_TextField.cpp 59 PWL_CREATEPARAM CFFL_TextField::GetCreateParam()
61 PWL_CREATEPARAM cp = CFFL_FormFiller::GetCreateParam();
133 CPWL_Wnd* CFFL_TextField::NewPDFWindow(const PWL_CREATEPARAM& cp, CPDFSDK_PageView* pPageView)
FFL_CheckBox.cpp 23 CPWL_Wnd* CFFL_CheckBox::NewPDFWindow(const PWL_CREATEPARAM& cp, CPDFSDK_PageView* pPageView)
FFL_RadioButton.cpp 23 CPWL_Wnd* CFFL_RadioButton::NewPDFWindow(const PWL_CREATEPARAM& cp, CPDFSDK_PageView* pPageView)

Completed in 180 milliseconds

1 2