Searched refs:CanUndo (Results 1 - 6 of 6) sorted by relevance

/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_EditCtrl.cpp615 FX_BOOL CPWL_EditCtrl::CanUndo() const function in class:CPWL_EditCtrl
617 return !IsReadOnly() && m_pEdit->CanUndo();
633 if (CanUndo())
H A DPWL_Edit.cpp592 if (!m_pEdit->CanUndo())
/external/pdfium/fpdfsdk/include/pdfwindow/
H A DPWL_EditCtrl.h123 FX_BOOL CanUndo() const;
/external/pdfium/fpdfsdk/include/fxedit/
H A Dfxet_edit.h296 FX_BOOL CanUndo() const;
728 FX_BOOL CanUndo() const;
H A Dfx_edit.h386 virtual FX_BOOL CanUndo() const = 0;
/external/pdfium/fpdfsdk/src/fxedit/
H A Dfxet_edit.cpp362 FX_BOOL CFX_Edit_Undo::CanUndo() const function in class:CFX_Edit_Undo
3330 if (m_Undo.CanUndo())
3427 FX_BOOL CFX_Edit::CanUndo() const function in class:CFX_Edit
3431 return m_Undo.CanUndo();

Completed in 1034 milliseconds