HomeSort by relevance Sort by last modified time
    Searched refs:redo (Results 1 - 25 of 47) sorted by null

1 2

  /external/webkit/WebKit/qt/WebCoreSupport/
EditCommandQt.cpp 40 void EditCommandQt::redo() { function in class:EditCommandQt
EditCommandQt.h 40 void redo();
EditorClientQt.h 86 virtual void redo();
EditorClientQt.cpp 305 void EditorClientQt::redo() function in class:WebCore::EditorClientQt
309 m_page->undoStack()->redo();
  /dalvik/vm/compiler/template/armv5te/
TEMPLATE_CMPL_FLOAT.S 36 mov r9, r0 @ Save copies - we may need to redo
  /external/qemu/
softmmu_template.h 115 redo:
186 goto redo;
202 redo:
236 goto redo;
292 redo:
364 goto redo;
379 redo:
410 goto redo;
  /external/webkit/WebKit/haiku/WebCoreSupport/
EditorClientHaiku.h 87 virtual void redo();
EditorClientHaiku.cpp 233 void EditorClientHaiku::redo() function in class:WebCore::EditorClientHaiku
331 frame->editor()->command("Redo");
  /external/webkit/WebKit/wx/WebKitSupport/
EditorClientWx.h 88 virtual void redo();
  /external/webkit/WebKit/android/WebCoreSupport/
EditorClientAndroid.h 85 virtual void redo();
EditorClientAndroid.cpp 208 // we just don't support Undo/Redo at the moment
216 void EditorClientAndroid::redo() {} function in class:android::EditorClientAndroid
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/parts/
ElementCreateCommand.java 91 public void redo() { method in class:ElementCreateCommand
92 throw new UnsupportedOperationException("redo not supported by this command"); //$NON-NLS-1$
  /external/webkit/WebCore/page/
EditorClient.h 128 virtual void redo() = 0;
  /external/webkit/WebKit/chromium/src/
EditorClientImpl.h 84 virtual void redo();
  /external/webkit/WebKit/gtk/WebCoreSupport/
EditorClientGtk.h 97 virtual void redo();
  /external/webkit/WebKit/mac/WebCoreSupport/
WebEditorClient.h 107 virtual void redo();
  /external/webkit/WebKit/win/WebCoreSupport/
WebEditorClient.h 88 void redo();
WebInspectorDelegate.h 244 virtual HRESULT STDMETHODCALLTYPE redo() { return E_NOTIMPL; } function in class:WebInspectorDelegate
WebEditorClient.cpp 599 void WebEditorClient::redo() function in class:WebEditorClient
603 uiDelegate->redo();
  /external/webkit/WebKitTools/DumpRenderTree/win/
UIDelegate.cpp 93 void redo();
128 void DRTUndoManager::redo() function in class:DRTUndoManager
251 HRESULT STDMETHODCALLTYPE UIDelegate::redo() function in class:UIDelegate
253 m_undoManager->redo();
  /external/webkit/WebKit/win/Interfaces/
IWebUndoManager.idl 113 - (void)redo
115 HRESULT redo();
  /external/webkit/WebKitTools/DumpRenderTree/qt/
EventSenderQt.cpp 416 redo:
421 goto redo;
  /external/webkit/WebCore/editing/
Editor.h 235 void redo();
  /external/webkit/WebKitTools/WinLauncher/
PrintWebUIDelegate.h 86 virtual HRESULT STDMETHODCALLTYPE redo() { return E_NOTIMPL; } function in class:PrintWebUIDelegate
  /build/tools/droiddoc/templates/assets/
prettify.js 5 dc="(?:",ec=")",fc="gi",gc="PRE",hc='<!DOCTYPE foo PUBLIC "foo bar">\n<foo />',ic="\t",jc="\n",kc="[^<]+|<!--[\\s\\S]*?--\>|<!\\[CDATA\\[[\\s\\S]*?\\]\\]>|</?[a-zA-Z][^>]*>|<",lc="nocode",mc=' $1="$2$3$4"',S="pln",nc="string",T="lang-",oc="src",U="str",pc="'\"",qc="'\"`",rc="\"'",V="com",sc="lang-regex",tc="(/(?=[^/*])(?:[^/\\x5B\\x5C]|\\x5C[\\s\\S]|\\x5B(?:[^\\x5C\\x5D]|\\x5C[\\s\\S])*(?:\\x5D|$))+/)",uc="kwd",vc="^(?:",wc=")\\b",xc=" \r\n\t\u00a0",yc="lit",zc="typ",Ac="0123456789",Y="pun",Bc="break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try alignof align_union asm axiom bool concept concept_map const_cast constexpr decltype dynamic_cast explicit export friend inline late_check mutable namespace nullptr reinterpret_cast static_assert static_cast template typeid typename typeof using virtual wchar_t where break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try boolean byte extends final finally implements import instanceof null native package strictfp super synchronized throws transient as base by checked decimal delegate descending event fixed foreach from group implicit in interface internal into is lock object out override orderby params partial readonly ref sbyte sealed stackalloc string select uint ulong unchecked unsafe ushort var break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try debugger eval export function get null set undefined var with Infinity NaN caller delete die do dump elsif eval exit foreach for goto if import last local my next no our print package redo require sub undef unless until use wantarray while BEGIN END break continue do else for if return while and as assert class def del elif except exec finally from global import in is lambda nonlocal not or pass print raise try with yield False True None break continue do else for if return while alias and begin case class def defined elsif end ensure false in module next nil not or redo rescue retry self super then true undef unless until when yield BEGIN END break continue do else for if return while case done elif esac eval fi function in local set then until ",
9 od="bsh",pd="csh",qd="sh",rd="break continue do else for if return while and as assert class def del elif except exec finally from global import in is lambda nonlocal not or pass print raise try with yield False True None ",sd="cv",td="py",ud="caller delete die do dump elsif eval exit foreach for goto if import last local my next no our print package redo require sub undef unless until use wantarray while BEGIN END ",vd="perl",wd="pl",xd="pm",yd="break continue do else for if return while alias and begin case class def defined elsif end ensure false in module next nil not or redo rescue retry self super then true undef unless until when yield BEGIN END ",

Completed in 380 milliseconds

1 2