Home
last modified time | relevance | path

Searched refs:WebDataSource (Results 1 – 25 of 102) sorted by relevance

12345

/external/webkit/Source/WebKit/win/
DWebDataSource.cpp56 WebDataSource::WebDataSource(WebDocumentLoader* loader) in WebDataSource() function in WebDataSource
65 WebDataSource::~WebDataSource() in ~WebDataSource()
74 WebDataSource* WebDataSource::createInstance(WebDocumentLoader* loader) in createInstance()
76 WebDataSource* instance = new WebDataSource(loader); in createInstance()
81 WebDocumentLoader* WebDataSource::documentLoader() const in documentLoader()
88 HRESULT STDMETHODCALLTYPE WebDataSource::overrideEncoding( in overrideEncoding()
95 HRESULT STDMETHODCALLTYPE WebDataSource::setOverrideEncoding( in setOverrideEncoding()
102 HRESULT STDMETHODCALLTYPE WebDataSource::mainDocumentError( in mainDocumentError()
122 HRESULT STDMETHODCALLTYPE WebDataSource::setDeferMainResourceDataLoad( in setDeferMainResourceDataLoad()
134 HRESULT STDMETHODCALLTYPE WebDataSource::QueryInterface(REFIID riid, void** ppvObject) in QueryInterface()
[all …]
DWebDocumentLoader.h38 void setDataSource(WebDataSource*);
39 WebDataSource* dataSource() const;
47 WebDataSource* m_dataSource;
48 WebDataSource* m_detachedDataSource; // not retained
DWebDataSource.h38 class WebDataSource : public IWebDataSource, public IWebDataSourcePrivate
41 static WebDataSource* createInstance(WebDocumentLoader*);
43 WebDataSource(WebDocumentLoader*);
44 ~WebDataSource();
DWebDocumentLoader.cpp57 void WebDocumentLoader::setDataSource(WebDataSource *dataSource) in setDataSource()
65 WebDataSource* WebDocumentLoader::dataSource() const in dataSource()
93 WebDataSource* dataSourceToBeReleased = m_dataSource; in detachFromFrame()
/external/webkit/Source/WebKit/mac/WebView/
DWebResourceLoadDelegate.h36 @class WebDataSource;
67 …der identifierForInitialRequest:(NSURLRequest *)request fromDataSource:(WebDataSource *)dataSource;
83 …uest redirectResponse:(NSURLResponse *)redirectResponse fromDataSource:(WebDataSource *)dataSource;
94 …tionChallenge:(NSURLAuthenticationChallenge *)challenge fromDataSource:(WebDataSource *)dataSource;
101 …tionChallenge:(NSURLAuthenticationChallenge *)challenge fromDataSource:(WebDataSource *)dataSource;
116 …identifier didReceiveResponse:(NSURLResponse *)response fromDataSource:(WebDataSource *)dataSource;
127 …identifier didReceiveContentLength:(WebNSInteger)length fromDataSource:(WebDataSource *)dataSource;
137 …ebView *)sender resource:(id)identifier didFinishLoadingFromDataSource:(WebDataSource *)dataSource;
148 …(id)identifier didFailLoadingWithError:(NSError *)error fromDataSource:(WebDataSource *)dataSource;
162 - (void)webView:(WebView *)sender plugInFailedWithError:(NSError *)error dataSource:(WebDataSource
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;
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)
DWebResourceLoadDelegatePrivate.h36 @class WebDataSource;
43 …e:(NSURLResponse *)response length:(WebNSInteger)length fromDataSource:(WebDataSource *)dataSource;
44 …ebView resource:(id)identifier shouldUseCredentialStorageForDataSource:(WebDataSource *)dataSource;
53 …tProtectionSpace:(NSURLProtectionSpace *)protectionSpace forDataSource:(WebDataSource *)dataSource;
DWebDocumentLoaderMac.h33 @class WebDataSource;
47 void setDataSource(WebDataSource *, WebView*);
49 WebDataSource *dataSource() const;
63 WebDataSource *m_dataSource;
DWebFrame.h36 @class WebDataSource;
148 - (WebDataSource *)dataSource;
157 - (WebDataSource *)provisionalDataSource;
DWebJSPDFDoc.h28 @class WebDataSource;
30 JSObjectRef makeJSPDFDoc(JSContextRef, WebDataSource *);
DWebDataSourcePrivate.h29 #import <WebKit/WebDataSource.h>
31 @interface WebDataSource (WebPrivate)
DWebPDFView.h33 @class WebDataSource;
45 WebDataSource *dataSource;
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/chromium/webkit/glue/media/
Dweb_data_source.h15 class WebDataSource : public media::DataSource {
17 WebDataSource();
18 virtual ~WebDataSource();
44 DISALLOW_COPY_AND_ASSIGN(WebDataSource);
54 typedef Callback1<WebDataSource*>::Type WebDataSourceBuildObserverHack;
Dweb_data_source.cc10 WebDataSource::WebDataSource() in WebDataSource() function in webkit_glue::WebDataSource
14 WebDataSource::~WebDataSource() { in ~WebDataSource()
Dweb_data_source_factory.cc15 WebDataSource* data_source,
26 scoped_refptr<WebDataSource> data_source_;
60 WebDataSource* data_source = factory_function_(render_loop_, frame_); in CreateRequest()
69 WebDataSource* data_source, in BuildRequest()
89 scoped_refptr<WebDataSource> data_source; in InitDone()
/external/webkit/Source/WebKit/mac/Plugins/
DWebPluginController.h36 @class WebDataSource;
41 WebDataSource *_dataSource;
55 - (void)setDataSource:(WebDataSource *)dataSource;
/external/webkit/Tools/DumpRenderTree/mac/
DResourceLoadDelegate.mm80 WebDataSource *dataSource = [mainFrame dataSource];
117 …wv identifierForInitialRequest: (NSURLRequest *)request fromDataSource: (WebDataSource *)dataSource
127 …quest redirectResponse:(NSURLResponse *)redirectResponse fromDataSource:(WebDataSource *)dataSource
175 …ationChallenge:(NSURLAuthenticationChallenge *)challenge fromDataSource:(WebDataSource *)dataSource
198 …ationChallenge:(NSURLAuthenticationChallenge *)challenge fromDataSource:(WebDataSource *)dataSource
202 …identifier didReceiveResponse: (NSURLResponse *)response fromDataSource:(WebDataSource *)dataSource
212 …ce:identifier didReceiveContentLength: (NSInteger)length fromDataSource:(WebDataSource *)dataSource
216 -(void)webView: (WebView *)wv resource:identifier didFinishLoadingFromDataSource:(WebDataSource *)d…
224 …urce:identifier didFailLoadingWithError:(NSError *)error fromDataSource:(WebDataSource *)dataSource
232 - (void)webView: (WebView *)wv plugInFailedWithError:(NSError *)error dataSource:(WebDataSource *)d…
[all …]
/external/webkit/Source/WebKit/chromium/public/
DWebDataSource.h46 class WebDataSource {
103 ~WebDataSource() { } in ~WebDataSource()
/external/chromium/webkit/glue/
Diframe_redirect_unittest.cc18 using WebKit::WebDataSource;
42 WebDataSource* iframe_ds = iframe->dataSource(); in TEST_F()
/external/webkit/Source/WebKit/win/Interfaces/
DIWebResourceLoadDelegate.idl76 …der identifierForInitialRequest:(NSURLRequest *)request fromDataSource:(WebDataSource *)dataSource;
93 …uest redirectResponse:(NSURLResponse *)redirectResponse fromDataSource:(WebDataSource *)dataSource;
105 …tionChallenge:(NSURLAuthenticationChallenge *)challenge fromDataSource:(WebDataSource *)dataSource;
113 …tionChallenge:(NSURLAuthenticationChallenge *)challenge fromDataSource:(WebDataSource *)dataSource;
129 …identifier didReceiveResponse:(NSURLResponse *)response fromDataSource:(WebDataSource *)dataSource;
141 …(id)identifier didReceiveContentLength:(WebNSInt)length fromDataSource:(WebDataSource *)dataSource;
152 …ebView *)sender resource:(id)identifier didFinishLoadingFromDataSource:(WebDataSource *)dataSource;
164 …(id)identifier didFailLoadingWithError:(NSError *)error fromDataSource:(WebDataSource *)dataSource;
179 …ew:(WebView *)sender plugInFailedWithError:(NSError *)error dataSource:(WebDataSource *)dataSource;
DIWebDocument.idl54 - (void)setDataSource:(WebDataSource *)dataSource;
62 - (void)dataSourceUpdated:(WebDataSource *)dataSource;
194 - (void)setDataSource:(WebDataSource *)dataSource;
203 - (void)receivedData:(NSData *)data withDataSource:(WebDataSource *)dataSource;
212 - (void)receivedError:(NSError *)error withDataSource:(WebDataSource *)dataSource;
220 - (void)finishedLoadingWithDataSource:(WebDataSource *)dataSource;
/external/webkit/Source/WebKit/mac/
DWebKit.order41 +[WebDataSource(WebInternal) _repTypesAllowImageTypeOmission:]
123 -[WebDataSource(WebInternal) _initWithDocumentLoader:]
125 -[WebDataSource webFrame]
143 -[WebDataSource(WebPrivate) _responseMIMEType]
144 -[WebDataSource response]
155 -[WebDataSource representation]
190 -[WebDataSource(WebInternal) _webView]
194 -[WebDataSource(WebInternal) _documentLoader]
195 -[WebDataSource pageTitle]
197 -[WebDataSource(WebInternal) _finishedLoading]
[all …]
DChangeLog-2007-10-142024 * WebView/WebDataSource.mm:
2025 (-[WebDataSource _documentFragmentWithArchive:]):
2603 …- fix <rdar://problem/5310848> WebDataSource lifetime problem -- may be cause of the leaks seen on…
2605 * WebView/WebDataSource.mm:
2610 WebDataSource is deallocated. Added retain/releaseDataSource helper functions to be
2634 is only called from WebDataSource's dealloc and finalize methods, it won't ever be called
2674 * WebView/WebDataSource.mm:
3620 * WebView/WebDataSource.mm:
3621 (-[WebDataSource request]):
4038 * WebView/WebDataSource.mm:
[all …]

12345