HomeSort by relevance Sort by last modified time
    Searched defs:HistoryDelegate (Results 1 - 2 of 2) sorted by null

  /external/webkit/Tools/DumpRenderTree/win/
HistoryDelegate.h 32 class HistoryDelegate : public IWebHistoryDelegate {
34 HistoryDelegate();
35 virtual ~HistoryDelegate();
HistoryDelegate.cpp 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*
    [all...]

Completed in 1357 milliseconds