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

/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebEditorClient.cpp60 // WebEditorUndoTarget -------------------------------------------------------------
62 class WebEditorUndoTarget : public IWebUndoTarget class in inherits:IWebUndoTarget
65 WebEditorUndoTarget();
81 WebEditorUndoTarget::WebEditorUndoTarget() function in class:WebEditorUndoTarget
86 HRESULT STDMETHODCALLTYPE WebEditorUndoTarget::QueryInterface(REFIID riid, void** ppvObject)
100 ULONG STDMETHODCALLTYPE WebEditorUndoTarget::AddRef(void)
105 ULONG STDMETHODCALLTYPE WebEditorUndoTarget::Release(void)
114 HRESULT STDMETHODCALLTYPE WebEditorUndoTarget::invoke(
132 m_undoTarget = new WebEditorUndoTarget();
[all...]

Completed in 69 milliseconds