HomeSort by relevance Sort by last modified time
    Searched refs:undo (Results 26 - 50 of 69) sorted by null

12 3

  /external/webkit/Tools/DumpRenderTree/win/
UIDelegate.cpp 94 void undo();
142 void DRTUndoManager::undo() function in class:DRTUndoManager
249 HRESULT STDMETHODCALLTYPE UIDelegate::undo() function in class:UIDelegate
251 m_undoManager->undo();
  /external/webkit/Source/WebKit/chromium/src/
EditorClientImpl.h 86 virtual void undo();
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebEditorClient.h 115 virtual void undo();
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebEditorClient.h 83 virtual void undo();
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/win/Interfaces/
IWebUndoManager.idl 173 - (void)undo
175 HRESULT undo();
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
EditorClientQt.cpp 290 void EditorClientQt::undo() function in class:WebCore::EditorClientQt
294 m_page->undoStack()->undo();
  /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/haiku/WebCoreSupport/
EditorClientHaiku.cpp 229 void EditorClientHaiku::undo() function in class:WebCore::EditorClientHaiku
337 frame->editor()->command("Undo");
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebInspectorDelegate.h 236 virtual HRESULT STDMETHODCALLTYPE undo() { return E_NOTIMPL; } function in class:WebInspectorDelegate
WebEditorClient.cpp 489 case EditActionSetColor: return WEB_UI_STRING_KEY("Set Color", "Set Color (Undo action name)", "Undo action name");
490 case EditActionSetBackgroundColor: return WEB_UI_STRING_KEY("Set Background Color", "Set Background Color (Undo action name)", "Undo action name");
491 case EditActionTurnOffKerning: return WEB_UI_STRING_KEY("Turn Off Kerning", "Turn Off Kerning (Undo action name)", "Undo action name");
492 case EditActionTightenKerning: return WEB_UI_STRING_KEY("Tighten Kerning", "Tighten Kerning (Undo action name)", "Undo action name");
493 case EditActionLoosenKerning: return WEB_UI_STRING_KEY("Loosen Kerning", "Loosen Kerning (Undo action name)", "Undo action name")
599 void WebEditorClient::undo() function in class:WebEditorClient
    [all...]
  /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 208 public void undo(final OnDoneCallback callback) { method in class:FilterStack
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/include/
nj_ext.h 110 NJ_UINT8 undo, NJ_UINT8 dictype);
  /external/mksh/src/
edit.c 3322 static struct edstate *undo; variable in typeref:struct:edstate
    [all...]
  /external/kernel-headers/original/linux/
netdevice.h 860 static inline int netif_rx_reschedule(struct net_device *dev, int undo)
865 dev->quota += undo;
  /external/webkit/Source/WebCore/inspector/front-end/
TextEditorModel.js 268 undo: function(callback)
  /external/webkit/Source/WebKit/efl/WebCoreSupport/
EditorClientEfl.cpp 185 void EditorClientEfl::undo() function in class:WebCore::EditorClientEfl
  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebview.h 146 void (* undo) (WebKitWebView *web_view); member in struct:_WebKitWebViewClass
  /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
  /prebuilt/common/eclipse/
org.eclipse.core.commands_3.4.0.I20080509-2000.jar 
  /external/webkit/Source/WebCore/editing/
Editor.h 267 void undo();
  /external/webkit/Source/WebCore/loader/
EmptyClients.h 481 virtual void undo() { } function in class:WebCore::EmptyEditorClient
  /external/webkit/Source/WebKit/wx/
WebFrame.cpp 334 void wxWebFrame::Undo()
337 return m_impl->frame->editor()->undo();

Completed in 1540 milliseconds

12 3