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

123

/external/chromium/webkit/glue/media/
H A Dweb_data_source.cc10 WebDataSource::WebDataSource() function in class:webkit_glue::WebDataSource
14 WebDataSource::~WebDataSource() {
H A Dweb_data_source.h15 class WebDataSource : public media::DataSource { class in namespace:webkit_glue
17 WebDataSource();
18 virtual ~WebDataSource();
44 DISALLOW_COPY_AND_ASSIGN(WebDataSource);
48 // be called when WebDataSource objects are created. This can be removed
53 // a WebDataSource list or call Abort().
54 typedef Callback1<WebDataSource*>::Type WebDataSourceBuildObserverHack;
H A Dweb_data_source_factory.cc15 WebDataSource* data_source,
26 scoped_refptr<WebDataSource> data_source_;
60 WebDataSource* data_source = factory_function_(render_loop_, frame_);
69 WebDataSource* data_source,
89 scoped_refptr<WebDataSource> data_source;
H A Dweb_data_source_factory.h21 typedef WebDataSource* (*FactoryFunction)(MessageLoop* render_loop,
/external/webkit/Source/WebKit/mac/WebView/
H A DWebJSPDFDoc.h28 @class WebDataSource;
30 JSObjectRef makeJSPDFDoc(JSContextRef, WebDataSource *);
H A DWebResourceLoadDelegate.h36 @class WebDataSource;
67 - (id)webView:(WebView *)sender identifierForInitialRequest:(NSURLRequest *)request fromDataSource:(WebDataSource *)dataSource;
83 - (NSURLRequest *)webView:(WebView *)sender resource:(id)identifier willSendRequest:(NSURLRequest *)request redirectResponse:(NSURLResponse *)redirectResponse fromDataSource:(WebDataSource *)dataSource;
94 - (void)webView:(WebView *)sender resource:(id)identifier didReceiveAuthenticationChallenge:(NSURLAuthenticationChallenge *)challenge fromDataSource:(WebDataSource *)dataSource;
101 - (void)webView:(WebView *)sender resource:(id)identifier didCancelAuthenticationChallenge:(NSURLAuthenticationChallenge *)challenge fromDataSource:(WebDataSource *)dataSource;
116 - (void)webView:(WebView *)sender resource:(id)identifier didReceiveResponse:(NSURLResponse *)response fromDataSource:(WebDataSource *)dataSource;
127 - (void)webView:(WebView *)sender resource:(id)identifier didReceiveContentLength:(WebNSInteger)length fromDataSource:(WebDataSource *)dataSource;
137 - (void)webView:(WebView *)sender resource:(id)identifier didFinishLoadingFromDataSource:(WebDataSource *)dataSource;
148 - (void)webView:(WebView *)sender resource:(id)identifier didFailLoadingWithError:(NSError *)error fromDataSource:(WebDataSource *)dataSource;
162 - (void)webView:(WebView *)sender plugInFailedWithError:(NSError *)error dataSource:(WebDataSource *)dataSourc
[all...]
H A DWebDataSourcePrivate.h29 #import <WebKit/WebDataSource.h>
31 @interface WebDataSource (WebPrivate)
H A DWebDocument.h32 @class WebDataSource;
45 - (void)setDataSource:(WebDataSource *)dataSource;
52 - (void)dataSourceUpdated:(WebDataSource *)dataSource;
165 - (void)setDataSource:(WebDataSource *)dataSource;
173 - (void)receivedData:(NSData *)data withDataSource:(WebDataSource *)dataSource;
181 - (void)receivedError:(NSError *)error withDataSource:(WebDataSource *)dataSource;
188 - (void)finishedLoadingWithDataSource:(WebDataSource *)dataSource;
H A DWebJSPDFDoc.mm28 #import "WebDataSource.h"
36 WebDataSource *dataSource = (WebDataSource *)JSObjectGetPrivate(object);
42 WebDataSource *dataSource = (WebDataSource *)JSObjectGetPrivate(object);
48 WebDataSource *dataSource = (WebDataSource *)JSObjectGetPrivate(thisObject);
71 JSObjectRef makeJSPDFDoc(JSContextRef ctx, WebDataSource *dataSource)
H A DWebDocumentLoaderMac.h33 @class WebDataSource;
47 void setDataSource(WebDataSource *, WebView*);
49 WebDataSource *dataSource() const;
63 WebDataSource *m_dataSource;
H A DWebResourceLoadDelegatePrivate.h36 @class WebDataSource;
43 - (void)webView:(WebView *)webView didLoadResourceFromMemoryCache:(NSURLRequest *)request response:(NSURLResponse *)response length:(WebNSInteger)length fromDataSource:(WebDataSource *)dataSource;
44 - (BOOL)webView:(WebView *)webView resource:(id)identifier shouldUseCredentialStorageForDataSource:(WebDataSource *)dataSource;
53 - (BOOL)webView:(WebView *)sender resource:(id)identifier canAuthenticateAgainstProtectionSpace:(NSURLProtectionSpace *)protectionSpace forDataSource:(WebDataSource *)dataSource;
H A DWebPDFView.h33 @class WebDataSource;
45 WebDataSource *dataSource;
H A DWebHTMLView.h31 @class WebDataSource;
H A DWebFrameView.h31 @class WebDataSource;
H A DWebFrame.h36 @class WebDataSource;
45 has a WebFrameView and a WebDataSource.
148 - (WebDataSource *)dataSource;
157 - (WebDataSource *)provisionalDataSource;
H A DWebFrameViewInternal.h38 - (NSView <WebDocumentView> *)_makeDocumentViewForDataSource:(WebDataSource *)dataSource;
H A DWebPDFRepresentation.mm73 - (void)setDataSource:(WebDataSource *)dataSource
77 - (void)receivedData:(NSData *)data withDataSource:(WebDataSource *)dataSource
81 - (void)receivedError:(NSError *)error withDataSource:(WebDataSource *)dataSource
113 - (void)finishedLoadingWithDataSource:(WebDataSource *)dataSource
/external/webkit/Source/WebKit/win/
H A DWebDocumentLoader.h26 #include "WebDataSource.h"
38 void setDataSource(WebDataSource*);
39 WebDataSource* dataSource() const;
47 WebDataSource* m_dataSource;
48 WebDataSource* m_detachedDataSource; // not retained
H A DWebDataSource.cpp28 #include "WebDataSource.h"
50 // WebDataSource ----------------------------------------------------------------
56 WebDataSource::WebDataSource(WebDocumentLoader* loader) function in class:WebDataSource
62 gClassNameCount.add("WebDataSource");
65 WebDataSource::~WebDataSource()
71 gClassNameCount.remove("WebDataSource");
74 WebDataSource* WebDataSource
[all...]
H A DWebDocumentLoader.cpp57 void WebDocumentLoader::setDataSource(WebDataSource *dataSource)
65 WebDataSource* WebDocumentLoader::dataSource() const
72 // we only call detachDataSource when the WebDataSource is freed - and we won't get there if m_dataSource is not
93 WebDataSource* dataSourceToBeReleased = m_dataSource;
H A DWebDataSource.h38 class WebDataSource : public IWebDataSource, public IWebDataSourcePrivate class in inherits:IWebDataSource,IWebDataSourcePrivate
41 static WebDataSource* createInstance(WebDocumentLoader*);
43 WebDataSource(WebDocumentLoader*);
44 ~WebDataSource();
116 // WebDataSource
/external/webkit/Source/WebKit/mac/Plugins/
H A DWebPluginController.h36 @class WebDataSource;
41 WebDataSource *_dataSource;
55 - (void)setDataSource:(WebDataSource *)dataSource;
/external/chromium/webkit/glue/
H A Diframe_redirect_unittest.cc9 #include "third_party/WebKit/Source/WebKit/chromium/public/WebDataSource.h"
18 using WebKit::WebDataSource;
42 WebDataSource* iframe_ds = iframe->dataSource();
/external/webkit/Source/WebKit/chromium/public/
H A DWebDataSource.h46 class WebDataSource { class in namespace:WebKit
103 ~WebDataSource() { }
/external/webkit/Tools/DumpRenderTree/mac/
H A DResourceLoadDelegate.mm80 WebDataSource *dataSource = [mainFrame dataSource];
117 - webView: (WebView *)wv identifierForInitialRequest: (NSURLRequest *)request fromDataSource: (WebDataSource *)dataSource
127 -(NSURLRequest *)webView: (WebView *)wv resource:identifier willSendRequest: (NSURLRequest *)request redirectResponse:(NSURLResponse *)redirectResponse fromDataSource:(WebDataSource *)dataSource
175 - (void)webView:(WebView *)wv resource:(id)identifier didReceiveAuthenticationChallenge:(NSURLAuthenticationChallenge *)challenge fromDataSource:(WebDataSource *)dataSource
198 - (void)webView:(WebView *)wv resource:(id)identifier didCancelAuthenticationChallenge:(NSURLAuthenticationChallenge *)challenge fromDataSource:(WebDataSource *)dataSource
202 -(void)webView: (WebView *)wv resource:identifier didReceiveResponse: (NSURLResponse *)response fromDataSource:(WebDataSource *)dataSource
212 -(void)webView: (WebView *)wv resource:identifier didReceiveContentLength: (NSInteger)length fromDataSource:(WebDataSource *)dataSource
216 -(void)webView: (WebView *)wv resource:identifier didFinishLoadingFromDataSource:(WebDataSource *)dataSource
224 -(void)webView: (WebView *)wv resource:identifier didFailLoadingWithError:(NSError *)error fromDataSource:(WebDataSource *)dataSource
232 - (void)webView: (WebView *)wv plugInFailedWithError:(NSError *)error dataSource:(WebDataSource *)dataSourc
[all...]

Completed in 174 milliseconds

123