HomeSort by relevance Sort by last modified time
    Searched full:historydelegate (Results 1 - 21 of 21) sorted by null

  /external/webkit/WebKitTools/DumpRenderTree/win/
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...]
HistoryDelegate.h 32 class HistoryDelegate : public IWebHistoryDelegate {
34 HistoryDelegate();
35 virtual ~HistoryDelegate();
DumpRenderTree.cpp 34 #include "HistoryDelegate.h"
101 COMPtr<HistoryDelegate> sharedHistoryDelegate;
    [all...]
DumpRenderTree.vcproj     [all...]
  /external/webkit/WebKit/win/WebCoreSupport/
WebFrameLoaderClient.cpp 540 COMPtr<IWebHistoryDelegate> historyDelegate;
541 webView->historyDelegate(&historyDelegate);
543 if (historyDelegate) {
550 historyDelegate->didNavigateWithNavigationData(webView, navigationData.get(), m_webFrame);
564 COMPtr<IWebHistoryDelegate> historyDelegate;
565 webView->historyDelegate(&historyDelegate);
573 if (historyDelegate) {
576 historyDelegate->didPerformClientRedirectFromURL(webView, sourceURL, destURL, m_webFrame)
    [all...]
WebChromeClient.cpp 581 COMPtr<IWebHistoryDelegate> historyDelegate;
582 m_webView->historyDelegate(&historyDelegate);
583 if (historyDelegate) {
584 historyDelegate->populateVisitedLinksForWebView(m_webView);
  /external/webkit/WebKitTools/DumpRenderTree/mac/
HistoryDelegate.h 28 @interface HistoryDelegate : NSObject
HistoryDelegate.mm 26 #import "HistoryDelegate.h"
38 @implementation HistoryDelegate
DumpRenderTree.mm 41 #import "HistoryDelegate.h"
125 static HistoryDelegate *historyDelegate;
527 historyDelegate = [[HistoryDelegate alloc] init];
    [all...]
  /external/webkit/WebKit/win/Interfaces/
IWebViewPrivate.idl 215 HRESULT setHistoryDelegate([in] IWebHistoryDelegate* historyDelegate);
216 HRESULT historyDelegate([out,retval] IWebHistoryDelegate** historyDelegate);
  /external/webkit/WebKitTools/DumpRenderTree/DumpRenderTree.xcodeproj/
project.pbxproj 38 5185F6B210714E07007AA393 /* HistoryDelegate.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5185F69F10714A57007AA393 /* HistoryDelegate.mm */; };
39 5185F6B310714E12007AA393 /* HistoryDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 5185F69E10714A57007AA393 /* HistoryDelegate.h */; };
194 5185F69E10714A57007AA393 /* HistoryDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = HistoryDelegate.h; path = mac/HistoryDelegate.h; sourceTree = "<group>"; };
195 5185F69F10714A57007AA393 /* HistoryDelegate.mm */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.objcpp; fileEncoding = 4; name = HistoryDelegate.mm; path = mac/HistoryDelegate.mm; sourceTree = "<group>"; }
    [all...]
  /external/webkit/WebKit/mac/WebView/
WebViewData.h 71 id historyDelegate;
WebDelegateImplementationCaching.mm 572 return CallDelegate(implementation, self, self->_private->historyDelegate, selector);
577 return CallDelegate(implementation, self, self->_private->historyDelegate, selector, object1, object2);
582 return CallDelegate(implementation, self, self->_private->historyDelegate, selector, object1, object2, object3);
WebViewPrivate.h 156 @method historyDelegate
160 - (id)historyDelegate;
WebView.mm     [all...]
  /external/webkit/WebKit/win/
WebView.h 768 virtual HRESULT STDMETHODCALLTYPE setHistoryDelegate(IWebHistoryDelegate* historyDelegate);
769 virtual HRESULT STDMETHODCALLTYPE historyDelegate(IWebHistoryDelegate** historyDelegate);
    [all...]
WebView.cpp     [all...]
ChangeLog     [all...]
  /external/webkit/WebKit/mac/WebCoreSupport/
WebFrameLoaderClient.mm     [all...]
WebChromeClient.mm 554 if ([m_webView historyDelegate]) {
  /external/webkit/WebKit/mac/
ChangeLog-2010-01-29     [all...]

Completed in 457 milliseconds