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

12

/macosx-10.9.5/WebKit-7537.78.2/qt/WebCoreSupport/
H A DEditorClientQt.h86 virtual bool canUndo() const;
H A DEditorClientQt.cpp278 bool EditorClientQt::canUndo() const function in class:WebCore::EditorClientQt
283 return m_page->canUndo();
H A DQWebPageAdapter.h182 virtual bool canUndo() const = 0;
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nsundomanager.py86 self.failUnlessResultIsBOOL(NSUndoManager.canUndo)
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nsundomanager.py83 self.assertResultIsBOOL(NSUndoManager.canUndo)
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DEditorClient.h103 virtual bool canUndo() const = 0;
/macosx-10.9.5/WebKit-7537.78.2/blackberry/WebCoreSupport/
H A DEditorClientBlackBerry.h70 virtual bool canUndo() const;
H A DEditorClientBlackBerry.cpp297 bool EditorClientBlackBerry::canUndo() const function in class:WebCore::EditorClientBlackBerry
319 if (canUndo()) {
/macosx-10.9.5/WebKit-7537.78.2/efl/WebCoreSupport/
H A DEditorClientEfl.h119 virtual bool canUndo() const;
H A DEditorClientEfl.cpp205 bool EditorClientEfl::canUndo() const function in class:WebCore::EditorClientEfl
217 if (canUndo()) {
/macosx-10.9.5/WebKit-7537.78.2/gtk/WebCoreSupport/
H A DEditorClientGtk.h110 virtual bool canUndo() const;
H A DEditorClientGtk.cpp315 bool EditorClient::canUndo() const function in class:WebKit::EditorClient
327 if (canUndo()) {
/macosx-10.9.5/WebKit-7537.78.2/win/WebCoreSupport/
H A DWebEditorClient.h85 bool canUndo() const;
H A DWebEditorClient.cpp591 bool WebEditorClient::canUndo() const function in class:WebEditorClient
596 uiDelegate->canUndo(&result);
H A DWebInspectorDelegate.h240 virtual HRESULT STDMETHODCALLTYPE canUndo( function in class:WebInspectorDelegate
/macosx-10.9.5/WebKit-7537.78.2/wince/WebCoreSupport/
H A DEditorClientWinCE.h76 virtual bool canUndo() const;
H A DEditorClientWinCE.cpp181 bool EditorClientWinCE::canUndo() const function in class:WebKit::EditorClientWinCE
/macosx-10.9.5/WebKit-7537.78.2/win/Interfaces/
H A DIWebUndoManager.idl53 - (BOOL)canUndo
55 HRESULT canUndo([out, retval] BOOL* result);
/macosx-10.9.5/Chess-310.5/Sources/
H A DMBCBoard.h238 - (BOOL) canUndo;
H A DMBCInteractivePlayer.mm228 takeback:[[fController board] canUndo]];
/macosx-10.9.5/WebKit-7537.78.2/mac/WebCoreSupport/
H A DWebEditorClient.h117 virtual bool canUndo() const OVERRIDE;
H A DWebEditorClient.mm593 bool WebEditorClient::canUndo() const
595 return [[m_webView undoManager] canUndo];
605 if (canUndo())
/macosx-10.9.5/WebKit-7537.78.2/qt/WidgetApi/
H A Dqwebpage_p.h113 virtual bool canUndo() const OVERRIDE;
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebCoreSupport/
H A DWebEditorClient.h80 virtual bool canUndo() const OVERRIDE;
/macosx-10.9.5/WebCore-7537.78.1/editing/
H A DEditor.h283 bool canUndo();

Completed in 239 milliseconds

12