Home | History | Annotate | Download | only in Interfaces

Lines Matching full:error

47     an error has been received for a resource, and completion of a resource load.
158 @discussion This message is sent after a load has failed to load due to an error.
162 @param error The error associated with this load.
164 - (void)webView:(WebView *)sender resource:(id)identifier didFailLoadingWithError:(NSError *)error fromDataSource:(WebDataSource *)dataSource;
166 HRESULT didFailLoadingWithError([in] IWebView* webView, [in] unsigned long identifier, [in] IWebError* error, [in] IWebDataSource* dataSource);
172 @param error The plug-in error. In the userInfo dictionary of the error, the object for the
176 Some, none or all of the mentioned attributes can be present in the userInfo. The error returns nil for userInfo
179 - (void)webView:(WebView *)sender plugInFailedWithError:(NSError *)error dataSource:(WebDataSource *)dataSource;
181 HRESULT plugInFailedWithError([in] IWebView* webView, [in] IWebError* error, [in] IWebDataSource* dataSource);