Searched refs:undo (Results 1 - 25 of 39) sorted by relevance

12

/external/webkit/WebKit/qt/WebCoreSupport/
H A DEditCommandQt.cpp51 void EditCommandQt::undo() { function in class:EditCommandQt
H A DEditCommandQt.h41 void undo();
H A DEditorClientQt.h85 virtual void undo();
115 bool m_inUndoRedo; // our undo stack works differently - don't re-enter!
H A DEditorClientQt.cpp296 void EditorClientQt::undo() function in class:WebCore::EditorClientQt
300 m_page->undoStack()->undo();
/external/kernel-headers/original/linux/
H A Dsem.h7 #define SEM_UNDO 0x1000 /* undo the operation on exit */
30 struct sem_undo *undo; /* undo requests on this array */ member in struct:semid_ds
74 #define SEMUME SEMOPM /* max num of undo entries per process */
75 #define SEMMNU SEMMNS /* num of undo structures system wide */
99 struct sem_undo *undo; /* undo requests on this array */ member in struct:sem_array
108 struct sem_undo * undo; /* undo structure */ member in struct:sem_queue
118 /* Each task has a list of undo request
[all...]
H A Dnetdevice.h860 static inline int netif_rx_reschedule(struct net_device *dev, int undo) argument
865 dev->quota += undo;
/external/webkit/WebKit/android/WebCoreSupport/
H A DEditorClientAndroid.h84 virtual void undo();
H A DEditorClientAndroid.cpp79 // after the contents have been edited or unedited (ie undo)
215 void EditorClientAndroid::undo() {} function in class:android::EditorClientAndroid
/external/webkit/WebKit/haiku/WebCoreSupport/
H A DEditorClientHaiku.h86 virtual void undo();
118 bool m_inUndoRedo; // our undo stack works differently - don't re-enter!
H A DEditorClientHaiku.cpp226 void EditorClientHaiku::undo() function in class:WebCore::EditorClientHaiku
/external/webkit/WebKit/win/WebCoreSupport/
H A DWebEditorClient.h87 void undo();
H A DWebEditorClient.cpp536 undoCommand->Release(); // the undo manager owns the reference
554 undoCommand->Release(); // the undo manager owns the reference
590 void WebEditorClient::undo() function in class:WebEditorClient
594 uiDelegate->undo();
H A DWebInspectorDelegate.h242 virtual HRESULT STDMETHODCALLTYPE undo() { return E_NOTIMPL; } function in class:WebInspectorDelegate
/external/webkit/WebKit/wx/WebKitSupport/
H A DEditorClientWx.h87 virtual void undo();
/external/webkit/WebKitTools/DumpRenderTree/win/
H A DUIDelegate.cpp94 void undo();
142 void DRTUndoManager::undo() function in class:DRTUndoManager
245 HRESULT STDMETHODCALLTYPE UIDelegate::undo() function in class:UIDelegate
247 m_undoManager->undo();
/external/webkit/WebCore/page/
H A DEditorClient.h127 virtual void undo() = 0;
/external/webkit/WebKit/chromium/src/
H A DEditorClientImpl.h83 virtual void undo();
/external/webkit/WebKit/gtk/WebCoreSupport/
H A DEditorClientGtk.h96 virtual void undo();
/external/webkit/WebKit/mac/WebCoreSupport/
H A DWebEditorClient.h106 virtual void undo();
/external/webkit/WebKit/win/Interfaces/
H A DIWebUndoManager.idl173 - (void)undo
175 HRESULT undo();
/external/webkit/WebKitTools/WinLauncher/
H A DPrintWebUIDelegate.h85 virtual HRESULT STDMETHODCALLTYPE undo() { return E_NOTIMPL; } function in class:PrintWebUIDelegate
/external/webkit/WebCore/editing/
H A DEditor.h233 void undo();
/external/webkit/WebCore/inspector/front-end/
H A DTextEditorModel.js257 undo: function()
/external/webkit/WebKit/gtk/webkit/
H A Dwebkitwebview.h128 void (* undo) (WebKitWebView *web_view); member in struct:_WebKitWebViewClass
/external/webkit/WebKit/wx/
H A DWebFrame.cpp281 return m_impl->frame->editor()->undo();

Completed in 282 milliseconds

12