Lines Matching full:historydelegate
27 #include "HistoryDelegate.h"
42 HistoryDelegate::HistoryDelegate()
47 HistoryDelegate::~HistoryDelegate()
52 HRESULT HistoryDelegate::QueryInterface(REFIID riid, void** ppvObject)
66 ULONG HistoryDelegate::AddRef(void)
71 ULONG HistoryDelegate::Release(void)
81 HRESULT HistoryDelegate::didNavigateWithNavigationData(IWebView* webView, IWebNavigationData* navigationData, IWebFrame* webFrame)
152 HRESULT HistoryDelegate::didPerformClientRedirectFromURL(IWebView*, BSTR sourceURL, BSTR destinationURL, IWebFrame*)
169 HRESULT HistoryDelegate::didPerformServerRedirectFromURL(IWebView* webView, BSTR sourceURL, BSTR destinationURL, IWebFrame* webFrame)
186 HRESULT HistoryDelegate::updateHistoryTitle(IWebView* webView, BSTR titleBSTR, BSTR urlBSTR)
203 HRESULT HistoryDelegate::populateVisitedLinksForWebView(IWebView* webView)