Searched refs:plugInFailedWithError (Results 1 - 8 of 8) sorted by relevance
/external/webkit/Source/WebKit/mac/WebView/ |
H A D | WebResourceLoadDelegate.h | 151 @method webView:plugInFailedWithError:dataSource: 162 - (void)webView:(WebView *)sender plugInFailedWithError:(NSError *)error dataSource:(WebDataSource *)dataSource;
|
H A D | WebView.mm | 1595 cache->plugInFailedWithErrorFunc = getMethod(delegate, @selector(webView:plugInFailedWithError:dataSource:));
|
/external/webkit/Source/WebKit/win/Interfaces/ |
H A D | IWebResourceLoadDelegate.idl | 169 @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 D | ResourceLoadDelegate.h | 96 virtual HRESULT STDMETHODCALLTYPE plugInFailedWithError( function in class:ResourceLoadDelegate
|
/external/webkit/Tools/DumpRenderTree/mac/ |
H A D | ResourceLoadDelegate.mm | 232 - (void)webView: (WebView *)wv plugInFailedWithError:(NSError *)error dataSource:(WebDataSource *)dataSource
|
/external/webkit/Source/WebKit/win/WebCoreSupport/ |
H A D | WebFrameLoaderClient.cpp | 873 resourceLoadDelegate->plugInFailedWithError(webView, error.get(), getWebDataSource(frame->loader()->documentLoader()));
|
/external/webkit/Source/WebKit/mac/WebCoreSupport/ |
H A D | WebFrameLoaderClient.mm | 1769 @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 D | WebFrame.cpp | 1896 resourceLoadDelegate->plugInFailedWithError(d->webView, error.get(), getWebDataSource(d->frame->loader()->documentLoader()));
|
Completed in 157 milliseconds