HomeSort by relevance Sort by last modified time
    Searched refs:undo (Results 76 - 100 of 183) sorted by null

1 2 34 5 6 7 8

  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
sem.h 37 struct sem_undo *undo; member in struct:semid_ds
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
sem.h 37 struct sem_undo *undo; member in struct:semid_ds
  /external/chromium_org/build/linux/unbundle/
replace_gyp_files.py 56 parser.add_option('--undo', action='store_true')
64 if options.undo:
70 # Create a backup copy for --undo.
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
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/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 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.touchpoint.natives_1.1.100.v20130327-2119.jar 
org.eclipse.equinox.p2.touchpoint.eclipse_2.1.200.v20130327-2119.jar 
org.eclipse.equinox.p2.engine_2.3.0.v20130526-2122.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.touchpoint.natives_1.1.100.v20130327-2119.jar 
org.eclipse.equinox.p2.touchpoint.eclipse_2.1.200.v20130327-2119.jar 
org.eclipse.equinox.p2.engine_2.3.0.v20130526-2122.jar 
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
UndoDelegator.py 10 #$ event <<undo>>
14 #$ event <<dump-undo-state>>
29 self.unbind("<<undo>>")
31 self.unbind("<<dump-undo-state>>")
34 self.bind("<<undo>>", self.undo_event)
36 self.bind("<<dump-undo-state>>", self.dump_event)
88 # undo & redo. Nested matching calls are OK, and the inner calls
92 # directly into the undo list, as if undo_block_xxx hadn't been
129 ##print "truncating undo list"
142 cmd.undo(self.delegate
188 def undo(self, text): member in class:Command
231 def undo(self, text): member in class:InsertCommand
293 def undo(self, text): member in class:DeleteCommand
329 def undo(self, text): member in class:CommandSequence
    [all...]
EditorWindow.py 303 self.undo = undo = self.UndoDelegator()
304 per.insertfilter(undo)
305 text.undo_block_start = undo.undo_block_start
306 text.undo_block_stop = undo.undo_block_stop
307 undo.set_saved_change_hook(self.saved_change_hook)
738 self.per.removefilter(self.undo)
740 self.per.insertfilter(self.undo)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
UndoDelegator.py 10 #$ event <<undo>>
14 #$ event <<dump-undo-state>>
29 self.unbind("<<undo>>")
31 self.unbind("<<dump-undo-state>>")
34 self.bind("<<undo>>", self.undo_event)
36 self.bind("<<dump-undo-state>>", self.dump_event)
88 # undo & redo. Nested matching calls are OK, and the inner calls
92 # directly into the undo list, as if undo_block_xxx hadn't been
129 ##print "truncating undo list"
142 cmd.undo(self.delegate
188 def undo(self, text): member in class:Command
231 def undo(self, text): member in class:InsertCommand
293 def undo(self, text): member in class:DeleteCommand
329 def undo(self, text): member in class:CommandSequence
    [all...]
EditorWindow.py 303 self.undo = undo = self.UndoDelegator()
304 per.insertfilter(undo)
305 text.undo_block_start = undo.undo_block_start
306 text.undo_block_stop = undo.undo_block_stop
307 undo.set_saved_change_hook(self.saved_change_hook)
738 self.per.removefilter(self.undo)
740 self.per.insertfilter(self.undo)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
UndoStack.cpp 37 // Arbitrary depth limit for the undo stack, to keep it from using
98 void UndoStack::undo() function in class:WebCore::UndoStack
119 // reapply will call us back to push this command onto the undo stack.
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
TextEditor.js 46 undo: function() { },
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/history/
HistoryManager.java 163 public int undo() { method in class:HistoryManager
  /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',
461 case 'undo-command':
462 // The global undo command has no visible UI, so always enable it, and
463 // just make it a no-op if undo is not possible
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/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.
  /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.
  /frameworks/base/core/java/android/content/
UndoManager.java 28 * Top-level class for managing and interacting with the global undo state for
29 * a document or application. This class supports both undo and redo and has
33 * apps implement to define their undo/redo behavior. The UndoManager keeps
34 * a stack of undo states; each state can have one or more undo operations
48 * can provide undo semantics appropriate to the user's context: while within
50 * undo/redo them without needing to impact edits in other objects; while
52 * undo/redo them as a single stream.</p>
72 * Never merge with the last undo state.
77 * Allow merge with the last undo state only if it contain
236 public int undo(UndoOwner[] owners, int count) { method in class:UndoManager
907 void undo() { method in class:UndoManager.UndoState
    [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]

Completed in 398 milliseconds

1 2 34 5 6 7 8