/external/webkit/Tools/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.vcproj | 465 RelativePath=".\HistoryDelegate.cpp" 469 RelativePath=".\HistoryDelegate.h"
|
DumpRenderTree.cpp | 34 #include "HistoryDelegate.h" 102 COMPtr<HistoryDelegate> sharedHistoryDelegate; [all...] |
/external/webkit/Source/WebKit/win/WebCoreSupport/ |
WebFrameLoaderClient.cpp | 538 COMPtr<IWebHistoryDelegate> historyDelegate; 539 webView->historyDelegate(&historyDelegate); 541 if (historyDelegate) { 548 historyDelegate->didNavigateWithNavigationData(webView, navigationData.get(), m_webFrame); 562 COMPtr<IWebHistoryDelegate> historyDelegate; 563 webView->historyDelegate(&historyDelegate); 571 if (historyDelegate) { 574 historyDelegate->didPerformClientRedirectFromURL(webView, sourceURL, destURL, m_webFrame) [all...] |
WebChromeClient.cpp | 636 COMPtr<IWebHistoryDelegate> historyDelegate; 637 m_webView->historyDelegate(&historyDelegate); 638 if (historyDelegate) { 639 historyDelegate->populateVisitedLinksForWebView(m_webView);
|
/external/webkit/Tools/DumpRenderTree/mac/ |
HistoryDelegate.h | 28 @interface HistoryDelegate : NSObject
|
HistoryDelegate.mm | 26 #import "HistoryDelegate.h" 38 @implementation HistoryDelegate
|
DumpRenderTree.mm | 41 #import "HistoryDelegate.h" 137 static HistoryDelegate *historyDelegate; 559 historyDelegate = [[HistoryDelegate alloc] init]; [all...] |
/external/webkit/Source/WebKit/win/Interfaces/ |
IWebViewPrivate.idl | 218 HRESULT setHistoryDelegate([in] IWebHistoryDelegate* historyDelegate); 219 HRESULT historyDelegate([out,retval] IWebHistoryDelegate** historyDelegate);
|
/external/webkit/Source/WebKit/mac/WebView/ |
WebViewData.h | 77 id historyDelegate;
|
WebDelegateImplementationCaching.mm | 615 return CallDelegate(implementation, self, self->_private->historyDelegate, selector); 620 return CallDelegate(implementation, self, self->_private->historyDelegate, selector, object1, object2); 625 return CallDelegate(implementation, self, self->_private->historyDelegate, selector, object1, object2, object3);
|
WebViewPrivate.h | 164 @method historyDelegate 168 - (id)historyDelegate;
|
WebView.mm | [all...] |
/external/webkit/Tools/DumpRenderTree/DumpRenderTree.xcodeproj/ |
project.pbxproj | 60 5185F6B210714E07007AA393 /* HistoryDelegate.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5185F69F10714A57007AA393 /* HistoryDelegate.mm */; }; 61 5185F6B310714E12007AA393 /* HistoryDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 5185F69E10714A57007AA393 /* HistoryDelegate.h */; }; 247 5185F69E10714A57007AA393 /* HistoryDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = HistoryDelegate.h; path = mac/HistoryDelegate.h; sourceTree = "<group>"; }; 248 5185F69F10714A57007AA393 /* HistoryDelegate.mm */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.objcpp; fileEncoding = 4; name = HistoryDelegate.mm; path = mac/HistoryDelegate.mm; sourceTree = "<group>"; } [all...] |
/external/webkit/Source/WebKit/win/ |
WebView.h | 802 virtual HRESULT STDMETHODCALLTYPE setHistoryDelegate(IWebHistoryDelegate* historyDelegate); 803 virtual HRESULT STDMETHODCALLTYPE historyDelegate(IWebHistoryDelegate** historyDelegate); [all...] |
WebView.cpp | [all...] |
ChangeLog | [all...] |
/external/webkit/Source/WebKit/mac/WebCoreSupport/ |
WebFrameLoaderClient.mm | [all...] |
WebChromeClient.mm | 718 if ([m_webView historyDelegate]) { [all...] |
/external/webkit/Source/WebKit/mac/ |
WebKit.order | 507 -[WebView(WebPendingPublic) historyDelegate] [all...] |
ChangeLog-2010-01-29 | [all...] |