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

  /external/pdfium/fpdfsdk/pwl/
cpwl_edit_ctrl.cpp 404 bool CPWL_EditCtrl::CanUndo() const {
405 return !IsReadOnly() && m_pEdit->CanUndo();
418 if (CanUndo())
cpwl_edit_impl.cpp 217 bool CPWL_EditImpl_Undo::CanUndo() const {
223 if (CanUndo()) {
    [all...]
  /external/pdfium/xfa/fxfa/
cxfa_ffcombobox.cpp 202 bool CXFA_FFComboBox::CanUndo() {
cxfa_fftextedit.cpp 368 bool CXFA_FFTextEdit::CanUndo() {
369 return ToEdit(m_pNormalWidget.get())->CanUndo();
cxfa_ffwidget.cpp 443 bool CXFA_FFWidget::CanUndo() {
  /external/pdfium/xfa/fde/
cfde_texteditengine.cpp 542 bool CFDE_TextEditEngine::CanUndo() const {
564 if (!CanUndo())
    [all...]
  /external/pdfium/xfa/fwl/
cfwl_edit.cpp 349 return CanUndo() ? m_EdtEngine.Undo() : false;
356 bool CFWL_Edit::CanUndo() {
357 return m_EdtEngine.CanUndo();
    [all...]

Completed in 118 milliseconds