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

1 2

  /external/webkit/Source/WebKit/qt/WebCoreSupport/
EditCommandQt.cpp 56 void EditCommandQt::undo() function in class:EditCommandQt
  /bionic/libc/kernel/common/linux/
sem.h 37 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/webkit/Source/WebKit/gtk/webkit/
webkitwebview.h 146 void (* undo) (WebKitWebView *web_view); member in struct:_WebKitWebViewClass
  /external/webkit/Source/WebKit/haiku/WebCoreSupport/
EditorClientHaiku.cpp 229 void EditorClientHaiku::undo() function in class:WebCore::EditorClientHaiku
337 frame->editor()->command("Undo");
  /external/webkit/Tools/WinLauncher/
PrintWebUIDelegate.h 85 virtual HRESULT STDMETHODCALLTYPE undo() { return E_NOTIMPL; } function in class:PrintWebUIDelegate
  /packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/
FilterStack.java 186 public void undo(final OnDoneCallback callback) { method in class:FilterStack
  /prebuilt/linux-x86/toolchain/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 */
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
sem.h 37 struct sem_undo *undo; member in struct:semid_ds
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
sem.h 37 struct sem_undo *undo; member in struct:semid_ds
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
sem.h 37 struct sem_undo *undo; member in struct:semid_ds
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
sem.h 37 struct sem_undo *undo; member in struct:semid_ds
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
sem.h 37 struct sem_undo *undo; member in struct:semid_ds
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
sem.h 37 struct sem_undo *undo; member in struct:semid_ds
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/
sem.h 37 struct sem_undo *undo; member in struct:semid_ds
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/
sem.h 37 struct sem_undo *undo; member in struct:semid_ds
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/
sem.h 37 struct sem_undo *undo; member in struct:semid_ds
  /external/kernel-headers/original/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 */
99 struct sem_undo *undo; /* undo requests on this array */ member in struct:sem_array
108 struct sem_undo * undo; /* undo structure */ member in struct:sem_queue
118 /* Each task has a list of undo requests. They are executed automaticall
    [all...]
  /external/webkit/Source/WebKit/android/WebCoreSupport/
EditorClientAndroid.cpp 82 // after the contents have been edited or unedited (ie undo)
211 // we just don't support Undo/Redo at the moment
218 void EditorClientAndroid::undo() {} function in class:android::EditorClientAndroid
  /external/webkit/Source/WebKit/efl/WebCoreSupport/
EditorClientEfl.cpp 185 void EditorClientEfl::undo() function in class:WebCore::EditorClientEfl
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebInspectorDelegate.h 236 virtual HRESULT STDMETHODCALLTYPE undo() { return E_NOTIMPL; } function in class:WebInspectorDelegate
  /external/webkit/Source/WebKit/wince/WebCoreSupport/
EditorClientWinCE.cpp 184 void EditorClientWinCE::undo() function in class:WebKit::EditorClientWinCE
287 // It's not quite clear whether clipboard shortcuts and Undo/Redo should be handled
296 { 'Z', CtrlKey, "Undo" },
  /external/webkit/Source/WebKit/wx/WebKitSupport/
EditorClientWx.cpp 114 { 'Z', CtrlKey, "Undo" },
352 void EditorClientWx::undo() function in class:WebCore::EditorClientWx
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebEditorClient.cpp 259 m_page->sendSync(Messages::WebPageProxy::CanUndoRedo(static_cast<uint32_t>(WebPageProxy::Undo)), Messages::WebPageProxy::CanUndoRedo::Reply(result));
270 void WebEditorClient::undo() function in class:WebKit::WebEditorClient
273 m_page->sendSync(Messages::WebPageProxy::ExecuteUndoRedo(static_cast<uint32_t>(WebPageProxy::Undo)), Messages::WebPageProxy::ExecuteUndoRedo::Reply(result));
  /external/webkit/Source/WebKit/chromium/src/
EditorClientImpl.cpp 67 // Arbitrary depth limit for the undo stack, to keep it from using
343 void EditorClientImpl::undo() function in class:WebKit::EditorClientImpl
364 // reapply will call us back to push this command onto the undo stack.
505 { 'Z', CtrlKey, "Undo" },
    [all...]

Completed in 719 milliseconds

1 2