HomeSort by relevance Sort by last modified time
    Searched defs:canUndo (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/editing/
UndoStack.cpp 88 bool UndoStack::canUndo() const
100 if (canUndo()) {
Editor.cpp     [all...]
  /external/chromium_org/ui/file_manager/gallery/js/image_editor/
commands.js 173 CommandQueue.prototype.canUndo = function() {
181 if (!this.canUndo())
image_editor.js 179 ImageEditor.prototype.canUndo = function() {
180 return this.commandQueue_ && this.commandQueue_.canUndo();
218 var canUndo = this.commandQueue_ && this.commandQueue_.canUndo();
220 ImageUtil.setAttribute(this.undoButton_, 'disabled', !canUndo);
563 if (this.commandQueue_.canUndo()) {
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.commands_3.6.0.I20100512-1500.jar 
org.eclipse.text_3.5.0.v20100601-1300.jar 
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 

Completed in 656 milliseconds