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

1 2 3 4 5 6 7 8

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
RstripExtension.py 19 undo = self.editwin.undo
21 undo.undo_block_start()
29 undo.undo_block_stop()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
RstripExtension.py 19 undo = self.editwin.undo
21 undo.undo_block_start()
29 undo.undo_block_stop()
  /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:WebCore::InspectorHistory
117 if (!action->undo(exceptionState)) {
  /external/chromium_org/third_party/WebKit/Source/core/editing/
UndoStack.h 53 void undo();
  /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...]
  /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 1526 milliseconds

1 2 3 4 5 6 7 8