Searched refs:WebDataSource (Results 51 - 69 of 69) sorted by relevance

123

/external/webkit/Source/WebKit/mac/WebView/
H A DWebView.h45 @class WebDataSource;
H A DWebFrame.mm484 static inline WebDataSource *dataSource(DocumentLoader* loader)
489 - (WebDataSource *)_dataSource
1452 - (WebDataSource *)provisionalDataSource
1458 - (WebDataSource *)dataSource
H A DWebPDFView.mm545 - (void)setDataSource:(WebDataSource *)ds
557 - (void)dataSourceUpdated:(WebDataSource *)dataSource
H A DWebFrameView.mm156 -(NSView <WebDocumentView> *)_makeDocumentViewForDataSource:(WebDataSource *)dataSource
H A DWebView.mm986 Class repClass = [[WebDataSource _repTypesAllowImageTypeOmission:YES] _webkit_objectForMIMEType:MIMEType];
998 repClass = [[WebDataSource _repTypesAllowImageTypeOmission:NO] _webkit_objectForMIMEType:MIMEType];
1722 [[WebDataSource _repTypesAllowImageTypeOmission:NO] removeObjectForKey:MIMEType];
2332 - (void)handleAuthenticationForResource:(id)identifier challenge:(NSURLAuthenticationChallenge *)challenge fromDataSource:(WebDataSource *)dataSource
3750 WebDataSource *dataSource = [[self mainFrame] provisionalDataSource];
4041 [[WebDataSource _repTypesAllowImageTypeOmission:YES] setObject:representationClass forKey:MIMEType];
4132 WebDataSource *ds;
5825 WebDataSource *dataSource = [(WebFrame *)[element objectForKey:WebElementFrameKey] dataSource];
H A DWebHTMLView.mm533 WebDataSource *dataSource;
696 - (WebDataSource *)_dataSource
3882 - (void)setDataSource:(WebDataSource *)dataSource
3899 - (void)dataSourceUpdated:(WebDataSource *)dataSource
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebFrameLoaderClient.cpp75 static WebDataSource* getWebDataSource(DocumentLoader* loader)
670 COMPtr<WebDataSource> dataSource(AdoptCOM, WebDataSource::createInstance(loader.get()));
/external/webkit/Tools/DumpRenderTree/chromium/
H A DWebViewHost.cpp41 #include "WebDataSource.h"
872 void WebViewHost::didCreateDataSource(WebFrame*, WebDataSource* ds)
1323 WebDataSource* dataSource = mainFrame->dataSource();
1364 WebDataSource* ds = frame->dataSource();
H A DWebViewHost.h189 virtual void didCreateDataSource(WebKit::WebFrame*, WebKit::WebDataSource*);
/external/chromium/webkit/glue/media/
H A Dbuffered_data_source.cc31 static WebDataSource* NewBufferedDataSource(MessageLoop* render_loop,
/external/webkit/Source/WebKit/chromium/src/
H A DWebFrameImpl.cpp422 static WebDataSource* DataSourceForDocLoader(DocumentLoader* loader)
514 const WebDataSource* ds = dataSource();
1006 WebDataSource* WebFrameImpl::provisionalDataSource() const
1018 WebDataSource* WebFrameImpl::dataSource() const
/external/webkit/Source/WebKit/mac/Plugins/
H A DWebPluginController.mm132 - (void)setDataSource:(WebDataSource *)dataSource
H A DWebBaseNetscapePluginView.mm798 - (WebDataSource *)dataSource
/external/webkit/Tools/DumpRenderTree/mac/
H A DFrameLoadDelegate.mm136 - (void)webView:(WebView *)c locationChangeDone:(NSError *)error forDataSource:(WebDataSource *)dataSource
H A DLayoutTestControllerMac.mm50 #import <WebKit/WebDataSource.h>
/external/webkit/Source/WebKit/mac/WebCoreSupport/
H A DWebFrameLoaderClient.mm164 static inline WebDataSource *dataSource(DocumentLoader* loader)
1176 WebDataSource *dataSource = [[WebDataSource alloc] _initWithDocumentLoader:loader.get()];
1230 WebDataSource *dataSource = [m_webFrame.get() _dataSource];
/external/webkit/Source/WebKit/win/
H A DWebFrame.cpp39 #include "WebDataSource.h"
646 static inline WebDataSource *getWebDataSource(DocumentLoader* loader)
665 WebDataSource* webDataSource = getWebDataSource(coreFrame->loader()->documentLoader());
689 WebDataSource* webDataSource = getWebDataSource(coreFrame->loader()->provisionalDocumentLoader());
H A DWebView.cpp3056 COMPtr<WebDataSource> dataSourceImpl;
/external/chromium/webkit/glue/
H A Dwebmediaplayer_impl.cc204 void WebMediaPlayerImpl::Proxy::AddDataSource(WebDataSource* data_source) {

Completed in 3096 milliseconds

123