HomeSort by relevance Sort by last modified time
    Searched refs:Backspace (Results 1 - 5 of 5) sorted by null

  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_EditCtrl.h 44 //2 BackSpace
140 void Backspace();
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_EditCtrl.cpp 308 Backspace();
609 void CPWL_EditCtrl::Backspace()
612 m_pEdit->Backspace();
  /external/pdfium/fpdfsdk/include/fxedit/
fxet_edit.h 625 FX_BOOL Backspace();
686 FX_BOOL Backspace(FX_BOOL bAddUndo, FX_BOOL bPaint);
fx_edit.h 321 //do backspace operation.
322 virtual FX_BOOL Backspace() = 0;
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_edit.cpp 579 m_pEdit->Backspace(FALSE,TRUE);
619 m_pEdit->Backspace(FALSE,TRUE);
649 m_pEdit->Backspace(FALSE,TRUE);
    [all...]

Completed in 637 milliseconds