Home
last modified time | relevance | path

Searched defs:canUndo (Results 1 – 10 of 10) sorted by relevance

/external/webkit/WebKitTools/DumpRenderTree/win/
DUIDelegate.cpp95 bool canUndo() { return !m_undoStack->isEmpty(); } in canUndo() function in DRTUndoManager
257 HRESULT STDMETHODCALLTYPE UIDelegate::canUndo( in canUndo() function in UIDelegate
/external/webkit/WebKit/mac/WebCoreSupport/
DWebEditorClient.mm415 bool WebEditorClient::canUndo() const function
/external/webkit/WebKit/wx/WebKitSupport/
DEditorClientWx.cpp237 bool EditorClientWx::canUndo() const in canUndo() function in WebCore::EditorClientWx
/external/webkit/WebKit/qt/WebCoreSupport/
DEditorClientQt.cpp270 bool EditorClientQt::canUndo() const in canUndo() function in WebCore::EditorClientQt
/external/webkit/WebKit/android/WebCoreSupport/
DEditorClientAndroid.cpp211 bool EditorClientAndroid::canUndo() const { return false; } in canUndo() function in android::EditorClientAndroid
/external/webkit/WebKit/gtk/WebCoreSupport/
DEditorClientGtk.cpp265 bool EditorClient::canUndo() const in canUndo() function in WebKit::EditorClient
/external/webkit/WebKit/win/WebCoreSupport/
DWebInspectorDelegate.h245 virtual HRESULT STDMETHODCALLTYPE canUndo( in canUndo() function
DWebEditorClient.cpp562 bool WebEditorClient::canUndo() const in canUndo() function in WebEditorClient
/external/webkit/WebCore/editing/
DEditor.cpp1153 bool Editor::canUndo() in canUndo() function in WebCore::Editor
/external/webkit/WebCore/loader/
DEmptyClients.h315 virtual bool canUndo() const { return false; } in canUndo() function