Searched defs:canRedo (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/editing/ | ||
D | UndoStack.cpp | 94 bool UndoStack::canRedo() const in canRedo() function in WebCore::UndoStack |
D | Editor.cpp | 1021 bool Editor::canRedo() in canRedo() function in WebCore::Editor |
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/image_editor/ | ||
D | commands.js | 233 CommandQueue.prototype.canRedo = function() { method in CommandQueue |