Lines Matching refs:dataSource
1520 NSURLResponse *response = [[self dataSource] response];
1527 [[self dataSource] _documentLoader]->cancelMainResourceLoad(error);
1532 _manualStream->setRequestURL([[[self dataSource] request] URL]);
1536 _manualStream->startStreamWithResponse([[self dataSource] response]);
1716 if ([[self dataSource] _documentLoader]->isStopping())
1728 if ([[self dataSource] _documentLoader] != core([self webFrame])->loader()->activeDocumentLoader() &&
2495 if ([self dataSource] && _isStarted) {
2498 NSData *data = [[[self dataSource] data] subdataWithRange:NSMakeRange(0, _dataLengthReceived)];
2501 if (![[self dataSource] isLoading]) {