Home
last modified time | relevance | path

Searched refs:canUndo (Results 1 – 25 of 54) sorted by relevance

123

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

123