Home
last modified time | relevance | path

Searched defs:canRedo (Results 1 – 16 of 16) sorted by relevance

/external/webkit/Tools/DumpRenderTree/win/
DUIDelegate.cpp95 bool canRedo() { return !m_redoStack->isEmpty(); } in canRedo() function in DRTUndoManager
271 HRESULT STDMETHODCALLTYPE UIDelegate::canRedo( in canRedo() function in UIDelegate
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
DEditorClientHaiku.cpp223 bool EditorClientHaiku::canRedo() const in canRedo() function in WebCore::EditorClientHaiku
/external/webkit/Source/WebKit/wince/WebCoreSupport/
DEditorClientWinCE.cpp178 bool EditorClientWinCE::canRedo() const in canRedo() function in WebKit::EditorClientWinCE
/external/webkit/Source/WebKit/efl/WebCoreSupport/
DEditorClientEfl.cpp179 bool EditorClientEfl::canRedo() const in canRedo() function in WebCore::EditorClientEfl
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
DWebEditorClient.cpp263 bool WebEditorClient::canRedo() const in canRedo() function in WebKit::WebEditorClient
/external/webkit/Source/WebKit/android/WebCoreSupport/
DEditorClientAndroid.cpp217 bool EditorClientAndroid::canRedo() const { return false; } in canRedo() function in android::EditorClientAndroid
/external/webkit/Source/WebKit/qt/WebCoreSupport/
DEditorClientQt.cpp281 bool EditorClientQt::canRedo() const in canRedo() function in WebCore::EditorClientQt
/external/webkit/Source/WebKit/mac/WebCoreSupport/
DWebEditorClient.mm590 bool WebEditorClient::canRedo() const function
/external/webkit/Source/WebKit/wx/WebKitSupport/
DEditorClientWx.cpp339 bool EditorClientWx::canRedo() const in canRedo() function in WebCore::EditorClientWx
/external/webkit/Source/WebKit/chromium/src/
DEditorClientImpl.cpp338 bool EditorClientImpl::canRedo() const in canRedo() function in WebKit::EditorClientImpl
/external/webkit/Tools/WinLauncher/
DPrintWebUIDelegate.h88 virtual HRESULT STDMETHODCALLTYPE canRedo(BOOL*) { return E_NOTIMPL; } in canRedo() function
/external/webkit/Source/WebKit/win/WebCoreSupport/
DWebEditorClient.cpp588 bool WebEditorClient::canRedo() const in canRedo() function in WebEditorClient
DWebInspectorDelegate.h243 virtual HRESULT STDMETHODCALLTYPE canRedo( in canRedo() function
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
DEditorClientGtk.cpp519 bool EditorClient::canRedo() const in canRedo() function in WebKit::EditorClient
/external/webkit/Source/WebCore/loader/
DEmptyClients.h479 virtual bool canRedo() const { return false; } in canRedo() function
/external/webkit/Source/WebCore/editing/
DEditor.cpp1421 bool Editor::canRedo() in canRedo() function in WebCore::Editor