Searched refs:canRedo (Results 1 – 8 of 8) sorted by relevance
93 bool UndoStack::canRedo() const in canRedo() function in blink::UndoStack111 if (canRedo()) { in redo()
52 bool canRedo() const;
172 bool canRedo();
983 bool Editor::canRedo() in canRedo() function in blink::Editor986 return undoStack->canRedo(); in canRedo()
1296 return frame.editor().canRedo(); in enabledRedo()
233 CommandQueue.prototype.canRedo = function() { method in CommandQueue241 if (!this.canRedo())
219 var canRedo = this.commandQueue_ && this.commandQueue_.canRedo();221 this.redoButton_.hidden = !canRedo;570 if (this.commandQueue_.canRedo()) {
211 if (toLocalFrame(m_webView->focusedCoreFrame())->editor().canRedo()) in showContextMenu()