Searched refs:CreateParams (Results 1 – 25 of 37) sorted by relevance
12
122 class CreateParams {124 CreateParams();125 CreateParams(const CreateParams& other);126 ~CreateParams();191 void Create(const CreateParams& cp);259 virtual void CreateChildWnd(const CreateParams& cp);267 virtual void OnCreate(CreateParams* pParamsToAdjust);274 const CreateParams& GetCreationParams() const { return m_CreationParams; } in GetCreationParams()306 void CreateScrollBar(const CreateParams& cp);307 void CreateVScrollBar(const CreateParams& cp);[all …]
52 void OnCreate(CreateParams* pParamsToAdjust) override;58 void CreateChildWnd(const CreateParams& cp) override;85 void CreateEdit(const CreateParams& cp);86 void CreateButton(const CreateParams& cp);87 void CreateListBox(const CreateParams& cp);
24 CPWL_Wnd::CreateParams::CreateParams() in CreateParams() function in CPWL_Wnd::CreateParams45 CPWL_Wnd::CreateParams::CreateParams(const CreateParams& other) = default;47 CPWL_Wnd::CreateParams::~CreateParams() = default;137 void CPWL_Wnd::Create(const CreateParams& cp) { in Create()154 CreateParams ccp = m_CreationParams; in Create()166 void CPWL_Wnd::OnCreate(CreateParams* pParamsToAdjust) {} in OnCreate()489 void CPWL_Wnd::CreateScrollBar(const CreateParams& cp) { in CreateScrollBar()493 void CPWL_Wnd::CreateVScrollBar(const CreateParams& cp) { in CreateVScrollBar()497 CreateParams scp = cp; in CreateVScrollBar()620 void CPWL_Wnd::CreateChildWnd(const CreateParams& cp) {} in CreateChildWnd()
159 void CPWL_ComboBox::OnCreate(CreateParams* pParamsToAdjust) { in OnCreate()247 void CPWL_ComboBox::CreateChildWnd(const CreateParams& cp) { in CreateChildWnd()253 void CPWL_ComboBox::CreateEdit(const CreateParams& cp) { in CreateEdit()260 CreateParams ecp = cp; in CreateEdit()277 void CPWL_ComboBox::CreateButton(const CreateParams& cp) { in CreateButton()283 CreateParams bcp = cp; in CreateButton()295 void CPWL_ComboBox::CreateListBox(const CreateParams& cp) { in CreateListBox()302 CreateParams lcp = cp; in CreateListBox()
48 void OnCreate(CreateParams* pParamsToAdjust) override;58 void CreateChildWnd(const CreateParams& cp) override;91 void CreateEditCaret(const CreateParams& cp);
53 void OnCreate(CreateParams* pParamsToAdjust) override;125 void OnCreate(CreateParams* pParamsToAdjust) override;137 void CreateChildWnd(const CreateParams& cp) override;156 void CreateButtons(const CreateParams& cp);
26 void CPWL_EditCtrl::OnCreate(CreateParams* pParamsToAdjust) { in OnCreate()88 void CPWL_EditCtrl::CreateChildWnd(const CreateParams& cp) { in CreateChildWnd()93 void CPWL_EditCtrl::CreateEditCaret(const CreateParams& cp) { in CreateEditCaret()100 CreateParams ecp = cp; in CreateEditCaret()
19 void OnCreate(CreateParams* pParamsToAdjust) override;
18 void CPWL_Button::OnCreate(CreateParams* pParamsToAdjust) { in OnCreate()
134 void CPWL_SBButton::OnCreate(CreateParams* pParamsToAdjust) { in OnCreate()336 void CPWL_ScrollBar::OnCreate(CreateParams* pParamsToAdjust) { in OnCreate()565 void CPWL_ScrollBar::CreateButtons(const CreateParams& cp) { in CreateButtons()566 CreateParams scp = cp; in CreateButtons()914 void CPWL_ScrollBar::CreateChildWnd(const CreateParams& cp) { in CreateChildWnd()
23 CPWL_Wnd::CreateParams GetCreateParam() override;24 CPWL_Wnd* NewPDFWindow(const CPWL_Wnd::CreateParams& cp) override;
29 CPWL_Wnd::CreateParams GetCreateParam() override;30 CPWL_Wnd* NewPDFWindow(const CPWL_Wnd::CreateParams& cp) override;
34 CPWL_Wnd::CreateParams GetCreateParam() override;35 CPWL_Wnd* NewPDFWindow(const CPWL_Wnd::CreateParams& cp) override;
25 CPWL_Wnd::CreateParams CFFL_ListBox::GetCreateParam() { in GetCreateParam()26 CPWL_Wnd::CreateParams cp = CFFL_TextObject::GetCreateParam(); in GetCreateParam()40 CPWL_Wnd* CFFL_ListBox::NewPDFWindow(const CPWL_Wnd::CreateParams& cp) { in NewPDFWindow()
29 CPWL_Wnd::CreateParams CFFL_TextField::GetCreateParam() { in GetCreateParam()30 CPWL_Wnd::CreateParams cp = CFFL_TextObject::GetCreateParam(); in GetCreateParam()70 CPWL_Wnd* CFFL_TextField::NewPDFWindow(const CPWL_Wnd::CreateParams& cp) { in NewPDFWindow()
35 CPWL_Wnd::CreateParams CFFL_ComboBox::GetCreateParam() { in GetCreateParam()36 CPWL_Wnd::CreateParams cp = CFFL_TextObject::GetCreateParam(); in GetCreateParam()45 CPWL_Wnd* CFFL_ComboBox::NewPDFWindow(const CPWL_Wnd::CreateParams& cp) { in NewPDFWindow()
130 virtual CPWL_Wnd::CreateParams GetCreateParam();131 virtual CPWL_Wnd* NewPDFWindow(const CPWL_Wnd::CreateParams& cp) = 0;
18 CPWL_Wnd* NewPDFWindow(const CPWL_Wnd::CreateParams& cp) override;
18 CPWL_Wnd* CFFL_PushButton::NewPDFWindow(const CPWL_Wnd::CreateParams& cp) { in NewPDFWindow()
20 CPWL_Wnd* NewPDFWindow(const CPWL_Wnd::CreateParams& cp) override;
287 CPWL_Wnd::CreateParams CFFL_FormFiller::GetCreateParam() { in GetCreateParam()288 CPWL_Wnd::CreateParams cp; in GetCreateParam()344 CPWL_Wnd::CreateParams cp = GetCreateParam(); in GetPDFWindow()
16 v8::Isolate::CreateParams params; in SetUp()
22 v8::Isolate::CreateParams params; in SetUp()
23 Isolate::CreateParams create_params; in main()