Searched refs:receivedError (Results 1 - 13 of 13) sorted by relevance

/external/webkit/Source/WebKit/mac/WebView/
H A DWebDocument.h176 @method receivedError:withDataSource:
181 - (void)receivedError:(NSError *)error withDataSource:(WebDataSource *)dataSource;
H A DWebPDFRepresentation.mm81 - (void)receivedError:(NSError *)error withDataSource:(WebDataSource *)dataSource
H A DWebHTMLRepresentation.mm196 - (void)receivedError:(NSError *)error withDataSource:(WebDataSource *)dataSource
199 [_private->manualLoader pluginView:_private->pluginView receivedError:error];
H A DWebDataSource.mm249 [[self representation] receivedError:error withDataSource:self];
/external/webkit/Source/WebCore/loader/
H A DMainResourceLoader.h87 void receivedError(const ResourceError&);
H A DMainResourceLoader.cpp77 void MainResourceLoader::receivedError(const ResourceError& error) function in class:WebCore::MainResourceLoader
264 receivedError(cannotShowURLError());
271 receivedError(interruptionForPolicyChangeError());
496 receivedError(error);
/external/webkit/Source/WebKit/mac/Plugins/
H A DWebBasePluginPackage.h43 - (void)pluginView:(NSView *)pluginView receivedError:(NSError *)error;
H A DWebPluginController.mm475 - (void)pluginView:(NSView *)pluginView receivedError:(NSError *)error
H A DWebNetscapePluginView.mm1543 - (void)pluginView:(NSView *)pluginView receivedError:(NSError *)error
2503 [self pluginView:self receivedError:_error.get()];
/external/webkit/Source/WebKit/win/Interfaces/
H A DIWebDocument.idl208 @method receivedError:withDataSource:
212 - (void)receivedError:(NSError *)error withDataSource:(WebDataSource *)dataSource;
214 HRESULT receivedError([in] IWebError* error, [in] IWebDataSource* dataSource);
/external/webkit/Source/WebKit/win/
H A DWebHTMLRepresentation.h115 virtual HRESULT STDMETHODCALLTYPE receivedError(
H A DWebHTMLRepresentation.cpp239 HRESULT STDMETHODCALLTYPE WebHTMLRepresentation::receivedError( function in class:WebHTMLRepresentation
/external/webkit/Source/WebKit/mac/Plugins/Hosted/
H A DWebHostedNetscapePluginView.mm474 - (void)pluginView:(NSView *)pluginView receivedError:(NSError *)error

Completed in 267 milliseconds