/development/ide/xcode/SampleCode/English.lproj/main.nib/ |
objects.xib | 28 <string name="title">Redo</string> 30 <ostype name="command">redo</ostype>
|
/development/ide/xcode/animatorTest/English.lproj/main.nib/ |
objects.xib | 90 <string name="title">Redo</string> 92 <ostype name="command">redo</ostype>
|
/external/skia/xcode/SampleCode/English.lproj/main.nib/ |
objects.xib | 28 <string name="title">Redo</string> 30 <ostype name="command">redo</ostype>
|
/external/skia/xcode/Simple/English.lproj/main.nib/ |
objects.xib | 28 <string name="title">Redo</string> 30 <ostype name="command">redo</ostype>
|
/external/webkit/WebKit/android/WebCoreSupport/ |
EditorClientAndroid.cpp | 208 // we just don't support Undo/Redo at the moment 216 void EditorClientAndroid::redo() {} function in class:android::EditorClientAndroid
|
/external/webkit/WebKit/haiku/WebCoreSupport/ |
EditorClientHaiku.cpp | 233 void EditorClientHaiku::redo() function in class:WebCore::EditorClientHaiku 331 frame->editor()->command("Redo");
|
/external/webkit/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/WebKit/wx/ |
WebFrame.cpp | 284 void wxWebFrame::Redo() 287 return m_impl->frame->editor()->redo();
|
/external/webkit/WebKit/wx/WebKitSupport/ |
EditorClientWx.cpp | 116 { 'Z', CtrlKey | ShiftKey, "Redo" }, 360 void EditorClientWx::redo() function in class:WebCore::EditorClientWx
|
/dalvik/dx/src/com/android/dx/dex/file/ |
AnnotationItem.java | 210 * The output is to be annotated, so redo the work previously
|
/dalvik/vm/compiler/codegen/arm/ |
Ralloc.h | 140 //REDO: too many assumptions.
|
/dalvik/vm/mterp/x86/ |
OP_FILLED_NEW_ARRAY.S | 21 # less frequent path, so we'll redo some work
|
/external/grub/stage2/ |
terminfo.c | 93 // redo last character
|
/external/icu4c/test/intltest/ |
nptrans.cpp | 211 // redo processing of string
|
/external/webkit/WebCore/page/ |
EditorClient.h | 128 virtual void redo() = 0;
|
/external/webkit/WebKit/chromium/src/ |
EditorClientImpl.cpp | 333 // unapply will call us back to push this command onto the redo stack. 337 void EditorClientImpl::redo() function in class:WebKit::EditorClientImpl 485 { 'Z', CtrlKey | ShiftKey, "Redo" }, 486 { 'Y', CtrlKey, "Redo" }, [all...] |
/external/webkit/WebKit/chromium/tests/ |
KeyboardTest.cpp | 134 EXPECT_STREQ("Redo", interpretOSModifierKeyPress('Y'));
|
/external/webkit/WebKit/gtk/WebCoreSupport/ |
EditorClientGtk.h | 97 virtual void redo();
|
/external/webkit/WebKit/gtk/webkit/ |
webkitwebview.h | 129 void (* redo) (WebKitWebView *web_view); member in struct:_WebKitWebViewClass
|
webkitwebview.cpp | 158 REDO, [all...] |
/external/webkit/WebKit/mac/WebCoreSupport/ |
WebEditorClient.h | 107 virtual void redo();
|
/external/webkit/WebKit/qt/Api/ |
qwebpage.h | 111 Redo,
|
/external/webkit/WebKitTools/WinLauncher/ |
PrintWebUIDelegate.h | 86 virtual HRESULT STDMETHODCALLTYPE redo() { return E_NOTIMPL; } function in class:PrintWebUIDelegate
|
/packages/apps/IM/src/com/android/im/engine/ |
ImConnection.java | 130 * The engine might also need to redo authentication on the new network depending
|
/external/e2fsprogs/e2fsck/ |
pass5.c | 272 /* Redo the counts */ 462 /* redo counts */
|