Searched refs:canUndo (Results 1 - 25 of 42) sorted by relevance

12

/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DEditorClientAndroid.h90 virtual bool canUndo() const;
H A DEditorClientAndroid.cpp216 bool EditorClientAndroid::canUndo() const { return false; } function in class:android::EditorClientAndroid
/external/webkit/Source/WebKit/efl/WebCoreSupport/
H A DEditorClientEfl.h87 virtual bool canUndo() const;
H A DEditorClientEfl.cpp173 bool EditorClientEfl::canUndo() const function in class:WebCore::EditorClientEfl
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
H A DEditorClientHaiku.h84 virtual bool canUndo() const;
H A DEditorClientHaiku.cpp217 bool EditorClientHaiku::canUndo() const function in class:WebCore::EditorClientHaiku
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DEditorClientQt.h84 virtual bool canUndo() const;
H A DEditorClientQt.cpp272 bool EditorClientQt::canUndo() const function in class:WebCore::EditorClientQt
277 return m_page->undoStack()->canUndo();
/external/webkit/Source/WebKit/wx/WebKitSupport/
H A DEditorClientWx.h86 virtual bool canUndo() const;
/external/webkit/Tools/DumpRenderTree/win/
H A DUIDelegate.cpp96 bool canUndo() { return !m_undoStack->isEmpty(); } function in class:DRTUndoManager
144 if (!canUndo())
261 HRESULT STDMETHODCALLTYPE UIDelegate::canUndo( function in class:UIDelegate
267 *result = m_undoManager->canUndo();
/external/webkit/Source/WebCore/page/
H A DEditorClient.h113 virtual bool canUndo() const = 0;
/external/webkit/Source/WebKit/chromium/src/
H A DEditorClientImpl.h84 virtual bool canUndo() const;
H A DEditorClientImpl.cpp333 bool EditorClientImpl::canUndo() const function in class:WebKit::EditorClientImpl
345 if (canUndo()) {
H A DContextMenuClientImpl.cpp160 if (m_webView->focusedWebCoreFrame()->editor()->canUndo())
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DEditorClientGtk.h113 virtual bool canUndo() const;
H A DEditorClientGtk.cpp514 bool EditorClient::canUndo() const function in class:WebKit::EditorClient
526 if (canUndo()) {
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebEditorClient.h83 bool canUndo() const;
H A DWebEditorClient.cpp577 bool WebEditorClient::canUndo() const function in class:WebEditorClient
582 uiDelegate->canUndo(&result);
H A DWebInspectorDelegate.h240 virtual HRESULT STDMETHODCALLTYPE canUndo( function in class:WebInspectorDelegate
/external/webkit/Source/WebKit/wince/WebCoreSupport/
H A DEditorClientWinCE.h74 virtual bool canUndo() const;
H A DEditorClientWinCE.cpp172 bool EditorClientWinCE::canUndo() const function in class:WebKit::EditorClientWinCE
/external/webkit/Source/WebKit/win/Interfaces/
H A DIWebUndoManager.idl53 - (BOOL)canUndo
55 HRESULT canUndo([out, retval] BOOL* result);
/external/webkit/Source/WebKit/mac/WebCoreSupport/
H A DWebEditorClient.h112 virtual bool canUndo() const;
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebEditorClient.h80 virtual bool canUndo() const;
/external/webkit/Tools/WinLauncher/
H A DPrintWebUIDelegate.h87 virtual HRESULT STDMETHODCALLTYPE canUndo(BOOL*) { return E_NOTIMPL; } function in class:PrintWebUIDelegate

Completed in 236 milliseconds

12