Searched refs:redo (Results 1 - 25 of 58) sorted by relevance

123

/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DEditCommandQt.cpp45 void EditCommandQt::redo() function in class:EditCommandQt
H A DEditCommandQt.h40 void redo();
H A DEditorClientQt.h88 virtual void redo();
H A DEditorClientQt.cpp299 void EditorClientQt::redo() function in class:WebCore::EditorClientQt
303 m_page->undoStack()->redo();
/external/qemu/
H A Dsoftmmu_template.h114 redo:
185 goto redo;
202 redo:
235 goto redo;
289 redo:
361 goto redo;
377 redo:
408 goto redo;
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DEditorClientAndroid.h94 virtual void redo();
H A DEditorClientAndroid.cpp219 void EditorClientAndroid::redo() {} function in class:android::EditorClientAndroid
/external/webkit/Source/WebKit/efl/WebCoreSupport/
H A DEditorClientEfl.h91 virtual void redo();
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
H A DEditorClientHaiku.h88 virtual void redo();
H A DEditorClientHaiku.cpp236 void EditorClientHaiku::redo() function in class:WebCore::EditorClientHaiku
/external/webkit/Source/WebKit/wx/WebKitSupport/
H A DEditorClientWx.h90 virtual void redo();
/external/webkit/Tools/DumpRenderTree/win/
H A DUIDelegate.cpp93 void redo();
128 void DRTUndoManager::redo() function in class:DRTUndoManager
255 HRESULT STDMETHODCALLTYPE UIDelegate::redo() function in class:UIDelegate
257 m_undoManager->redo();
/external/webkit/Source/WebCore/page/
H A DEditorClient.h117 virtual void redo() = 0;
/external/webkit/Source/WebKit/chromium/src/
H A DEditorClientImpl.h87 virtual void redo();
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DEditorClientGtk.h117 virtual void redo();
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebEditorClient.h87 void redo();
H A DWebEditorClient.cpp608 void WebEditorClient::redo() function in class:WebEditorClient
612 uiDelegate->redo();
/external/webkit/Source/WebKit/wince/WebCoreSupport/
H A DEditorClientWinCE.h78 virtual void redo();
/external/openssl/crypto/dsa/
H A Ddsa_ossl.c154 redo:
196 goto redo;
/external/webkit/Source/WebKit/win/Interfaces/
H A DIWebUndoManager.idl113 - (void)redo
115 HRESULT redo();
/external/webkit/Source/WebKit/mac/WebCoreSupport/
H A DWebEditorClient.h116 virtual void redo();
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebEditorClient.h84 virtual void redo();
/external/webkit/Tools/WinLauncher/
H A DPrintWebUIDelegate.h86 virtual HRESULT STDMETHODCALLTYPE redo() { return E_NOTIMPL; } function in class:PrintWebUIDelegate
/external/valgrind/main/massif/
H A Dms_main.c866 Bool redo; local
870 // circumstances, we may need to redo it all, asking for more IPs.
872 // - If the original stack trace is smaller than asked-for, redo=False
873 // - Else if after filtering we have >= clo_depth IPs, redo=False
874 // - Else redo=True
875 // In other words, to redo, we'd have to get a stack trace as big as we
879 redo = True; // Assume this to begin with.
880 for (overestimate = 3; redo; overestimate += 6) {
893 // If the original stack trace is smaller than asked-for, redo=False.
894 if (n_ips < clo_depth + overestimate) { redo
[all...]
/external/webkit/Tools/DumpRenderTree/qt/
H A DEventSenderQt.cpp520 redo:
525 goto redo;

Completed in 281 milliseconds

123