HomeSort by relevance Sort by last modified time
    Searched refs:redo (Results 51 - 75 of 76) sorted by null

1 23 4

  /external/qemu/block/
qcow2-refcount.c 646 redo:
671 goto redo;
    [all...]
  /external/webkit/Source/WebKit/win/Interfaces/
IWebUIDelegate.idl 639 @abstract Registers an undo operation of a IWebUndoTarget on the undo/redo stack.
648 @abstract remove all the undo operations that are registered for the passed in target on the undo/redo stack.
667 @method redo:
668 @abstract Redo the last group of operations
670 HRESULT redo();
680 @abstract Returns whether there's anything on the redo stack to be redone
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/API/mac/
PageClientImpl.mm 239 return (undoOrRedo == WebPageProxy::Undo) ? [[m_wkView undoManager] undo] : [[m_wkView undoManager] redo];
  /external/webkit/Source/WebCore/inspector/front-end/
TextViewer.js 934 handleUndoRedo: function(redo)
947 var range = redo ? this._textModel.redo(callback) : this._textModel.undo(callback);
    [all...]
  /external/libvpx/examples/includes/geshi/geshi/
rails.php 44 'next', 'not', 'or', 'redo', 'rescue', 'yield',
  /external/webkit/Source/WebKit/chromium/src/
EditorClientImpl.cpp 350 // unapply will call us back to push this command onto the redo stack.
354 void EditorClientImpl::redo() function in class:WebKit::EditorClientImpl
506 { 'Z', CtrlKey | ShiftKey, "Redo" },
507 { 'Y', CtrlKey, "Redo" },
    [all...]
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
EditorClientGtk.cpp 529 // unapply will call us back to push this command onto the redo stack.
534 void EditorClient::redo() function in class:WebKit::EditorClient
    [all...]
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebEditorClient.mm 601 void WebEditorClient::redo()
604 [[m_webView undoManager] redo];
    [all...]
  /external/webkit/Source/WebKit/mac/Carbon/
CarbonWindowAdapter.mm     [all...]
HIWebView.mm     [all...]
  /external/mksh/src/
check.pl 1051 redo if $need_redo;
    [all...]
  /external/regex-re2/lib/codereview/
codereview.py 765 redo = False
768 redo = True
771 redo = True
772 if redo:
    [all...]
  /external/valgrind/main/none/tests/ppc32/
jm-insns.c     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.text_3.5.0.v20100601-1300.jar 
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 
  /dalvik/docs/
prettify.js 131 "goto if import last local my next no our print package redo require " +
138 " defined elsif end ensure false in module next nil not or redo rescue " +
    [all...]
  /dalvik/vm/compiler/template/out/
CompilerTemplateAsm-armv5te.S 622 mov r9, r0 @ Save copies - we may need to redo
684 mov r9, r0 @ Save copies - we may need to redo
    [all...]
  /external/valgrind/main/perf/
tinycc.c     [all...]
  /external/qemu/target-mips/
op_helper.c     [all...]
  /external/webkit/Source/WebCore/editing/
Editor.cpp 1426 void Editor::redo() function in class:WebCore::Editor
    [all...]
EditorCommand.cpp     [all...]
  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebview.cpp 184 REDO,
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
global-libraries-combined.js     [all...]
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 
  /dalvik/vm/mterp/out/
InterpAsm-x86.S 670 /* This is the less common path, so we'll redo some work
707 /* This is the less common path, so we'll redo some work
744 /* This is the less common path, so we'll redo some work
    [all...]

Completed in 2616 milliseconds

1 23 4