Searched refs:receivedData (Results 1 - 15 of 15) sorted by relevance

/external/webkit/Source/WebKit/mac/WebView/
H A DWebDocument.h168 @method receivedData:withDataSource:
173 - (void)receivedData:(NSData *)data withDataSource:(WebDataSource *)dataSource;
H A DWebPDFRepresentation.mm77 - (void)receivedData:(NSData *)data withDataSource:(WebDataSource *)dataSource
H A DWebHTMLRepresentation.mm172 - (void)receivedData:(NSData *)data withDataSource:(WebDataSource *)dataSource
192 [_private->manualLoader pluginView:_private->pluginView receivedData:data];
H A DWebDataSource.mm236 // protect self temporarily, as the bridge receivedData call could remove our last ref
239 [[self representation] receivedData:data withDataSource:self];
/external/webkit/Source/WebKit/mac/Plugins/
H A DWebBasePluginPackage.h42 - (void)pluginView:(NSView *)pluginView receivedData:(NSData *)data;
H A DWebPluginController.mm469 - (void)pluginView:(NSView *)pluginView receivedData:(NSData *)data
H A DWebNetscapePluginView.mm1507 - (void)pluginView:(NSView *)pluginView receivedData:(NSData *)data
2500 [self pluginView:self receivedData:data];
/external/webkit/Source/WebKit/win/Interfaces/
H A DIWebDocument.idl199 @method receivedData:withDataSource:
203 - (void)receivedData:(NSData *)data withDataSource:(WebDataSource *)dataSource;
205 HRESULT receivedData([in] IStream* data, [in] IWebDataSource* dataSource);
/external/webkit/Source/WebKit/win/
H A DWebHTMLRepresentation.h111 virtual HRESULT STDMETHODCALLTYPE receivedData(
H A DWebHTMLRepresentation.cpp231 HRESULT STDMETHODCALLTYPE WebHTMLRepresentation::receivedData( function in class:WebHTMLRepresentation
/external/webkit/Source/WebCore/loader/
H A DDocumentLoader.h111 void receivedData(const char*, int);
H A DMainResourceLoader.cpp163 documentLoader()->receivedData(data, length);
H A DDocumentLoader.cpp329 void DocumentLoader::receivedData(const char* data, int length) function in class:WebCore::DocumentLoader
/external/webkit/Source/WebCore/platform/network/qt/
H A DQNetworkReplyHandler.cpp404 static bool shouldIgnoreHttpError(QNetworkReply* reply, bool receivedData) argument
411 if (receivedData && (httpStatusCode >= 400 && httpStatusCode < 600))
/external/webkit/Source/WebKit/mac/Plugins/Hosted/
H A DWebHostedNetscapePluginView.mm464 - (void)pluginView:(NSView *)pluginView receivedData:(NSData *)data

Completed in 238 milliseconds