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

1 2

  /external/webkit/WebKit/qt/WebCoreSupport/
EditCommandQt.cpp 51 void EditCommandQt::undo() { function in class:EditCommandQt
EditorClientQt.cpp 296 void EditorClientQt::undo() function in class:WebCore::EditorClientQt
300 m_page->undoStack()->undo();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/parts/
ElementCreateCommand.java 96 public void undo() { method in class:ElementCreateCommand
97 throw new UnsupportedOperationException("undo not supported by this command"); //$NON-NLS-1$
  /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/WebKit/gtk/webkit/
webkitwebview.h 128 void (* undo) (WebKitWebView *web_view); member in struct:_WebKitWebViewClass
  /external/webkit/WebKit/haiku/WebCoreSupport/
EditorClientHaiku.cpp 226 void EditorClientHaiku::undo() function in class:WebCore::EditorClientHaiku
334 frame->editor()->command("Undo");
  /external/webkit/WebKitTools/WinLauncher/
PrintWebUIDelegate.h 85 virtual HRESULT STDMETHODCALLTYPE undo() { return E_NOTIMPL; } function in class:PrintWebUIDelegate
  /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
  /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/WebKit/android/WebCoreSupport/
EditorClientAndroid.cpp 79 // after the contents have been edited or unedited (ie undo)
208 // we just don't support Undo/Redo at the moment
215 void EditorClientAndroid::undo() {} function in class:android::EditorClientAndroid
  /external/webkit/WebKit/win/WebCoreSupport/
WebInspectorDelegate.h 242 virtual HRESULT STDMETHODCALLTYPE undo() { return E_NOTIMPL; } function in class:WebInspectorDelegate
WebEditorClient.cpp 487 case EditActionSetColor: return LPCTSTR_UI_STRING_KEY("Set Color", "Set Color (Undo action name)", "Undo action name");
488 case EditActionSetBackgroundColor: return LPCTSTR_UI_STRING_KEY("Set Background Color", "Set Background Color (Undo action name)", "Undo action name");
489 case EditActionTurnOffKerning: return LPCTSTR_UI_STRING_KEY("Turn Off Kerning", "Turn Off Kerning (Undo action name)", "Undo action name");
490 case EditActionTightenKerning: return LPCTSTR_UI_STRING_KEY("Tighten Kerning", "Tighten Kerning (Undo action name)", "Undo action name");
491 case EditActionLoosenKerning: return LPCTSTR_UI_STRING_KEY("Loosen Kerning", "Loosen Kerning (Undo action name)", "Undo action name")
590 void WebEditorClient::undo() function in class:WebEditorClient
    [all...]
  /external/webkit/WebKit/wx/WebKitSupport/
EditorClientWx.cpp 115 { 'Z', CtrlKey, "Undo" },
347 void EditorClientWx::undo() function in class:WebCore::EditorClientWx
  /external/webkit/WebKit/chromium/src/
EditorClientImpl.cpp 60 // Arbitrary depth limit for the undo stack, to keep it from using
326 void EditorClientImpl::undo() function in class:WebKit::EditorClientImpl
347 // reapply will call us back to push this command onto the undo stack.
484 { 'Z', CtrlKey, "Undo" },
    [all...]
  /external/webkit/WebKit/gtk/WebCoreSupport/
EditorClientGtk.cpp 44 // Arbitrary depth limit for the undo stack, to keep it from using
275 void EditorClient::undo() function in class:WebKit::EditorClient
293 // reapply will call us back to push this command onto the undo stack.
  /external/webkit/WebKitTools/DumpRenderTree/win/
UIDelegate.cpp 94 void undo();
142 void DRTUndoManager::undo() function in class:DRTUndoManager
245 HRESULT STDMETHODCALLTYPE UIDelegate::undo() function in class:UIDelegate
247 m_undoManager->undo();
  /external/webkit/WebCore/editing/
Editor.cpp 883 // Only register a new undo command if the command passed in is
1258 void Editor::undo() function in class:WebCore::Editor
    [all...]
  /external/webkit/WebCore/loader/
EmptyClients.h 379 virtual void undo() { } function in class:WebCore::EmptyEditorClient
  /prebuilt/common/eclipse/
org.eclipse.core.commands_3.4.0.I20080509-2000.jar 

Completed in 360 milliseconds

1 2