webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Instance Methods | List of all members
HistoryDelegate Class Reference

#import <HistoryDelegate.h>

Inheritance diagram for HistoryDelegate:
IWebHistoryDelegate NSObject

Instance Methods

() - 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
 
- Instance Methods inherited from IWebHistoryDelegate
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)
 

Constructor & Destructor Documentation

◆ HistoryDelegate()

◆ ~HistoryDelegate()

Method Documentation

◆ AddRef()

- (ULONG) AddRef (void

◆ didNavigateWithNavigationData()

- (HRESULT) didNavigateWithNavigationData (_In_opt_ IWebView *)  webView
(_In_opt_ IWebNavigationData *)  navigationData
(_In_opt_ IWebFrame *)  webFrame 

◆ didPerformClientRedirectFromURL()

- (HRESULT) didPerformClientRedirectFromURL (_In_opt_ IWebView *) 
(_In_ BSTR sourceURL
(_In_ BSTR destinationURL
(_In_opt_ IWebFrame *)   

◆ didPerformServerRedirectFromURL()

- (HRESULT) didPerformServerRedirectFromURL (_In_opt_ IWebView *)  webView
(_In_ BSTR sourceURL
(_In_ BSTR destinationURL
(_In_opt_ IWebFrame *)  webFrame 

◆ populateVisitedLinksForWebView()

- (HRESULT) populateVisitedLinksForWebView (_In_opt_ IWebView *)  webView

◆ QueryInterface()

- (HRESULT) QueryInterface (_In_ REFIID)  riid
(_COM_Outptr_ void **)  ppvObject 

◆ Release()

- (ULONG) Release (void

◆ updateHistoryTitle()

- (HRESULT) updateHistoryTitle (_In_opt_ IWebView *)  webView
(_In_ BSTR title
(_In_ BSTR url 

The documentation for this class was generated from the following files: