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

1 23

  /external/webkit/Tools/DumpRenderTree/win/
UIDelegate.h 243 virtual HRESULT STDMETHODCALLTYPE undo();
  /external/webkit/Source/WebKit/win/Interfaces/
IWebUIDelegate.idl 635 /// Undo related UI delegate methods --------------------------------------------------------------------------------
639 @abstract Registers an undo operation of a IWebUndoTarget on the undo/redo stack.
641 @param actionName The name of the action - this will be passed back to the target when we need to undo the operation
642 @param actionArg An object that target used to save undo information
648 @abstract remove all the undo operations that are registered for the passed in target on the undo/redo stack.
655 @abstract Sets the name of the action for the current group of undo operations
661 @method undo:
662 @abstract Undo the last group of operation
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/API/mac/
PageClientImpl.mm 222 [undoManager registerUndoWithTarget:m_undoTarget.get() selector:((undoOrRedo == WebPageProxy::Undo) ? @selector(undoEditing:) : @selector(redoEditing:)) object:commandObjC.get()];
234 return (undoOrRedo == WebPageProxy::Undo) ? [[m_wkView undoManager] canUndo] : [[m_wkView undoManager] canRedo];
239 return (undoOrRedo == WebPageProxy::Undo) ? [[m_wkView undoManager] undo] : [[m_wkView undoManager] redo];
  /external/webkit/Tools/DumpRenderTree/gtk/fonts/
fonts.conf 10 hinting method that was patented, we could undo this change
  /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...]
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
EditorClientGtk.cpp 53 // Arbitrary depth limit for the undo stack, to keep it from using
524 void EditorClient::undo() function in class:WebKit::EditorClient
542 // reapply will call us back to push this command onto the undo stack.
    [all...]
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebEditorClient.mm 492 case EditActionSetColor: return UI_STRING_KEY_INTERNAL("Set Color", "Set Color (Undo action name)", "Undo action name");
493 case EditActionSetBackgroundColor: return UI_STRING_KEY_INTERNAL("Set Background Color", "Set Background Color (Undo action name)", "Undo action name");
494 case EditActionTurnOffKerning: return UI_STRING_KEY_INTERNAL("Turn Off Kerning", "Turn Off Kerning (Undo action name)", "Undo action name");
495 case EditActionTightenKerning: return UI_STRING_KEY_INTERNAL("Tighten Kerning", "Tighten Kerning (Undo action name)", "Undo action name");
496 case EditActionLoosenKerning: return UI_STRING_KEY_INTERNAL("Loosen Kerning", "Loosen Kerning (Undo action name)", "Undo action name")
    [all...]
  /external/webkit/Source/WebKit/mac/Carbon/
CarbonWindowAdapter.mm     [all...]
HIWebView.mm     [all...]
  /external/v8/src/
jsregexp.cc 1154 Label undo; local
    [all...]
  /external/v8/src/ia32/
code-stubs-ia32.cc 711 // Undo the effects of some operations, and some register moves.
2391 Label slow, done, undo; local
    [all...]
  /external/valgrind/main/include/vki/
vki-linux.h 1108 void\/*struct sem_undo *\/*undo; \/* undo requests on this array *\/ member in struct:vki_semid_ds
    [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
TextViewer.js 947 var range = redo ? this._textModel.redo(callback) : this._textModel.undo(callback);
    [all...]
  /external/webkit/Source/WebCore/editing/
Editor.cpp 1415 void Editor::undo() function in class:WebCore::Editor
    [all...]
EditorCommand.cpp     [all...]
  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebview.cpp 183 UNDO,
    [all...]
  /dalvik/docs/
prettify.js     [all...]
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex     [all...]

Completed in 2101 milliseconds

1 23