Home | History | Annotate | Download | only in WebView

Lines Matching full:error

45     an error has been received for a resource, and completion of a resource load.
141 @discussion This message is sent after a load has failed to load due to an error.
145 @param error The error associated with this load.
148 - (void)webView:(WebView *)sender resource:(id)identifier didFailLoadingWithError:(NSError *)error fromDataSource:(WebDataSource *)dataSource;
154 @param error The plug-in error. In the userInfo dictionary of the error, the object for the
158 Some, none or all of the mentioned attributes can be present in the userInfo. The error returns nil for userInfo
162 - (void)webView:(WebView *)sender plugInFailedWithError:(NSError *)error dataSource:(WebDataSource *)dataSource;