/external/webkit/Tools/DumpRenderTree/win/ |
D | UIDelegate.cpp | 96 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/ |
D | EditorClientHaiku.h | 84 virtual bool canUndo() const;
|
D | EditorClientHaiku.cpp | 217 bool EditorClientHaiku::canUndo() const in canUndo() function in WebCore::EditorClientHaiku
|
/external/webkit/Source/WebKit/efl/WebCoreSupport/ |
D | EditorClientEfl.h | 87 virtual bool canUndo() const;
|
D | EditorClientEfl.cpp | 173 bool EditorClientEfl::canUndo() const in canUndo() function in WebCore::EditorClientEfl
|
/external/webkit/Source/WebKit/wx/WebKitSupport/ |
D | EditorClientWx.h | 86 virtual bool canUndo() const;
|
/external/webkit/Source/WebKit/qt/WebCoreSupport/ |
D | EditorClientQt.h | 84 virtual bool canUndo() const;
|
D | EditorClientQt.cpp | 272 bool EditorClientQt::canUndo() const in canUndo() function in WebCore::EditorClientQt 277 return m_page->undoStack()->canUndo(); in canUndo()
|
/external/webkit/Source/WebKit/android/WebCoreSupport/ |
D | EditorClientAndroid.h | 90 virtual bool canUndo() const;
|
D | EditorClientAndroid.cpp | 216 bool EditorClientAndroid::canUndo() const { return false; } in canUndo() function in android::EditorClientAndroid
|
/external/webkit/Source/WebKit/win/Interfaces/ |
D | IWebUndoManager.idl | 53 - (BOOL)canUndo 55 HRESULT canUndo([out, retval] BOOL* result);
|
/external/webkit/Source/WebKit/wince/WebCoreSupport/ |
D | EditorClientWinCE.h | 74 virtual bool canUndo() const;
|
D | EditorClientWinCE.cpp | 172 bool EditorClientWinCE::canUndo() const in canUndo() function in WebKit::EditorClientWinCE
|
/external/webkit/Source/WebKit/win/WebCoreSupport/ |
D | WebEditorClient.h | 83 bool canUndo() const;
|
D | WebEditorClient.cpp | 577 bool WebEditorClient::canUndo() const in canUndo() function in WebEditorClient 582 uiDelegate->canUndo(&result); in canUndo()
|
D | WebInspectorDelegate.h | 240 virtual HRESULT STDMETHODCALLTYPE canUndo( in canUndo() function
|
/external/webkit/Source/WebKit/gtk/WebCoreSupport/ |
D | EditorClientGtk.h | 113 virtual bool canUndo() const;
|
D | EditorClientGtk.cpp | 514 bool EditorClient::canUndo() const in canUndo() function in WebKit::EditorClient 526 if (canUndo()) { in undo()
|
/external/webkit/Source/WebCore/page/ |
D | EditorClient.h | 113 virtual bool canUndo() const = 0;
|
/external/webkit/Source/WebKit/chromium/src/ |
D | EditorClientImpl.h | 84 virtual bool canUndo() const;
|
D | EditorClientImpl.cpp | 333 bool EditorClientImpl::canUndo() const in canUndo() function in WebKit::EditorClientImpl 345 if (canUndo()) { in undo()
|
/external/chromium/chrome/browser/ui/cocoa/location_bar/ |
D | autocomplete_text_field_unittest.mm | 707 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/ |
D | WebEditorClient.h | 80 virtual bool canUndo() const;
|
/external/webkit/Source/WebKit/mac/WebCoreSupport/ |
D | WebEditorClient.h | 112 virtual bool canUndo() const;
|
/external/webkit/Tools/WinLauncher/ |
D | PrintWebUIDelegate.h | 87 virtual HRESULT STDMETHODCALLTYPE canUndo(BOOL*) { return E_NOTIMPL; } in canUndo() function
|