HomeSort by relevance Sort by last modified time
    Searched refs:undo (Results 1 - 25 of 64) sorted by null

1 2 3

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorHistory.h 60 virtual bool undo(ExceptionState&) = 0;
74 bool undo(ExceptionState&);
InspectorHistory.cpp 48 virtual bool undo(ExceptionState&) OVERRIDE { return true; }
110 bool InspectorHistory::undo(ExceptionState& exceptionState) function in class:blink::InspectorHistory
117 if (!action->undo(exceptionState)) {
DOMEditor.cpp 63 virtual bool undo(ExceptionState& exceptionState) OVERRIDE
111 virtual bool undo(ExceptionState& exceptionState) OVERRIDE
117 return m_removeChildAction->undo(exceptionState);
161 virtual bool undo(ExceptionState& exceptionState) OVERRIDE
206 virtual bool undo(ExceptionState& exceptionState) OVERRIDE
258 virtual bool undo(ExceptionState& exceptionState) OVERRIDE
260 return m_history->undo(exceptionState);
309 virtual bool undo(ExceptionState&) OVERRIDE
349 virtual bool undo(ExceptionState& exceptionState) OVERRIDE
391 virtual bool undo(ExceptionState&) OVERRID
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
UndoStack.h 53 void undo();
UndoStack.cpp 37 // Arbitrary depth limit for the undo stack, to keep it from using
98 void UndoStack::undo() function in class:blink::UndoStack
119 // reapply will call us back to push this command onto the undo stack.
Editor.h 171 void undo();
  /bionic/libc/kernel/uapi/linux/
sem.h 44 struct sem_undo *undo; member in struct:semid_ds
  /development/ndk/platforms/android-3/include/linux/
sem.h 37 struct sem_undo *undo; member in struct:semid_ds
  /development/ndk/platforms/android-L/include/linux/
sem.h 44 struct sem_undo *undo; member in struct:semid_ds
  /external/kernel-headers/original/uapi/linux/
sem.h 7 #define SEM_UNDO 0x1000 /* undo the operation on exit */
30 struct sem_undo *undo; /* undo requests on this array */ member in struct:semid_ds
74 #define SEMUME SEMOPM /* max num of undo entries per process */
75 #define SEMMNU SEMMNS /* num of undo structures system wide */
  /external/chromium_org/build/linux/unbundle/
replace_gyp_files.py 57 parser.add_option('--undo', action='store_true')
65 if options.undo:
71 # Create a backup copy for --undo.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.touchpoint.natives_1.0.200.v20100503a.jar 
org.eclipse.equinox.p2.touchpoint.eclipse_2.0.2.R36x_v20100823.jar 
org.eclipse.text_3.5.0.v20100601-1300.jar 
org.eclipse.equinox.p2.engine_2.0.0.v20100606.jar 
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
org.eclipse.core.commands_3.6.0.I20100512-1500.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
TextEditor.js 46 undo: function() { },
  /external/chromium_org/chrome/browser/resources/bookmark_manager/js/
main.js 19 * deletion action. This is used for implementing undo.
33 * Holds a function that will undo that last action, if global undo is enabled.
85 // Global undo is Command-Z. It is not in any menu.
86 'undo': 'Meta-U+005A',
95 // Global undo is Ctrl-Z. It is not in any menu.
96 'undo': 'Ctrl-U+005A',
454 case 'undo-command':
455 // If the search box is active, pass the undo command through
457 // the global undo command has no visible UI, always enable it, an
    [all...]
  /external/chromium_org/ui/file_manager/gallery/js/image_editor/
commands.js 9 * Supports undo/redo.
136 // Remember one previous image so that the first undo is as fast as possible.
171 * @return {boolean} True if Undo is applicable.
178 * Undo the most recent command.
180 CommandQueue.prototype.undo = function() {
182 throw new Error('Cannot undo');
198 // First undo after an execute call.
252 // Free memory used by the undo buffer.
image_editor.js 177 * @return {boolean} True if undo queue is not empty.
184 * Undo the recently executed command.
186 ImageEditor.prototype.undo = function() {
188 this.recordToolUse('undo');
190 // First undo click should dismiss the uncommitted modifications.
198 this.commandQueue_.undo();
215 * Update Undo/Redo buttons state.
426 this.undoButton_ = createButton('undo',
428 this.undo.bind(this));
429 this.registerAction_('undo');
    [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]
  /external/chromium_org/v8/tools/push-to-trunk/
releases.py 272 self.Die("Workspace is not clean. Please commit or undo your changes.")
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
externs.js 392 undo: function() { },
  /external/mksh/src/
edit.c 3463 static struct edstate *undo; variable in typeref:struct:edstate
    [all...]

Completed in 707 milliseconds

1 2 3