Searched refs:frameLoadDelegate (Results 1 - 11 of 11) sorted by relevance

/external/webkit/Source/WebKit/mac/WebView/
H A DWebDocumentLoaderMac.mm47 id frameLoadDelegate = [webView frameLoadDelegate];
48 if (!frameLoadDelegate)
51 NSString *bundleIdentifier = [[NSBundle bundleForClass:[frameLoadDelegate class]] bundleIdentifier];
H A DWebViewData.h71 id frameLoadDelegate; variable
H A DWebDelegateImplementationCaching.mm499 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);
H A DWebView.h271 @method frameLoadDelegate
275 - (id)frameLoadDelegate;
H A DWebView.mm1605 id delegate = _private->frameLoadDelegate;
3258 [_private->frameLoadDelegate release];
3491 [_private->frameLoadDelegate release];
3494 _private->frameLoadDelegate = delegate;
3504 - (id)frameLoadDelegate
3506 return _private->frameLoadDelegate;
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebFrameLoaderClient.cpp276 COMPtr<IWebFrameLoadDelegate> frameLoadDelegate; local
277 if (SUCCEEDED(webView->frameLoadDelegate(&frameLoadDelegate)))
278 frameLoadDelegate->didReceiveServerRedirectForProvisionalLoadForFrame(webView, m_webFrame);
284 COMPtr<IWebFrameLoadDelegate> frameLoadDelegate; local
285 if (SUCCEEDED(webView->frameLoadDelegate(&frameLoadDelegate)))
286 frameLoadDelegate->didCancelClientRedirectForFrame(webView, m_webFrame);
292 COMPtr<IWebFrameLoadDelegate> frameLoadDelegate; local
293 if (SUCCEEDED(webView->frameLoadDelegate(
300 COMPtr<IWebFrameLoadDelegate> frameLoadDelegate; local
349 COMPtr<IWebFrameLoadDelegate> frameLoadDelegate; local
362 COMPtr<IWebFrameLoadDelegate> frameLoadDelegate; local
370 COMPtr<IWebFrameLoadDelegate> frameLoadDelegate; local
393 COMPtr<IWebFrameLoadDelegate> frameLoadDelegate; local
409 COMPtr<IWebFrameLoadDelegate> frameLoadDelegate; local
[all...]
/external/webkit/Source/WebKit/win/
H A DWebFrame.cpp1856 COMPtr<IWebFrameLoadDelegate> frameLoadDelegate; local
1857 if (SUCCEEDED(d->webView->frameLoadDelegate(&frameLoadDelegate))) {
1860 frameLoadDelegate->didFailProvisionalLoadWithError(d->webView, webError.get(), this);
1866 COMPtr<IWebFrameLoadDelegate> frameLoadDelegate; local
1867 if (SUCCEEDED(d->webView->frameLoadDelegate(&frameLoadDelegate))) {
1870 frameLoadDelegate->didFailLoadWithError(d->webView, webError.get(), this);
1921 COMPtr<IWebFrameLoadDelegate> frameLoadDelegate;
1922 if (FAILED(d->webView->frameLoadDelegate(
[all...]
H A DWebView.h148 virtual HRESULT STDMETHODCALLTYPE frameLoadDelegate(
H A DWebView.cpp2815 HRESULT STDMETHODCALLTYPE WebView::frameLoadDelegate(
/external/webkit/Tools/DumpRenderTree/mac/
H A DDumpRenderTree.mm133 static FrameLoadDelegate *frameLoadDelegate;
297 [webView setFrameLoadDelegate:frameLoadDelegate];
554 frameLoadDelegate = [[FrameLoadDelegate alloc] init];
573 releaseAndZero(&frameLoadDelegate);
1049 [frameLoadDelegate resetToConsistentState];
/external/webkit/Source/WebKit/win/Interfaces/
H A DIWebView.idl286 @method frameLoadDelegate
289 - (id)frameLoadDelegate;
291 HRESULT frameLoadDelegate([retval, out] IWebFrameLoadDelegate** d);

Completed in 216 milliseconds