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

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

Completed in 215 milliseconds