Searched refs:WebDataSource (Results 1 – 25 of 102) sorted by relevance
12345
56 WebDataSource::WebDataSource(WebDocumentLoader* loader) in WebDataSource() function in WebDataSource65 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 …]
38 void setDataSource(WebDataSource*);39 WebDataSource* dataSource() const;47 WebDataSource* m_dataSource;48 WebDataSource* m_detachedDataSource; // not retained
38 class WebDataSource : public IWebDataSource, public IWebDataSourcePrivate41 static WebDataSource* createInstance(WebDocumentLoader*);43 WebDataSource(WebDocumentLoader*);44 ~WebDataSource();
57 void WebDocumentLoader::setDataSource(WebDataSource *dataSource) in setDataSource()65 WebDataSource* WebDocumentLoader::dataSource() const in dataSource()93 WebDataSource* dataSourceToBeReleased = m_dataSource; in detachFromFrame()
36 @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 …
32 @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;
28 #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)
36 @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;
33 @class WebDataSource;47 void setDataSource(WebDataSource *, WebView*);49 WebDataSource *dataSource() const;63 WebDataSource *m_dataSource;
36 @class WebDataSource;148 - (WebDataSource *)dataSource;157 - (WebDataSource *)provisionalDataSource;
28 @class WebDataSource;30 JSObjectRef makeJSPDFDoc(JSContextRef, WebDataSource *);
29 #import <WebKit/WebDataSource.h>31 @interface WebDataSource (WebPrivate)
33 @class WebDataSource;45 WebDataSource *dataSource;
73 - (void)setDataSource:(WebDataSource *)dataSource77 - (void)receivedData:(NSData *)data withDataSource:(WebDataSource *)dataSource81 - (void)receivedError:(NSError *)error withDataSource:(WebDataSource *)dataSource113 - (void)finishedLoadingWithDataSource:(WebDataSource *)dataSource
15 class WebDataSource : public media::DataSource {17 WebDataSource();18 virtual ~WebDataSource();44 DISALLOW_COPY_AND_ASSIGN(WebDataSource);54 typedef Callback1<WebDataSource*>::Type WebDataSourceBuildObserverHack;
10 WebDataSource::WebDataSource() in WebDataSource() function in webkit_glue::WebDataSource14 WebDataSource::~WebDataSource() { in ~WebDataSource()
15 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()
36 @class WebDataSource;41 WebDataSource *_dataSource;55 - (void)setDataSource:(WebDataSource *)dataSource;
80 WebDataSource *dataSource = [mainFrame dataSource];117 …wv identifierForInitialRequest: (NSURLRequest *)request fromDataSource: (WebDataSource *)dataSource127 …quest redirectResponse:(NSURLResponse *)redirectResponse fromDataSource:(WebDataSource *)dataSource175 …ationChallenge:(NSURLAuthenticationChallenge *)challenge fromDataSource:(WebDataSource *)dataSource198 …ationChallenge:(NSURLAuthenticationChallenge *)challenge fromDataSource:(WebDataSource *)dataSource202 …identifier didReceiveResponse: (NSURLResponse *)response fromDataSource:(WebDataSource *)dataSource212 …ce:identifier didReceiveContentLength: (NSInteger)length fromDataSource:(WebDataSource *)dataSource216 -(void)webView: (WebView *)wv resource:identifier didFinishLoadingFromDataSource:(WebDataSource *)d…224 …urce:identifier didFailLoadingWithError:(NSError *)error fromDataSource:(WebDataSource *)dataSource232 - (void)webView: (WebView *)wv plugInFailedWithError:(NSError *)error dataSource:(WebDataSource *)d…[all …]
46 class WebDataSource {103 ~WebDataSource() { } in ~WebDataSource()
18 using WebKit::WebDataSource;42 WebDataSource* iframe_ds = iframe->dataSource(); in TEST_F()
76 …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;
54 - (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;
41 +[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 …]
2024 * 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 be2634 is only called from WebDataSource's dealloc and finalize methods, it won't ever be called2674 * WebView/WebDataSource.mm:3620 * WebView/WebDataSource.mm:3621 (-[WebDataSource request]):4038 * WebView/WebDataSource.mm:[all …]