HomeSort by relevance Sort by last modified time
    Searched defs:CPWL_EditCtrl (Results 1 - 2 of 2) sorted by null

  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_EditCtrl.h 16 class CPWL_EditCtrl;
55 class CPWL_EditCtrl : public CPWL_Wnd, public IFX_Edit_Notify {
59 CPWL_EditCtrl();
60 ~CPWL_EditCtrl() override;
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_EditCtrl.cpp 21 CPWL_EditCtrl::CPWL_EditCtrl()
32 CPWL_EditCtrl::~CPWL_EditCtrl() {
36 void CPWL_EditCtrl::OnCreate(PWL_CREATEPARAM& cp) {
40 void CPWL_EditCtrl::OnCreated() {
48 FX_BOOL CPWL_EditCtrl::IsWndHorV() {
59 void CPWL_EditCtrl::SetCursor() {
70 void CPWL_EditCtrl::RePosChildWnd() {
74 void CPWL_EditCtrl::OnNotify(CPWL_Wnd* pWnd
    [all...]

Completed in 1039 milliseconds