Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_EditCtrl.cpp21 CPWL_EditCtrl::CPWL_EditCtrl() in CPWL_EditCtrl() function in CPWL_EditCtrl
32 CPWL_EditCtrl::~CPWL_EditCtrl() { in ~CPWL_EditCtrl()
36 void CPWL_EditCtrl::OnCreate(PWL_CREATEPARAM& cp) { in OnCreate()
40 void CPWL_EditCtrl::OnCreated() { in OnCreated()
48 FX_BOOL CPWL_EditCtrl::IsWndHorV() { in IsWndHorV()
59 void CPWL_EditCtrl::SetCursor() { in SetCursor()
70 void CPWL_EditCtrl::RePosChildWnd() { in RePosChildWnd()
74 void CPWL_EditCtrl::OnNotify(CPWL_Wnd* pWnd, in OnNotify()
115 void CPWL_EditCtrl::CreateChildWnd(const PWL_CREATEPARAM& cp) { in CreateChildWnd()
120 void CPWL_EditCtrl::CreateEditCaret(const PWL_CREATEPARAM& cp) { in CreateEditCaret()
[all …]
DPWL_Edit.cpp86 CPWL_EditCtrl::RePosChildWnd(); in RePosChildWnd()
193 CPWL_EditCtrl::OnCreated(); in OnCreated()
888 FX_BOOL bRet = CPWL_EditCtrl::OnKeyDown(nChar, nFlag); in OnKeyDown()
977 return CPWL_EditCtrl::OnChar(nChar, nFlag); in OnChar()
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_EditCtrl.h16 class CPWL_EditCtrl; variable
55 class CPWL_EditCtrl : public CPWL_Wnd, public IFX_Edit_Notify {
59 CPWL_EditCtrl();
60 ~CPWL_EditCtrl() override;
DPWL_Edit.h45 class CPWL_Edit : public CPWL_EditCtrl, public IFX_Edit_OprNotify {