Home
last modified time | relevance | path

Searched refs:dataSource (Results 1 – 25 of 56) sorted by relevance

123

/external/webkit/WebKit/mac/WebView/
DWebResourceLoadDelegate.h67 …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 …ew:(WebView *)sender plugInFailedWithError:(NSError *)error dataSource:(WebDataSource *)dataSource;
DWebHTMLRepresentation.mm64 WebDataSource *dataSource; field
146 - (void)setDataSource:(WebDataSource *)dataSource
148 _private->dataSource = dataSource;
153 …return [[[_private->dataSource response] MIMEType] _webkit_isCaseInsensitiveEqualToString:@"applic…
156 - (void)receivedData:(NSData *)data withDataSource:(WebDataSource *)dataSource
158 WebFrame *webFrame = [dataSource webFrame];
161 … [webFrame _receivedData:data textEncodingName:[[_private->dataSource response] textEncodingName]];
170 … [_private->manualLoader pluginView:_private->pluginView receivedResponse:[dataSource response]];
179 - (void)receivedError:(NSError *)error withDataSource:(WebDataSource *)dataSource
186 - (void)finishedLoadingWithDataSource:(WebDataSource *)dataSource
[all …]
DWebDocument.h45 - (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;
DWebPDFRepresentation.m69 - (void)setDataSource:(WebDataSource *)dataSource;
73 - (void)receivedData:(NSData *)data withDataSource:(WebDataSource *)dataSource;
77 - (void)receivedError:(NSError *)error withDataSource:(WebDataSource *)dataSource;
109 - (void)finishedLoadingWithDataSource:(WebDataSource *)dataSource
111 NSData *data = [dataSource data];
114 NSString *mimeType = [[dataSource response] MIMEType];
121 WebPDFView *view = (WebPDFView *)[[[dataSource webFrame] frameView] documentView];
DWebResourceLoadDelegatePrivate.h43 …e:(NSURLResponse *)response length:(WebNSInteger)length fromDataSource:(WebDataSource *)dataSource;
44 …ebView resource:(id)identifier shouldUseCredentialStorageForDataSource:(WebDataSource *)dataSource;
DWebDocumentLoaderMac.mm65 void WebDocumentLoaderMac::setDataSource(WebDataSource *dataSource, WebView *webView)
70 m_dataSource = dataSource;
83 WebDataSource *WebDocumentLoaderMac::dataSource() const function
DWebPDFView.mm186 [dataSource release];
277 [[dataSource webFrame] _clearSelectionInOtherFrames];
344 _applicationInfoForMIMEType([[dataSource response] MIMEType], &appName, &appIcon);
361 WebView *webView = [[dataSource webFrame] webView];
536 if (dataSource == ds)
539 dataSource = [ds retain];
546 - (void)dataSourceUpdated:(WebDataSource *)dataSource
570 WebFrame *frame = [dataSource webFrame];
744 WebFrame *frame = [dataSource webFrame];
953 …core([dataSource webFrame])->loader()->loadFrameRequestWithFormAndValues(ResourceRequest(URL), fal…
[all …]
DWebFrameViewInternal.h38 - (NSView <WebDocumentView> *)_makeDocumentViewForDataSource:(WebDataSource *)dataSource;
DWebPDFView.h45 WebDataSource *dataSource; variable
/external/webkit/WebKitTools/DumpRenderTree/win/
DResourceLoadDelegate.h48 /* [in] */ IWebDataSource *dataSource,
56 /* [in] */ IWebDataSource *dataSource,
63 /* [in] */ IWebDataSource *dataSource) { return E_NOTIMPL; } in didReceiveAuthenticationChallenge() argument
69 /* [in] */ IWebDataSource *dataSource) { return E_NOTIMPL; } in didCancelAuthenticationChallenge() argument
75 /* [in] */ IWebDataSource *dataSource) { return E_NOTIMPL; } in didReceiveResponse() argument
81 /* [in] */ IWebDataSource *dataSource) { return E_NOTIMPL; } in didReceiveContentLength() argument
86 /* [in] */ IWebDataSource *dataSource);
92 /* [in] */ IWebDataSource *dataSource);
97 /* [in] */ IWebDataSource *dataSource) { return E_NOTIMPL; } in plugInFailedWithError() argument
DResourceLoadDelegate.cpp195 /* [in] */ IWebDataSource* dataSource, in identifierForInitialRequest() argument
214 /* [in] */ IWebDataSource* dataSource, in willSendRequest() argument
232 /* [in] */ IWebDataSource* dataSource) in didFinishLoadingFromDataSource() argument
247 /* [in] */ IWebDataSource* dataSource) in didFailLoadingWithError() argument
DLayoutTestControllerWin.cpp185 COMPtr<IWebDataSource> dataSource; in queueLoad() local
186 if (FAILED(frame->dataSource(&dataSource))) in queueLoad()
190 if (FAILED(dataSource->response(&response)) || !response) in queueLoad()
/external/webkit/WebKit/win/Interfaces/
DIWebResourceLoadDelegate.idl68 @param dataSource The datasource that initiated the load.
76 …der identifierForInitialRequest:(NSURLRequest *)request fromDataSource:(WebDataSource *)dataSource;
78 … IWebView* webView, [in] IWebURLRequest* request, [in] IWebDataSource* dataSource, [in] unsigned l…
90 @param dataSource The dataSource that initiated the load.
93 …uest redirectResponse:(NSURLResponse *)redirectResponse fromDataSource:(WebDataSource *)dataSource;
95 … request, [in] IWebURLResponse* redirectResponse, [in] IWebDataSource* dataSource, [out, retval] I…
105 …tionChallenge:(NSURLAuthenticationChallenge *)challenge fromDataSource:(WebDataSource *)dataSource;
107 …d long identifier,[in] IWebURLAuthenticationChallenge* challenge, [in] IWebDataSource* dataSource);
113 …tionChallenge:(NSURLAuthenticationChallenge *)challenge fromDataSource:(WebDataSource *)dataSource;
115 … long identifier, [in] IWebURLAuthenticationChallenge* challenge, [in] IWebDataSource* dataSource);
[all …]
DIWebDocument.idl53 @param dataSource The corresponding data source.
54 - (void)setDataSource:(WebDataSource *)dataSource;
56 HRESULT setDataSource([in] IWebDataSource* dataSource);
61 @param dataSource The corresponding data source.
62 - (void)dataSourceUpdated:(WebDataSource *)dataSource;
64 HRESULT dataSourceUpdated([in] IWebDataSource* dataSource);
193 @param dataSource The data source that is set.
194 - (void)setDataSource:(WebDataSource *)dataSource;
196 HRESULT setDataSource([in] IWebDataSource* dataSource);
202 @param dataSource The data source that has received data.
[all …]
DIWebResourceLoadDelegatePrivate.idl55 @param dataSource The datasource that initiated the load.
58 …ponse:(NSURLResponse *)response length:(NSInteger)length fromDataSource:(WebDataSource *)dataSource
60 …quest* request, [in] IWebURLResponse* response, [in] UINT length, [in] IWebDataSource* dataSource);
71 …IWebView* webView, [in] unsigned long identifier, [in] IWebDataSource* dataSource, [out, retval] B…
/external/webkit/WebKitTools/DumpRenderTree/mac/
DResourceLoadDelegate.mm76 WebDataSource *dataSource = [mainFrame dataSource];
77 if (!dataSource)
78 dataSource = [mainFrame provisionalDataSource];
80 NSString *basePath = [[[[dataSource request] URL] path] stringByDeletingLastPathComponent];
107 …wv identifierForInitialRequest: (NSURLRequest *)request fromDataSource: (WebDataSource *)dataSource
109 ASSERT([[dataSource webFrame] dataSource] || [[dataSource webFrame] provisionalDataSource]);
117 …quest redirectResponse:(NSURLResponse *)redirectResponse fromDataSource:(WebDataSource *)dataSource
142 …ationChallenge:(NSURLAuthenticationChallenge *)challenge fromDataSource:(WebDataSource *)dataSource
146 …ationChallenge:(NSURLAuthenticationChallenge *)challenge fromDataSource:(WebDataSource *)dataSource
150 …identifier didReceiveResponse: (NSURLResponse *)response fromDataSource:(WebDataSource *)dataSource
[all …]
DFrameLoadDelegate.mm127 …)webView:(WebView *)c locationChangeDone:(NSError *)error forDataSource:(WebDataSource *)dataSource
129 if ([dataSource webFrame] == topLoadingFrame) {
169 ASSERT([frame dataSource]);
198 ASSERT([frame dataSource]);
199 ASSERT(frame == [[frame dataSource] webFrame]);
211 [self webView:sender locationChangeDone:nil forDataSource:[frame dataSource]];
223 ASSERT([frame dataSource]);
225 [self webView:sender locationChangeDone:error forDataSource:[frame dataSource]];
/external/webkit/WebKitTools/WinLauncher/
DWinLauncher.cpp61 IWebDataSource* dataSource = 0; in updateAddressBar() local
71 hr = mainFrame->dataSource(&dataSource); in updateAddressBar()
72 if (FAILED(hr) || !dataSource) in updateAddressBar()
73 hr = mainFrame->provisionalDataSource(&dataSource); in updateAddressBar()
74 if (FAILED(hr) || !dataSource) in updateAddressBar()
77 hr = dataSource->request(&request); in updateAddressBar()
90 if (dataSource) in updateAddressBar()
91 dataSource->Release(); in updateAddressBar()
/external/webkit/WebKit/win/
DWebHTMLRepresentation.h106 /* [in] */ IWebDataSource* dataSource);
110 /* [in] */ IWebDataSource* dataSource);
114 /* [in] */ IWebDataSource* dataSource);
117 /* [in] */ IWebDataSource* dataSource);
DWebDocumentLoader.cpp57 void WebDocumentLoader::setDataSource(WebDataSource *dataSource) in setDataSource() argument
60 m_dataSource = dataSource; in setDataSource()
65 WebDataSource* WebDocumentLoader::dataSource() const in dataSource() function in WebDocumentLoader
DWebHTMLRepresentation.cpp269 COMPtr<IWebDataSource> dataSource; in documentSource() local
270 hr = m_frame->dataSource(&dataSource); in documentSource()
275 hr = dataSource->data(&data); in documentSource()
DWebDocumentLoader.h42 WebDataSource* dataSource() const;
/external/webkit/WebKitTools/DrawTest/
DDrawTestDocument.m75 WebDataSource* dataSource = [[drawView mainFrame] dataSource];
76 …NSLog(@"SVG Markup for file %@:\n%@", [self fileURL], [[dataSource representation] documentSource]…
88 WebDataSource* dataSource = [[drawView mainFrame] dataSource];
89 return [dataSource data];
/external/webkit/WebKit/mac/WebCoreSupport/
DWebFrameLoaderClient.mm146 static inline WebDataSource *dataSource(DocumentLoader* loader) function
148 return loader ? static_cast<WebDocumentLoaderMac*>(loader)->dataSource() : nil;
212 [dataSource(loader) _makeRepresentation];
332 …th:fromDataSource:), request.nsURLRequest(), response.nsURLResponse(), length, dataSource(loader));
344 …(webView:identifierForInitialRequest:fromDataSource:), request.nsURLRequest(), dataSource(loader));
367 …ntifier:identifier], request.nsURLRequest(), redirectResponse.nsURLResponse(), dataSource(loader));
377 …selector(webView:resource:shouldUseCredentialStorageForDataSource:), resource, dataSource(loader));
392 …ce:didReceiveAuthenticationChallenge:fromDataSource:), resource, webChallenge, dataSource(loader));
409 …rce:didCancelAuthenticationChallenge:fromDataSource:), resource, webChallenge, dataSource(loader));
423 …ource:didReceiveResponse:fromDataSource:), resource, response.nsURLResponse(), dataSource(loader));
[all …]
/external/webkit/WebKit/mac/Plugins/
DWebPluginController.h51 - (void)setDataSource:(WebDataSource *)dataSource;

123