Home
last modified time | relevance | path

Searched refs:CPWL_EditCtrl (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/fpdfsdk/pdfwindow/
DPWL_EditCtrl.cpp20 CPWL_EditCtrl::CPWL_EditCtrl() in CPWL_EditCtrl() function in CPWL_EditCtrl
27 CPWL_EditCtrl::~CPWL_EditCtrl() {} in ~CPWL_EditCtrl()
29 void CPWL_EditCtrl::OnCreate(PWL_CREATEPARAM& cp) { in OnCreate()
33 void CPWL_EditCtrl::OnCreated() { in OnCreated()
41 bool CPWL_EditCtrl::IsWndHorV() { in IsWndHorV()
46 void CPWL_EditCtrl::SetCursor() { in SetCursor()
57 void CPWL_EditCtrl::RePosChildWnd() { in RePosChildWnd()
61 void CPWL_EditCtrl::OnNotify(CPWL_Wnd* pWnd, in OnNotify()
102 void CPWL_EditCtrl::CreateChildWnd(const PWL_CREATEPARAM& cp) { in CreateChildWnd()
107 void CPWL_EditCtrl::CreateEditCaret(const PWL_CREATEPARAM& cp) { in CreateEditCaret()
[all …]
DPWL_EditCtrl.h19 class CPWL_EditCtrl; variable
29 class CPWL_EditCtrl : public CPWL_Wnd {
33 CPWL_EditCtrl();
34 ~CPWL_EditCtrl() override;
DPWL_Edit.cpp99 CPWL_EditCtrl::RePosChildWnd(); in RePosChildWnd()
142 CPWL_EditCtrl::OnCreated(); in OnCreated()
632 bool bRet = CPWL_EditCtrl::OnKeyDown(nChar, nFlag); in OnKeyDown()
722 return CPWL_EditCtrl::OnChar(nChar, nFlag); in OnChar()
DPWL_Edit.h49 class CPWL_Edit : public CPWL_EditCtrl {
/external/pdfium/fpdfsdk/fxedit/
Dfxet_edit.h27 class CPWL_EditCtrl; variable
337 void SetNotify(CPWL_EditCtrl* pNotify);
482 CPWL_EditCtrl* m_pNotify;
Dfxet_edit.cpp870 void CFX_Edit::SetNotify(CPWL_EditCtrl* pNotify) { in SetNotify()