#import <HistoryDelegate.h>
|
| () | - HistoryDelegate |
| |
| (virtual) | - ~HistoryDelegate |
| |
| (virtual HRESULT STDMETHODCALLTYPE) | - QueryInterface |
| |
| (virtual ULONG STDMETHODCALLTYPE) | - AddRef |
| |
| (virtual ULONG STDMETHODCALLTYPE) | - Release |
| |
| (virtual HRESULT STDMETHODCALLTYPE) | - didNavigateWithNavigationData |
| |
| (virtual HRESULT STDMETHODCALLTYPE) | - didPerformClientRedirectFromURL |
| |
| (virtual HRESULT STDMETHODCALLTYPE) | - didPerformServerRedirectFromURL |
| |
| (virtual HRESULT STDMETHODCALLTYPE) | - updateHistoryTitle |
| |
| (virtual HRESULT STDMETHODCALLTYPE) | - populateVisitedLinksForWebView |
| |
| HRESULT | didNavigateWithNavigationData ([in] IWebView *webView, [in] IWebNavigationData *navigationData, [in] IWebFrame *webFrame) |
| |
| HRESULT | didPerformClientRedirectFromURL ([in] IWebView *webView, [in] BSTR sourceURL, [in] BSTR destinationURL, [in] IWebFrame *webFrame) |
| |
| HRESULT | didPerformServerRedirectFromURL ([in] IWebView *webView, [in] BSTR sourceURL, [in] BSTR destinationURL, [in] IWebFrame *webFrame) |
| |
| HRESULT | updateHistoryTitle ([in] IWebView *webView, [in] BSTR title, [in] BSTR url) |
| |
| HRESULT | populateVisitedLinksForWebView ([in] IWebView *webView) |
| |
◆ HistoryDelegate()
◆ ~HistoryDelegate()
◆ AddRef()
◆ didNavigateWithNavigationData()
◆ didPerformClientRedirectFromURL()
◆ didPerformServerRedirectFromURL()
◆ populateVisitedLinksForWebView()
◆ QueryInterface()
| - (HRESULT) QueryInterface |
|
(_In_ REFIID) |
riid |
|
|
(_COM_Outptr_ void **) |
ppvObject |
|
|
| |
◆ Release()
◆ updateHistoryTitle()
The documentation for this class was generated from the following files: