Searched refs:canRedo (Results 1 - 25 of 30) sorted by relevance

12

/external/webkit/WebKit/android/WebCoreSupport/
H A DEditorClientAndroid.h82 virtual bool canRedo() const;
H A DEditorClientAndroid.cpp214 bool EditorClientAndroid::canRedo() const { return false; } function in class:android::EditorClientAndroid
/external/webkit/WebKit/haiku/WebCoreSupport/
H A DEditorClientHaiku.h84 virtual bool canRedo() const;
H A DEditorClientHaiku.cpp220 bool EditorClientHaiku::canRedo() const function in class:WebCore::EditorClientHaiku
/external/webkit/WebKit/qt/WebCoreSupport/
H A DEditorClientQt.h83 virtual bool canRedo() const;
H A DEditorClientQt.cpp287 bool EditorClientQt::canRedo() const function in class:WebCore::EditorClientQt
292 return m_page->undoStack()->canRedo();
/external/webkit/WebKit/win/WebCoreSupport/
H A DWebEditorClient.h85 bool canRedo() const;
H A DWebEditorClient.cpp579 bool WebEditorClient::canRedo() const function in class:WebEditorClient
584 uiDelegate->canRedo(&result);
H A DWebInspectorDelegate.h249 virtual HRESULT STDMETHODCALLTYPE canRedo( function in class:WebInspectorDelegate
/external/webkit/WebKit/wx/WebKitSupport/
H A DEditorClientWx.h85 virtual bool canRedo() const;
H A DEditorClientWx.cpp334 bool EditorClientWx::canRedo() const function in class:WebCore::EditorClientWx
/external/webkit/WebKitTools/DumpRenderTree/win/
H A DUIDelegate.cpp95 bool canRedo() { return !m_redoStack->isEmpty(); } function in class:DRTUndoManager
130 if (!canRedo())
267 HRESULT STDMETHODCALLTYPE UIDelegate::canRedo( function in class:UIDelegate
273 *result = m_undoManager->canRedo();
H A DUIDelegate.h250 virtual HRESULT STDMETHODCALLTYPE canRedo(
/external/webkit/WebCore/page/
H A DEditorClient.h125 virtual bool canRedo() const = 0;
/external/webkit/WebKit/chromium/src/
H A DEditorClientImpl.h82 virtual bool canRedo() const;
H A DContextMenuClientImpl.cpp232 if (m_webView->focusedWebCoreFrame()->editor()->canRedo())
H A DEditorClientImpl.cpp321 bool EditorClientImpl::canRedo() const function in class:WebKit::EditorClientImpl
339 if (canRedo()) {
/external/webkit/WebKit/gtk/WebCoreSupport/
H A DEditorClientGtk.h94 virtual bool canRedo() const;
H A DEditorClientGtk.cpp270 bool EditorClient::canRedo() const function in class:WebKit::EditorClient
287 if (canRedo()) {
/external/webkit/WebKit/mac/WebCoreSupport/
H A DWebEditorClient.h104 virtual bool canRedo() const;
H A DWebEditorClient.mm504 bool WebEditorClient::canRedo() const
506 return [[m_webView undoManager] canRedo];
517 if (canRedo())
/external/webkit/WebKit/win/Interfaces/
H A DIWebUndoManager.idl48 - (BOOL)canRedo
50 HRESULT canRedo([out, retval] BOOL* result);
/external/webkit/WebKitTools/WinLauncher/
H A DPrintWebUIDelegate.h88 virtual HRESULT STDMETHODCALLTYPE canRedo(BOOL*) { return E_NOTIMPL; } function in class:PrintWebUIDelegate
/external/webkit/WebCore/editing/
H A DEditor.h234 bool canRedo();
/external/webkit/WebKit/wx/
H A DWebFrame.cpp301 return m_impl->frame->editor()->canRedo();

Completed in 731 milliseconds

12