HomeSort by relevance Sort by last modified time
    Searched full:frameloaddelegate (Results 1 - 25 of 30) sorted by null

1 2

  /external/webkit/Tools/DumpRenderTree/win/
FrameLoadDelegate.cpp 31 #include "FrameLoadDelegate.h"
50 static FrameLoadDelegate* g_delegateWaitingOnTimer;
73 FrameLoadDelegate::FrameLoadDelegate()
80 FrameLoadDelegate::~FrameLoadDelegate()
84 HRESULT STDMETHODCALLTYPE FrameLoadDelegate::QueryInterface(REFIID riid, void** ppvObject)
102 ULONG STDMETHODCALLTYPE FrameLoadDelegate::AddRef(void)
107 ULONG STDMETHODCALLTYPE FrameLoadDelegate::Release(void)
117 HRESULT STDMETHODCALLTYPE FrameLoadDelegate::didStartProvisionalLoadForFrame(
    [all...]
FrameLoadDelegate.h 38 class FrameLoadDelegate : public IWebFrameLoadDelegate, public IWebFrameLoadDelegatePrivate2 {
40 FrameLoadDelegate();
41 virtual ~FrameLoadDelegate();
DumpRenderTreeWin.h 35 struct FrameLoadDelegate;
69 extern COMPtr<FrameLoadDelegate> sharedFrameLoadDelegate;
DumpRenderTree.vcproj 457 RelativePath=".\FrameLoadDelegate.cpp"
461 RelativePath=".\FrameLoadDelegate.h"
AccessibilityControllerWin.cpp 31 #include "FrameLoadDelegate.h"
AccessibilityUIElementWin.cpp 31 #include "FrameLoadDelegate.h"
DumpRenderTree.cpp 33 #include "FrameLoadDelegate.h"
99 COMPtr<FrameLoadDelegate> sharedFrameLoadDelegate;
    [all...]
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebFrameLoaderClient.cpp 276 COMPtr<IWebFrameLoadDelegate> frameLoadDelegate;
277 if (SUCCEEDED(webView->frameLoadDelegate(&frameLoadDelegate)))
278 frameLoadDelegate->didReceiveServerRedirectForProvisionalLoadForFrame(webView, m_webFrame);
284 COMPtr<IWebFrameLoadDelegate> frameLoadDelegate;
285 if (SUCCEEDED(webView->frameLoadDelegate(&frameLoadDelegate)))
286 frameLoadDelegate->didCancelClientRedirectForFrame(webView, m_webFrame);
292 COMPtr<IWebFrameLoadDelegate> frameLoadDelegate;
293 if (SUCCEEDED(webView->frameLoadDelegate(&frameLoadDelegate))
    [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebDocumentLoaderMac.mm 47 id frameLoadDelegate = [webView frameLoadDelegate];
48 if (!frameLoadDelegate)
51 NSString *bundleIdentifier = [[NSBundle bundleForClass:[frameLoadDelegate class]] bundleIdentifier];
WebViewData.h 71 id frameLoadDelegate;
WebDelegateImplementationCaching.mm 499 return CallDelegate(implementation, self, self->_private->frameLoadDelegate, selector);
504 return CallDelegate(implementation, self, self->_private->frameLoadDelegate, selector, object);
509 return CallDelegate(implementation, self, self->_private->frameLoadDelegate, selector, object1, object2);
514 return CallDelegate(implementation, self, self->_private->frameLoadDelegate, selector, object1, object2, object3);
519 return CallDelegate(implementation, self, self->_private->frameLoadDelegate, selector, object1, object2, object3, object4);
524 return CallDelegate(implementation, self, self->_private->frameLoadDelegate, selector, object1, interval, object2, object3);
WebView.h 271 @method frameLoadDelegate
275 - (id)frameLoadDelegate;
WebView.mm     [all...]
  /external/webkit/Tools/DumpRenderTree/mac/
FrameLoadDelegate.h 34 @interface FrameLoadDelegate : NSObject
DumpRenderTree.mm 40 #import "FrameLoadDelegate.h"
133 static FrameLoadDelegate *frameLoadDelegate;
297 [webView setFrameLoadDelegate:frameLoadDelegate];
554 frameLoadDelegate = [[FrameLoadDelegate alloc] init];
573 releaseAndZero(&frameLoadDelegate);
    [all...]
FrameLoadDelegate.mm 31 #import "FrameLoadDelegate.h"
101 @implementation FrameLoadDelegate
  /external/webkit/Source/WebKit/win/
WebFrame.cpp     [all...]
WebView.h 148 virtual HRESULT STDMETHODCALLTYPE frameLoadDelegate(
    [all...]
  /external/webkit/Tools/DumpRenderTree/DumpRenderTree.xcodeproj/
project.pbxproj 114 BCA18B630C9B08C200114369 /* FrameLoadDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = BCA18B590C9B08C200114369 /* FrameLoadDelegate.h */; };
115 BCA18B640C9B08C200114369 /* FrameLoadDelegate.mm in Sources */ = {isa = PBXBuildFile; fileRef = BCA18B5A0C9B08C200114369 /* FrameLoadDelegate.mm */; };
    [all...]
  /external/webkit/Tools/
ChangeLog-2009-06-16 222 * DumpRenderTree/mac/FrameLoadDelegate.mm:
223 (-[FrameLoadDelegate dealloc]):
252 * DumpRenderTree/mac/FrameLoadDelegate.mm:
253 (-[FrameLoadDelegate webView:didFailProvisionalLoadWithError:forFrame:]):
283 * DumpRenderTree/mac/FrameLoadDelegate.mm:
284 (-[FrameLoadDelegate webView:didCommitLoadForFrame:]):
    [all...]
ChangeLog-2010-05-24 320 * DumpRenderTree/win/FrameLoadDelegate.cpp:
321 (FrameLoadDelegate::didFailProvisionalLoadWithError): Need to invoke locationChangeDone here as mac port does.
    [all...]
ChangeLog     [all...]
  /external/webkit/Source/WebKit/win/Interfaces/
IWebView.idl 286 @method frameLoadDelegate
289 - (id)frameLoadDelegate;
291 HRESULT frameLoadDelegate([retval, out] IWebFrameLoadDelegate** d);
    [all...]
  /external/webkit/Source/WebCore/loader/
MainResourceLoader.cpp 85 // document loaders. Also, receivedMainResourceError ends up calling a FrameLoadDelegate method
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
FrameLoaderClientQt.cpp 96 // Compare with the file "WebKit/Tools/DumpRenderTree/mac/FrameLoadDelegate.mm".
    [all...]

Completed in 7630 milliseconds

1 2