Home | History | Annotate | Download | only in WebView

Lines Matching refs:dataSource

67     WebDataSource *dataSource;
157 - (void)setDataSource:(WebDataSource *)dataSource
159 _private->dataSource = dataSource;
161 if (!_private->includedInWebKitStatistics && [[dataSource webFrame] _isIncludedInWebKitStatistics]) {
169 return [[_private->dataSource _responseMIMEType] _webkit_isCaseInsensitiveEqualToString:@"application/x-webarchive"];
172 - (void)receivedData:(NSData *)data withDataSource:(WebDataSource *)dataSource
174 WebFrame *webFrame = [dataSource webFrame];
188 [_private->manualLoader pluginView:_private->pluginView receivedResponse:[dataSource response]];
196 - (void)receivedError:(NSError *)error withDataSource:(WebDataSource *)dataSource
203 - (void)finishedLoadingWithDataSource:(WebDataSource *)dataSource
205 WebFrame* webFrame = [dataSource webFrame];
229 return [[_private->dataSource webFrame] _canProvideDocumentSource];
234 return [[_private->dataSource webFrame] _canSaveAsWebArchive];
240 SharedBuffer *parsedArchiveData = [_private->dataSource _documentLoader]->parsedArchiveData();
247 Frame* coreFrame = core([_private->dataSource webFrame]);
256 NSData *data = [_private->dataSource data];
264 return nsStringNilIfEmpty([_private->dataSource _documentLoader]->title().string());
269 return [[_private->dataSource webFrame] DOMDocument];
333 return kit(core([_private->dataSource webFrame])->selection()->currentForm());
365 NSString *result = core([_private->dataSource webFrame])->searchForLabelsBeforeElement(labels, core(element), &distance, &isInCellAbove);
382 return core([_private->dataSource webFrame])->matchLabelsAgainstElement(labels, core(element));