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

1 2 3 4 5 6

  /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/editing/
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.
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
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)) {
  /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/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 */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-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.11-4.8/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 1081 milliseconds

1 2 3 4 5 6