HomeSort by relevance Sort by last modified time
    Searched refs:receivedError (Results 1 - 13 of 13) sorted by null

  /external/webkit/Source/WebKit/mac/WebView/
WebDocument.h 176 @method receivedError:withDataSource:
181 - (void)receivedError:(NSError *)error withDataSource:(WebDataSource *)dataSource;
WebPDFRepresentation.mm 81 - (void)receivedError:(NSError *)error withDataSource:(WebDataSource *)dataSource
WebHTMLRepresentation.mm 196 - (void)receivedError:(NSError *)error withDataSource:(WebDataSource *)dataSource
199 [_private->manualLoader pluginView:_private->pluginView receivedError:error];
WebDataSource.mm 249 [[self representation] receivedError:error withDataSource:self];
  /external/webkit/Source/WebCore/loader/
MainResourceLoader.h 87 void receivedError(const ResourceError&);
MainResourceLoader.cpp 77 void MainResourceLoader::receivedError(const ResourceError& error)
264 receivedError(cannotShowURLError());
271 receivedError(interruptionForPolicyChangeError());
496 receivedError(error);
  /external/webkit/Source/WebKit/mac/Plugins/
WebBasePluginPackage.h 43 - (void)pluginView:(NSView *)pluginView receivedError:(NSError *)error;
WebPluginController.mm 475 - (void)pluginView:(NSView *)pluginView receivedError:(NSError *)error
WebNetscapePluginView.mm     [all...]
  /external/webkit/Source/WebKit/win/Interfaces/
IWebDocument.idl 208 @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/
WebHTMLRepresentation.h 115 virtual HRESULT STDMETHODCALLTYPE receivedError(
WebHTMLRepresentation.cpp 239 HRESULT STDMETHODCALLTYPE WebHTMLRepresentation::receivedError(
  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
WebHostedNetscapePluginView.mm 474 - (void)pluginView:(NSView *)pluginView receivedError:(NSError *)error

Completed in 132 milliseconds