Searched defs:canRedo (Results 1 - 12 of 12) sorted by relevance

/external/webkit/WebKitTools/WinLauncher/
H A DPrintWebUIDelegate.h88 virtual HRESULT STDMETHODCALLTYPE canRedo(BOOL*) { return E_NOTIMPL; } function in class:PrintWebUIDelegate
/external/webkit/WebKit/android/WebCoreSupport/
H A DEditorClientAndroid.cpp214 bool EditorClientAndroid::canRedo() const { return false; } function in class:android::EditorClientAndroid
/external/webkit/WebKit/haiku/WebCoreSupport/
H A DEditorClientHaiku.cpp220 bool EditorClientHaiku::canRedo() const function in class:WebCore::EditorClientHaiku
/external/webkit/WebKit/qt/WebCoreSupport/
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 DWebInspectorDelegate.h249 virtual HRESULT STDMETHODCALLTYPE canRedo( function in class:WebInspectorDelegate
H A DWebEditorClient.cpp579 bool WebEditorClient::canRedo() const function in class:WebEditorClient
584 uiDelegate->canRedo(&result);
/external/webkit/WebKit/wx/WebKitSupport/
H A DEditorClientWx.cpp334 bool EditorClientWx::canRedo() const function in class:WebCore::EditorClientWx
/external/webkit/WebKit/chromium/src/
H A DEditorClientImpl.cpp321 bool EditorClientImpl::canRedo() const function in class:WebKit::EditorClientImpl
339 if (canRedo()) {
/external/webkit/WebKit/gtk/WebCoreSupport/
H A DEditorClientGtk.cpp270 bool EditorClient::canRedo() const function in class:WebKit::EditorClient
287 if (canRedo()) {
/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();
/external/webkit/WebCore/loader/
H A DEmptyClients.h377 virtual bool canRedo() const { return false; } function in class:WebCore::EmptyEditorClient
/external/webkit/WebCore/editing/
H A DEditor.cpp1264 bool Editor::canRedo() function in class:WebCore::Editor
1266 return client() && client()->canRedo();

Completed in 371 milliseconds