Home
last modified time | relevance | path

Searched defs:canRedo (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
DUndoStack.cpp94 bool UndoStack::canRedo() const in canRedo() function in WebCore::UndoStack
DEditor.cpp1021 bool Editor::canRedo() in canRedo() function in WebCore::Editor
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/image_editor/
Dcommands.js233 CommandQueue.prototype.canRedo = function() { method in CommandQueue