Home
last modified time | relevance | path

Searched refs:CanRedo (Results 1 – 12 of 12) sorted by relevance

/external/pdfium/fpdfsdk/pdfwindow/
DPWL_EditCtrl.cpp489 bool CPWL_EditCtrl::CanRedo() const { in CanRedo() function in CPWL_EditCtrl
490 return !IsReadOnly() && m_pEdit->CanRedo(); in CanRedo()
494 if (CanRedo()) in Redo()
DPWL_EditCtrl.h68 bool CanRedo() const;
/external/pdfium/xfa/fxfa/app/
Dxfa_ffchoicelist.h54 bool CanRedo() override;
Dxfa_ffchoicelist.cpp400 bool CXFA_FFComboBox::CanRedo() { in CanRedo() function in CXFA_FFComboBox
Dxfa_ffwidget.cpp280 bool CXFA_FFWidget::CanRedo() { in CanRedo() function in CXFA_FFWidget
/external/pdfium/xfa/fwl/
Dcfwl_combobox.h76 bool EditCanRedo() const { return m_pEdit->CanRedo(); } in EditCanRedo()
Dcfwl_edit.h92 bool CanRedo();
Dcfwl_edit.cpp380 if (!CanRedo()) in Redo()
389 bool CFWL_Edit::CanRedo() { in CanRedo() function in CFWL_Edit
/external/pdfium/fpdfsdk/fxedit/
Dfxet_edit.h114 bool CanRedo() const;
416 bool CanRedo() const;
Dfxet_edit.cpp270 bool CFX_Edit_Undo::CanRedo() const { in CanRedo() function in CFX_Edit_Undo
2068 if (m_Undo.CanRedo()) { in Redo()
2153 bool CFX_Edit::CanRedo() const { in CanRedo() function in CFX_Edit
2155 return m_Undo.CanRedo(); in CanRedo()
/external/pdfium/xfa/fxfa/
Dxfa_ffwidget.h82 virtual bool CanRedo();
/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_docenvironment.cpp246 if (hWidget->CanRedo()) in PopupMenu()