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

  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_EditCtrl.h 123 FX_BOOL CanUndo() const;
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_EditCtrl.cpp 615 FX_BOOL CPWL_EditCtrl::CanUndo() const
617 return !IsReadOnly() && m_pEdit->CanUndo();
633 if (CanUndo())
PWL_Edit.cpp 592 if (!m_pEdit->CanUndo())
  /external/pdfium/fpdfsdk/include/fxedit/
fxet_edit.h 296 FX_BOOL CanUndo() const;
728 FX_BOOL CanUndo() const;
fx_edit.h 386 virtual FX_BOOL CanUndo() const = 0;
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_edit.cpp 362 FX_BOOL CFX_Edit_Undo::CanUndo() const
    [all...]

Completed in 47 milliseconds