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

1 2 3 4

  /frameworks/base/core/java/android/content/
UndoOperation.java 34 * @param owner Who owns the data being modified by this undo state; must be
62 * Return true if this undo operation is a member of the given owner.
74 * operation will be dropped when the final undo state is being built.
89 * Called when this undo state is being committed to the undo stack.
91 * may be needed to undo them.
96 * Called when this undo state is being popped off the undo stack (in to
100 public abstract void undo(); method in class:UndoOperation
103 * Called when this undo state is being pushed back from the transien
    [all...]
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/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorHistory.cpp 48 virtual bool undo(ExceptionState&) { return true; } function in class:WebCore::__anon12603::UndoableStateMark
108 bool InspectorHistory::undo(ExceptionState& es) function in class:WebCore::InspectorHistory
115 if (!action->undo(es)) {
DOMEditor.cpp 65 virtual bool undo(ExceptionState& es) function in class:WebCore::DOMEditor::RemoveChildAction
105 virtual bool undo(ExceptionState& es) function in class:WebCore::DOMEditor::InsertBeforeAction
111 return m_removeChildAction->undo(es);
146 virtual bool undo(ExceptionState& es) function in class:WebCore::DOMEditor::RemoveAttributeAction
184 virtual bool undo(ExceptionState& es) function in class:WebCore::DOMEditor::SetAttributeAction
229 virtual bool undo(ExceptionState& es) function in class:WebCore::DOMEditor::SetOuterHTMLAction
231 return m_history->undo(es);
270 virtual bool undo(ExceptionState&) function in class:WebCore::DOMEditor::ReplaceWholeTextAction
304 virtual bool undo(ExceptionState& es) function in class:WebCore::DOMEditor::ReplaceChildNodeAction
338 virtual bool undo(ExceptionState& function in class:WebCore::DOMEditor::SetNodeValueAction
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/
rewrite.rb 309 def undo( number_of_operations = 1 ) method in class:ANTLR3
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/history/
HistoryManager.java 163 public int undo() { method in class:HistoryManager
  /bionic/libc/kernel/common/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
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DOMStorage.js 97 undo: function()
99 this._storageHistory.undo();
125 undo: function()
172 undo: function()
233 undo: function()
290 undo: function()
297 action.undo();
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/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 */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/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 */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/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 */
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
sem.h 37 struct sem_undo *undo; member in struct:semid_ds
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
sem.h 37 struct sem_undo *undo; member in struct:semid_ds
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
sem.h 37 struct sem_undo *undo; member in struct:semid_ds
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
sem.h 37 struct sem_undo *undo; member in struct:semid_ds
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
sem.h 37 struct sem_undo *undo; member in struct:semid_ds
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
sem.h 37 struct sem_undo *undo; member in struct:semid_ds
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
sem.h 37 struct sem_undo *undo; member in struct:semid_ds
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
sem.h 37 struct sem_undo *undo; member in struct:semid_ds
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/
sem.h 37 struct sem_undo *undo; member in struct:semid_ds
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/
sem.h 37 struct sem_undo *undo; member in struct:semid_ds
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/
sem.h 37 struct sem_undo *undo; member in struct:semid_ds
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/linux/
sem.h 37 struct sem_undo *undo; member in struct:semid_ds
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/linux/
sem.h 37 struct sem_undo *undo; member in struct:semid_ds

Completed in 542 milliseconds

1 2 3 4