Searched refs:plugInFailedWithError (Results 1 - 8 of 8) sorted by relevance

/external/webkit/Source/WebKit/mac/WebView/
H A DWebResourceLoadDelegate.h151 @method webView:plugInFailedWithError:dataSource:
162 - (void)webView:(WebView *)sender plugInFailedWithError:(NSError *)error dataSource:(WebDataSource *)dataSource;
H A DWebView.mm1595 cache->plugInFailedWithErrorFunc = getMethod(delegate, @selector(webView:plugInFailedWithError:dataSource:));
/external/webkit/Source/WebKit/win/Interfaces/
H A DIWebResourceLoadDelegate.idl169 @method webView:plugInFailedWithError:dataSource:
179 - (void)webView:(WebView *)sender plugInFailedWithError:(NSError *)error dataSource:(WebDataSource *)dataSource;
181 HRESULT plugInFailedWithError([in] IWebView* webView, [in] IWebError* error, [in] IWebDataSource* dataSource);
/external/webkit/Tools/DumpRenderTree/win/
H A DResourceLoadDelegate.h96 virtual HRESULT STDMETHODCALLTYPE plugInFailedWithError( function in class:ResourceLoadDelegate
/external/webkit/Tools/DumpRenderTree/mac/
H A DResourceLoadDelegate.mm232 - (void)webView: (WebView *)wv plugInFailedWithError:(NSError *)error dataSource:(WebDataSource *)dataSource
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebFrameLoaderClient.cpp873 resourceLoadDelegate->plugInFailedWithError(webView, error.get(), getWebDataSource(frame->loader()->documentLoader()));
/external/webkit/Source/WebKit/mac/WebCoreSupport/
H A DWebFrameLoaderClient.mm1769 @selector(webView:plugInFailedWithError:dataSource:), error, [m_webFrame.get() _dataSource]);
1863 @selector(webView:plugInFailedWithError:dataSource:), error, [m_webFrame.get() _dataSource]);
/external/webkit/Source/WebKit/win/
H A DWebFrame.cpp1896 resourceLoadDelegate->plugInFailedWithError(d->webView, error.get(), getWebDataSource(d->frame->loader()->documentLoader()));

Completed in 157 milliseconds