Searched refs:canRedo (Results 1 – 10 of 10) sorted by relevance
93 bool UndoStack::canRedo() const in canRedo() function in WebCore::UndoStack111 if (canRedo()) { in redo()
52 bool canRedo() const;
173 bool canRedo();
1006 bool Editor::canRedo() in canRedo() function in WebCore::Editor1009 return undoStack->canRedo(); in canRedo()
1278 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()) {
207 if (toLocalFrame(m_webView->focusedWebCoreFrame())->editor().canRedo()) in showContextMenu()