Home
last modified time | relevance | path

Searched refs:canRedo (Results 1 – 25 of 33) sorted by relevance

12

/external/webkit/WebKitTools/DumpRenderTree/win/
DUIDelegate.cpp94 bool canRedo() { return !m_redoStack->isEmpty(); } in canRedo() function in DRTUndoManager
129 if (!canRedo()) in redo()
267 HRESULT STDMETHODCALLTYPE UIDelegate::canRedo( in canRedo() function in UIDelegate
273 *result = m_undoManager->canRedo(); in canRedo()
DUIDelegate.h247 virtual HRESULT STDMETHODCALLTYPE canRedo(
/external/webkit/WebKit/android/WebCoreSupport/
DEditorClientAndroid.h79 virtual bool canRedo() const;
DEditorClientAndroid.cpp212 bool EditorClientAndroid::canRedo() const { return false; } in canRedo() function in android::EditorClientAndroid
/external/webkit/WebKit/wx/WebKitSupport/
DEditorClientWx.h85 virtual bool canRedo() const;
DEditorClientWx.cpp250 bool EditorClientWx::canRedo() const in canRedo() function in WebCore::EditorClientWx
/external/webkit/WebKit/qt/WebCoreSupport/
DEditorClientQt.h83 virtual bool canRedo() const;
DEditorClientQt.cpp279 bool EditorClientQt::canRedo() const in canRedo() function in WebCore::EditorClientQt
284 return m_page->undoStack()->canRedo(); in canRedo()
/external/webkit/WebCore/page/
DEditorClient.h107 virtual bool canRedo() const = 0;
/external/webkit/WebKit/win/WebCoreSupport/
DWebEditorClient.h85 bool canRedo() const;
DWebInspectorDelegate.h248 virtual HRESULT STDMETHODCALLTYPE canRedo( in canRedo() function
DWebEditorClient.cpp573 bool WebEditorClient::canRedo() const in canRedo() function in WebEditorClient
578 uiDelegate->canRedo(&result); in canRedo()
/external/webkit/WebKit/gtk/WebCoreSupport/
DEditorClientGtk.h87 virtual bool canRedo() const;
DEditorClientGtk.cpp271 bool EditorClient::canRedo() const in canRedo() function in WebKit::EditorClient
/external/webkit/WebKit/win/Interfaces/
DIWebUndoManager.idl48 - (BOOL)canRedo
50 HRESULT canRedo([out, retval] BOOL* result);
DIWebUIDelegate.idl679 @method canRedo:
682 HRESULT canRedo([out, retval] BOOL* result);
/external/webkit/WebKit/mac/WebCoreSupport/
DWebEditorClient.h85 virtual bool canRedo() const;
DWebEditorClient.mm420 bool WebEditorClient::canRedo() const function
422 return [[m_webView undoManager] canRedo];
433 if (canRedo())
/external/webkit/WebCore/editing/
DEditor.h208 bool canRedo();
DEditor.cpp1164 bool Editor::canRedo() in canRedo() function in WebCore::Editor
1166 return client() && client()->canRedo(); in canRedo()
DEditorCommand.cpp1106 return frame->editor()->canRedo(); in enabledRedo()
/external/webkit/WebKit/wx/
DWebFrame.cpp271 return m_impl->frame->editor()->canRedo(); in CanRedo()
DChangeLog187 (WebCore::EditorClientWx::canRedo):
/external/webkit/WebCore/loader/
DEmptyClients.h316 virtual bool canRedo() const { return false; } in canRedo() function
/external/webkit/WebKit/gtk/
DChangeLog4033 (WebKit::EditorClient::canRedo):
4256 (WebCore::EditorClientGtk::canRedo):

12