Searched refs:canRedo (Results 1 – 8 of 8) sorted by relevance
94 bool UndoStack::canRedo() const in canRedo() function in WebCore::UndoStack112 if (canRedo()) { in redo()
52 bool canRedo() const;
178 bool canRedo();
1021 bool Editor::canRedo() in canRedo() function in WebCore::Editor1024 return undoStack->canRedo(); in canRedo()
1277 return frame.editor().canRedo(); in enabledRedo()
233 CommandQueue.prototype.canRedo = function() { method in CommandQueue241 if (!this.canRedo())
223 var canRedo = this.commandQueue_ && this.commandQueue_.canRedo();225 this.redoButton_.hidden = !canRedo;572 if (this.commandQueue_.canRedo()) {
200 if (m_webView->focusedWebCoreFrame()->editor().canRedo()) in showContextMenu()