Home | History | Annotate | Download | only in Interfaces

Lines Matching refs:in

5  * Redistribution and use in source and binary forms, with or without
10 * 2. Redistributions in binary form must reproduce the above copyright
11 * notice, this list of conditions and the following disclaimer in the
17 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE COMPUTER, INC. OR
22 * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
23 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
66 HRESULT canResumeDownloadDecodedWithEncodingMIMEType([in] BSTR mimeType, [out, retval] BOOL* result);
91 HRESULT initWithRequest([in] IWebURLRequest* request, [in] IWebDownloadDelegate* delegate);
96 HRESULT initToResumeWithBundle([in] BSTR bundlePath, [in] IWebDownloadDelegate* delegate);
101 HRESULT bundlePathForTargetPath([in] BSTR target, [out, retval] BSTR* bundle);
111 HRESULT setDeletesFileUponFailure([in] BOOL deletesFileUponFailure);
116 HRESULT setDestination([in] BSTR path, [in] BOOL allowOverwrite);
135 HRESULT decideDestinationWithSuggestedFilename([in] IWebDownload* download, [in] BSTR filename);
137 HRESULT didCancelAuthenticationChallenge([in] IWebDownload* download, [in] IWebURLAuthenticationChallenge* challenge);
139 HRESULT didCreateDestination([in] IWebDownload* download, [in] BSTR destination);
141 HRESULT didFailWithError([in] IWebDownload* download, [in] IWebError* error);
143 HRESULT didReceiveAuthenticationChallenge([in] IWebDownload* download, [in] IWebURLAuthenticationChallenge* challenge);
145 HRESULT didReceiveDataOfLength([in] IWebDownload* download, [in] unsigned length);
147 HRESULT didReceiveResponse([in] IWebDownload* download, [in] IWebURLResponse* response);
149 HRESULT shouldDecodeSourceDataOfMIMEType([in] IWebDownload* download, [in] BSTR encodingType, [out, retval] BOOL* shouldDecode);
151 HRESULT willResumeWithResponse([in] IWebDownload* download, [in] IWebURLResponse* response, [in] long long fromByte);
153 HRESULT willSendRequest([in] IWebDownload* download, [in] IWebMutableURLRequest* request, [in] IWebURLResponse* redirectResponse, [out] IWebMutableURLRequest** finalRequest);
155 HRESULT didBegin([in] IWebDownload* download);
157 HRESULT didFinish([in] IWebDownload* download);