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

  /external/pdfium/xfa/fxfa/app/
xfa_ffchoicelist.h 53 bool CanUndo() override;
xfa_ffchoicelist.cpp 396 bool CXFA_FFComboBox::CanUndo() {
xfa_ffwidget.cpp 276 bool CXFA_FFWidget::CanUndo() {
    [all...]
  /external/pdfium/fpdfsdk/pdfwindow/
PWL_EditCtrl.cpp 485 bool CPWL_EditCtrl::CanUndo() const {
486 return !IsReadOnly() && m_pEdit->CanUndo();
499 if (CanUndo())
PWL_EditCtrl.h 67 bool CanUndo() const;
  /external/pdfium/xfa/fwl/
cfwl_combobox.h 75 bool EditCanUndo() const { return m_pEdit->CanUndo(); }
cfwl_edit.h 91 bool CanUndo();
cfwl_edit.cpp 374 if (!CanUndo())
385 bool CFWL_Edit::CanUndo() {
    [all...]
  /external/pdfium/fpdfsdk/fxedit/
fxet_edit.h 113 bool CanUndo() const;
415 bool CanUndo() const;
fxet_edit.cpp 256 bool CFX_Edit_Undo::CanUndo() const {
    [all...]
  /external/pdfium/xfa/fxfa/
xfa_ffwidget.h 81 virtual bool CanUndo();
  /external/pdfium/fpdfsdk/fpdfxfa/
cpdfxfa_docenvironment.cpp 244 if (hWidget->CanUndo())
    [all...]

Completed in 1803 milliseconds