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

1 2

  /external/webkit/Source/WebKit/qt/WebCoreSupport/
EditCommandQt.cpp 45 void EditCommandQt::redo() function in class:EditCommandQt
EditorClientQt.cpp 299 void EditorClientQt::redo() function in class:WebCore::EditorClientQt
303 m_page->undoStack()->redo();
  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebview.h 147 void (* redo) (WebKitWebView *web_view); member in struct:_WebKitWebViewClass
  /external/webkit/Source/WebKit/haiku/WebCoreSupport/
EditorClientHaiku.cpp 236 void EditorClientHaiku::redo() function in class:WebCore::EditorClientHaiku
334 frame->editor()->command("Redo");
  /external/webkit/Tools/WinLauncher/
PrintWebUIDelegate.h 86 virtual HRESULT STDMETHODCALLTYPE redo() { return E_NOTIMPL; } function in class:PrintWebUIDelegate
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
HistoryAdapter.java 160 public int redo() { method in class:HistoryAdapter
  /external/webkit/Source/WebKit/android/WebCoreSupport/
EditorClientAndroid.cpp 211 // we just don't support Undo/Redo at the moment
219 void EditorClientAndroid::redo() {} function in class:android::EditorClientAndroid
  /external/webkit/Source/WebKit/efl/WebCoreSupport/
EditorClientEfl.cpp 190 void EditorClientEfl::redo() function in class:WebCore::EditorClientEfl
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebInspectorDelegate.h 238 virtual HRESULT STDMETHODCALLTYPE redo() { return E_NOTIMPL; } function in class:WebInspectorDelegate
WebEditorClient.cpp 608 void WebEditorClient::redo() function in class:WebEditorClient
612 uiDelegate->redo();
  /external/webkit/Source/WebKit/wince/WebCoreSupport/
EditorClientWinCE.cpp 189 void EditorClientWinCE::redo() function in class:WebKit::EditorClientWinCE
287 // It's not quite clear whether clipboard shortcuts and Undo/Redo should be handled
297 { 'Z', CtrlKey | ShiftKey, "Redo" }
  /external/webkit/Source/WebKit/wx/WebKitSupport/
EditorClientWx.cpp 115 { 'Z', CtrlKey | ShiftKey, "Redo" },
365 void EditorClientWx::redo() function in class:WebCore::EditorClientWx
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebEditorClient.cpp 266 m_page->sendSync(Messages::WebPageProxy::CanUndoRedo(static_cast<uint32_t>(WebPageProxy::Redo)), Messages::WebPageProxy::CanUndoRedo::Reply(result));
276 void WebEditorClient::redo() function in class:WebKit::WebEditorClient
279 m_page->sendSync(Messages::WebPageProxy::ExecuteUndoRedo(static_cast<uint32_t>(WebPageProxy::Redo)), Messages::WebPageProxy::ExecuteUndoRedo::Reply(result));
  /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/Tools/DumpRenderTree/win/
UIDelegate.cpp 93 void redo();
128 void DRTUndoManager::redo() function in class:DRTUndoManager
255 HRESULT STDMETHODCALLTYPE UIDelegate::redo() function in class:UIDelegate
257 m_undoManager->redo();
  /external/valgrind/main/massif/
ms_main.c 866 Bool redo; local
    [all...]
  /external/webkit/Source/WebCore/editing/
Editor.cpp 1426 void Editor::redo() function in class:WebCore::Editor
    [all...]
  /external/webkit/Source/WebCore/loader/
EmptyClients.h 478 virtual void redo() { } function in class:WebCore::EmptyEditorClient
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.commands_3.6.0.I20100512-1500.jar 
org.eclipse.text_3.5.0.v20100601-1300.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-core-commands-3.6.0.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.core.commands_3.4.0.I20080509-2000.jar 
org.eclipse.core.commands_3.6.0.I20100512-1500.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-core-commands/3.6.0/
org-eclipse-core-commands-3.6.0.jar 

Completed in 676 milliseconds

1 2