Home
last modified time | relevance | path

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

/external/webkit/WebKitTools/DumpRenderTree/win/
DUIDelegate.cpp95 bool canUndo() { return !m_undoStack->isEmpty(); } in canUndo() function in DRTUndoManager
253 HRESULT STDMETHODCALLTYPE UIDelegate::canUndo( in canUndo() function in UIDelegate
/external/webkit/WebKit/haiku/WebCoreSupport/
DEditorClientHaiku.cpp214 bool EditorClientHaiku::canUndo() const in canUndo() function in WebCore::EditorClientHaiku
/external/webkit/WebKit/mac/WebCoreSupport/
DWebEditorClient.mm499 bool WebEditorClient::canUndo() const function
/external/webkit/WebKit/android/WebCoreSupport/
DEditorClientAndroid.cpp212 bool EditorClientAndroid::canUndo() const { return false; } in canUndo() function in android::EditorClientAndroid
/external/webkit/WebKit/qt/WebCoreSupport/
DEditorClientQt.cpp272 bool EditorClientQt::canUndo() const in canUndo() function in WebCore::EditorClientQt
/external/webkit/WebKit/wx/WebKitSupport/
DEditorClientWx.cpp312 bool EditorClientWx::canUndo() const in canUndo() function in WebCore::EditorClientWx
/external/webkit/WebKit/win/WebCoreSupport/
DWebEditorClient.cpp562 bool WebEditorClient::canUndo() const in canUndo() function in WebEditorClient
DWebInspectorDelegate.h246 virtual HRESULT STDMETHODCALLTYPE canUndo( in canUndo() function
/external/webkit/WebKit/gtk/WebCoreSupport/
DEditorClientGtk.cpp282 bool EditorClient::canUndo() const in canUndo() function in WebKit::EditorClient
/external/webkit/WebCore/loader/
DEmptyClients.h357 virtual bool canUndo() const { return false; } in canUndo() function
/external/webkit/WebCore/editing/
DEditor.cpp1243 bool Editor::canUndo() in canUndo() function in WebCore::Editor