Searched defs:canUndo (Results 1 - 19 of 19) sorted by relevance

/external/webkit/Tools/WinLauncher/
H A DPrintWebUIDelegate.h87 virtual HRESULT STDMETHODCALLTYPE canUndo(BOOL*) { return E_NOTIMPL; } function in class:PrintWebUIDelegate
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DEditorClientAndroid.cpp216 bool EditorClientAndroid::canUndo() const { return false; } function in class:android::EditorClientAndroid
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
H A DEditorClientHaiku.cpp217 bool EditorClientHaiku::canUndo() const function in class:WebCore::EditorClientHaiku
/external/webkit/Source/WebKit/efl/WebCoreSupport/
H A DEditorClientEfl.cpp173 bool EditorClientEfl::canUndo() const function in class:WebCore::EditorClientEfl
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DEditorClientQt.cpp272 bool EditorClientQt::canUndo() const function in class:WebCore::EditorClientQt
277 return m_page->undoStack()->canUndo();
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebInspectorDelegate.h240 virtual HRESULT STDMETHODCALLTYPE canUndo( function in class:WebInspectorDelegate
H A DWebEditorClient.cpp577 bool WebEditorClient::canUndo() const function in class:WebEditorClient
582 uiDelegate->canUndo(&result);
/external/webkit/Source/WebKit/wince/WebCoreSupport/
H A DEditorClientWinCE.cpp172 bool EditorClientWinCE::canUndo() const function in class:WebKit::EditorClientWinCE
/external/webkit/Source/WebKit/wx/WebKitSupport/
H A DEditorClientWx.cpp326 bool EditorClientWx::canUndo() const function in class:WebCore::EditorClientWx
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebEditorClient.cpp256 bool WebEditorClient::canUndo() const function in class:WebKit::WebEditorClient
/external/webkit/Source/WebKit/chromium/src/
H A DEditorClientImpl.cpp333 bool EditorClientImpl::canUndo() const function in class:WebKit::EditorClientImpl
345 if (canUndo()) {
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DEditorClientGtk.cpp514 bool EditorClient::canUndo() const function in class:WebKit::EditorClient
526 if (canUndo()) {
/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/editing/
H A DEditor.cpp1410 bool Editor::canUndo() function in class:WebCore::Editor
1412 return client() && client()->canUndo();
/external/webkit/Source/WebCore/loader/
H A DEmptyClients.h474 virtual bool canUndo() const { return false; } function in class:WebCore::EmptyEditorClient
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.commands_3.6.0.I20100512-1500.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.text_3.5.0.v20100601-1300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 133 milliseconds