Searched refs:_dataSource (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10/WebKit-7600.1.25/ios/WebView/
H A DWebPDFViewPlaceholder.h45 WebDataSource *_dataSource; // weak to prevent cycles. variable
H A DWebPDFViewPlaceholder.mm218 _dataSource = dataSource;
259 CGDataProviderRef provider = CGDataProviderCreateWithCFData((CFDataRef)[_dataSource data]);
337 JSObjectRef jsPDFDoc = makeJSPDFDoc(ctx, _dataSource);
510 Frame* frame = core([_dataSource webFrame]);
/macosx-10.10/WebKit-7600.1.25/mac/Plugins/
H A DWebPluginController.h44 WebDataSource *_dataSource; variable
H A DWebPluginController.mm210 _dataSource = dataSource;
500 WebFrame *frame = [_dataSource webFrame];
530 WebView *webView = [_dataSource _webView];
536 WebView *webView = [_dataSource _webView];
546 WebView *v = [_dataSource _webView];
574 return [_dataSource webFrame];
584 NSURL *responseURL = [[[[self webFrame] _dataSource] response] URL];
601 [_dataSource _documentLoader]->cancelMainResourceLoad(error);
H A DWebBaseNetscapePluginView.mm686 return [[self webFrame] _dataSource];
/macosx-10.10/WebKit-7600.1.25/mac/WebView/
H A DWebFrameInternal.h129 // we need to be able to get the initial data source as well, so the _dataSource method
131 - (WebDataSource *)_dataSource;
H A DWebFrame.mm567 - (WebDataSource *)_dataSource
2326 DOMDocumentFragment *fragment = [[self _dataSource] _documentFragmentWithImageResource:resource];
2388 return [[self _dataSource] unreachableURL];
2460 if (![[self _dataSource] _isDocumentHTML])
2491 return coreFrame && coreFrame->loader().frameHasLoaded() ? [self _dataSource] : nil;
H A DWebHTMLView.mm780 - (WebDataSource *)_dataSource
2161 DOMDocumentFragment *fragment = [[self _dataSource] _documentFragmentWithArchive:archive];
2213 [[self _dataSource] addSubresource:r];
2228 DOMDocumentFragment *fragment = [[self _dataSource] _documentFragmentWithImageResource:resource];
2238 DOMDocumentFragment *fragment = [[self _dataSource] _documentFragmentWithImageResource:resource];
2249 DOMDocumentFragment *fragment = [[self _dataSource] _documentFragmentWithImageResource:resource];
4050 wrapper = [[self _dataSource] _fileWrapperForURL:draggingImageURL];
4314 if ([[subframe _dataSource] _isDocumentHTML]) {
H A DWebView.mm5791 dataSource = [[self mainFrame] _dataSource];
6192 ds = [[self mainFrame] _dataSource];
6204 NSString *mainFrameTitle = [[[self mainFrame] _dataSource] pageTitle];
6211 return [[WebIconDatabase sharedIconDatabase] iconForURL:[[[[self mainFrame] _dataSource] _URL] _web_originalDataAsString] withSize:WebIconSmallSize];
6484 return [[self mainFrame] _dataSource] != nil;
7528 [[[self _selectedOrMainFrame] _dataSource] _replaceSelectionWithArchive:archive selectReplacement:YES];
7985 return [[mainFrame _dataSource] isLoading]
/macosx-10.10/WebKit-7600.1.25/mac/WebCoreSupport/
H A DWebFrameLoaderClient.mm242 if (!([[m_webFrame.get() _dataSource] _isDocumentHTML])) {
1271 if (![m_webFrame.get() _dataSource]) {
1377 WebDataSource *dataSource = [m_webFrame.get() _dataSource];
1560 if (![[[m_webFrame _dataSource] representation] isKindOfClass:[WebHTMLRepresentation class]])
1592 if ([newFrame _dataSource])
1593 [[newFrame _dataSource] _documentLoader]->setOverrideEncoding([[m_webFrame.get() _dataSource] _documentLoader]->overrideEncoding());
2001 @selector(webView:plugInFailedWithError:dataSource:), error, [m_webFrame.get() _dataSource]);
2031 WebHTMLRepresentation *representation = (WebHTMLRepresentation *)[[m_webFrame.get() _dataSource] representation];
2094 @selector(webView:plugInFailedWithError:dataSource:), error, [m_webFrame.get() _dataSource]);
[all...]

Completed in 233 milliseconds