Searched refs:didFailLoadWithError (Results 1 - 9 of 9) sorted by relevance

/external/webkit/WebKit/mac/WebView/
H A DWebFrameLoadDelegate.h121 @method webView:didFailLoadWithError:forFrame:
128 - (void)webView:(WebView *)sender didFailLoadWithError:(NSError *)error forFrame:(WebFrame *)frame;
H A DWebView.mm1388 cache->didFailLoadWithErrorForFrameFunc = getMethod(delegate, @selector(webView:didFailLoadWithError:forFrame:));
/external/webkit/WebKit/win/Interfaces/
H A DIWebFrameLoadDelegate.idl139 @method webView:didFailLoadWithError:forFrame:
145 - (void)webView:(WebView *)sender didFailLoadWithError:(NSError *)error forFrame:(WebFrame *)frame;
147 HRESULT didFailLoadWithError([in] IWebView* webView, [in] IWebError* error, [in] IWebFrame* forFrame);
/external/webkit/WebKitTools/WinLauncher/
H A DWinLauncher.h73 virtual HRESULT STDMETHODCALLTYPE didFailLoadWithError( function in class:WinLauncherWebHost
/external/webkit/WebKitTools/DumpRenderTree/win/
H A DFrameLoadDelegate.h86 virtual HRESULT STDMETHODCALLTYPE didFailLoadWithError(
H A DFrameLoadDelegate.cpp248 HRESULT STDMETHODCALLTYPE FrameLoadDelegate::didFailLoadWithError( function in class:FrameLoadDelegate
254 printf("%s - didFailLoadWithError\n", descriptionSuitableForTestResult(frame).c_str());
/external/webkit/WebKitTools/DumpRenderTree/mac/
H A DFrameLoadDelegate.mm217 - (void)webView:(WebView *)sender didFailLoadWithError:(NSError *)error forFrame:(WebFrame *)frame
220 NSString *string = [NSString stringWithFormat:@"%@ - didFailLoadWithError", [frame _drt_descriptionSuitableForTestResult]];
/external/webkit/WebKit/mac/WebCoreSupport/
H A DWebFrameLoaderClient.mm633 CallFrameLoadDelegate(implementations->didFailLoadWithErrorForFrameFunc, webView, @selector(webView:didFailLoadWithError:forFrame:), (NSError *)error, m_webFrame.get());
/external/webkit/WebKit/win/
H A DWebFrame.cpp1725 frameLoadDelegate->didFailLoadWithError(d->webView, webError.get(), this);

Completed in 301 milliseconds