/external/webkit/WebKitTools/DumpRenderTree/win/ |
D | UIDelegate.cpp | 94 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()
|
D | UIDelegate.h | 247 virtual HRESULT STDMETHODCALLTYPE canRedo(
|
/external/webkit/WebKit/android/WebCoreSupport/ |
D | EditorClientAndroid.h | 79 virtual bool canRedo() const;
|
D | EditorClientAndroid.cpp | 212 bool EditorClientAndroid::canRedo() const { return false; } in canRedo() function in android::EditorClientAndroid
|
/external/webkit/WebKit/wx/WebKitSupport/ |
D | EditorClientWx.h | 85 virtual bool canRedo() const;
|
D | EditorClientWx.cpp | 250 bool EditorClientWx::canRedo() const in canRedo() function in WebCore::EditorClientWx
|
/external/webkit/WebKit/qt/WebCoreSupport/ |
D | EditorClientQt.h | 83 virtual bool canRedo() const;
|
D | EditorClientQt.cpp | 279 bool EditorClientQt::canRedo() const in canRedo() function in WebCore::EditorClientQt 284 return m_page->undoStack()->canRedo(); in canRedo()
|
/external/webkit/WebCore/page/ |
D | EditorClient.h | 107 virtual bool canRedo() const = 0;
|
/external/webkit/WebKit/win/WebCoreSupport/ |
D | WebEditorClient.h | 85 bool canRedo() const;
|
D | WebInspectorDelegate.h | 248 virtual HRESULT STDMETHODCALLTYPE canRedo( in canRedo() function
|
D | WebEditorClient.cpp | 573 bool WebEditorClient::canRedo() const in canRedo() function in WebEditorClient 578 uiDelegate->canRedo(&result); in canRedo()
|
/external/webkit/WebKit/gtk/WebCoreSupport/ |
D | EditorClientGtk.h | 87 virtual bool canRedo() const;
|
D | EditorClientGtk.cpp | 271 bool EditorClient::canRedo() const in canRedo() function in WebKit::EditorClient
|
/external/webkit/WebKit/win/Interfaces/ |
D | IWebUndoManager.idl | 48 - (BOOL)canRedo 50 HRESULT canRedo([out, retval] BOOL* result);
|
D | IWebUIDelegate.idl | 679 @method canRedo: 682 HRESULT canRedo([out, retval] BOOL* result);
|
/external/webkit/WebKit/mac/WebCoreSupport/ |
D | WebEditorClient.h | 85 virtual bool canRedo() const;
|
D | WebEditorClient.mm | 420 bool WebEditorClient::canRedo() const function 422 return [[m_webView undoManager] canRedo]; 433 if (canRedo())
|
/external/webkit/WebCore/editing/ |
D | Editor.h | 208 bool canRedo();
|
D | Editor.cpp | 1164 bool Editor::canRedo() in canRedo() function in WebCore::Editor 1166 return client() && client()->canRedo(); in canRedo()
|
D | EditorCommand.cpp | 1106 return frame->editor()->canRedo(); in enabledRedo()
|
/external/webkit/WebKit/wx/ |
D | WebFrame.cpp | 271 return m_impl->frame->editor()->canRedo(); in CanRedo()
|
D | ChangeLog | 187 (WebCore::EditorClientWx::canRedo):
|
/external/webkit/WebCore/loader/ |
D | EmptyClients.h | 316 virtual bool canRedo() const { return false; } in canRedo() function
|
/external/webkit/WebKit/gtk/ |
D | ChangeLog | 4033 (WebKit::EditorClient::canRedo): 4256 (WebCore::EditorClientGtk::canRedo):
|