Searched defs:download (Results 1 - 25 of 38) sorted by relevance

12

/macosx-10.10.1/ruby-106/ruby/lib/rubygems/
H A Dsource_specific_file.rb23 def download(spec, dir=nil) method in class:Gem
H A Dsource_local.rb83 def download(spec, cache_dir=nil) method
H A Dsource.rb145 def download(spec, dir=Dir.pwd) method in class:Gem
H A Dtest_utilities.rb119 def download spec, source_uri, install_dir = Gem.dir method in class:Gem
H A Ddependency_resolver.rb402 def download(path) method in class:Gem.DependencyResolver.ActivationRequest
H A Dremote_fetcher.rb132 def download(spec, source_uri, install_dir = Gem.dir) method in class:Gem
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/C/
H A DWKDownload.cpp40 uint64_t WKDownloadGetID(WKDownloadRef download) argument
45 WKURLRequestRef WKDownloadCopyRequest(WKDownloadRef download) argument
50 WKDataRef WKDownloadGetResumeData(WKDownloadRef download) argument
55 void WKDownloadCancel(WKDownloadRef download) argument
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/
H A DWebFramePolicyListenerProxy.cpp43 void WebFramePolicyListenerProxy::download() function in class:WebKit::WebFramePolicyListenerProxy
/macosx-10.10.1/WebKit2-7600.1.25/Shared/Downloads/
H A DDownloadAuthenticationClient.cpp35 DownloadAuthenticationClient::DownloadAuthenticationClient(Download* download) argument
H A DDownloadAuthenticationClient.h44 static PassRefPtr<DownloadAuthenticationClient> create(Download* download) { return adoptRef(new DownloadAuthenticationClient(download)); } argument
H A DDownloadManager.cpp43 auto download = std::make_unique<Download>(*this, downloadID, request); local
52 auto download = std::make_unique<Download>(*this, downloadID, request); local
61 Download* download = m_downloads.get(downloadID); local
68 void DownloadManager::downloadFinished(Download* download) argument
[all...]
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/efl/
H A Dewk_download_job_private.h45 static PassRefPtr<EwkDownloadJob> create(WKDownloadRef download, EwkView* viewImpl) argument
H A Dewk_navigation_policy_decision.cpp141 void EwkNavigationPolicyDecision::download() function in class:EwkNavigationPolicyDecision
H A Dewk_download_job.cpp39 EwkDownloadJob::EwkDownloadJob(WKDownloadRef download, EwkView* viewImpl) argument
67 Ewk_Download_Job_State ewk_download_job_state_get(const Ewk_Download_Job* download) argument
79 Ewk_Url_Request* ewk_download_job_request_get(const Ewk_Download_Job* download) argument
96 Ewk_Url_Response* ewk_download_job_response_get(const Ewk_Download_Job* download) argument
108 ewk_download_job_destination_get(const Ewk_Download_Job* download) argument
120 ewk_download_job_destination_set(Ewk_Download_Job* download, const char* destination) argument
135 ewk_download_job_suggested_filename_get(const Ewk_Download_Job* download) argument
147 ewk_download_job_cancel(Ewk_Download_Job* download) argument
165 ewk_download_job_estimated_progress_get(const Ewk_Download_Job* download) argument
184 ewk_download_job_elapsed_time_get(const Ewk_Download_Job* download) argument
206 ewk_download_job_received_data_size_get(const Ewk_Download_Job* download) argument
[all...]
/macosx-10.10.1/WebKit-7600.1.25/win/
H A DWebFramePolicyListener.cpp100 HRESULT STDMETHODCALLTYPE WebFramePolicyListener::download(void) function in class:WebFramePolicyListener
H A DDefaultDownloadDelegate.cpp107 HRESULT STDMETHODCALLTYPE DefaultDownloadDelegate::decideDestinationWithSuggestedFilename(IWebDownload *download, BSTR filename) argument
142 HRESULT STDMETHODCALLTYPE DefaultDownloadDelegate::didCancelAuthenticationChallenge(IWebDownload* download, IWebURLAuthenticationChallenge* challenge) argument
149 HRESULT STDMETHODCALLTYPE DefaultDownloadDelegate::didCreateDestination(IWebDownload* download, BSTR destination) argument
157 didReceiveAuthenticationChallenge(IWebDownload* download, IWebURLAuthenticationChallenge* challenge) argument
165 didReceiveDataOfLength(IWebDownload* download, unsigned length) argument
173 didReceiveResponse(IWebDownload* download, IWebURLResponse* response) argument
181 shouldDecodeSourceDataOfMIMEType(IWebDownload* download, BSTR encodingType, BOOL* shouldDecode) argument
190 willResumeWithResponse(IWebDownload* download, IWebURLResponse* response, long long fromByte) argument
199 willSendRequest(IWebDownload* download, IWebMutableURLRequest* request, IWebURLResponse* redirectResponse, IWebMutableURLRequest** finalRequest) argument
210 didBegin(IWebDownload* download) argument
217 didFinish(IWebDownload* download) argument
224 didFailWithError(IWebDownload* download, IWebError* error) argument
232 registerDownload(IWebDownload* download) argument
240 unregisterDownload(IWebDownload* download) argument
[all...]
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/gtk/
H A DWebKitDownloadClient.cpp37 GRefPtr<WebKitDownload> download = webkitWebContextGetOrCreateDownload(toImpl(wkDownload)); local
43 GRefPtr<WebKitDownload> download = webkitWebContextGetOrCreateDownload(toImpl(wkDownload)); local
53 GRefPtr<WebKitDownload> download = webkitWebContextGetOrCreateDownload(toImpl(wkDownload)); local
59 GRefPtr<WebKitDownload> download = webkitWebContextGetOrCreateDownload(toImpl(wkDownload)); local
67 GRefPtr<WebKitDownload> download local
73 GRefPtr<WebKitDownload> download = webkitWebContextGetOrCreateDownload(toImpl(wkDownload)); local
84 GRefPtr<WebKitDownload> download = webkitWebContextGetOrCreateDownload(toImpl(wkDownload)); local
91 GRefPtr<WebKitDownload> download = webkitWebContextGetOrCreateDownload(toImpl(wkDownload)); local
[all...]
H A DWebKitDownload.cpp76 RefPtr<DownloadProxy> download; member in struct:_WebKitDownloadPrivate
95 WebKitDownload* download = WEBKIT_DOWNLOAD(object); local
112 static gboolean webkitDownloadDecideDestination(WebKitDownload* download, const gchar* suggestedFilename) argument
281 WebKitDownload* download = WEBKIT_DOWNLOAD(g_object_new(WEBKIT_TYPE_DOWNLOAD, NULL)); local
288 WebKitDownload* download = webkitDownloadCreate(downloadProxy); local
293 webkitDownloadSetResponse(WebKitDownload* download, WebKitURIResponse* response) argument
299 webkitDownloadSetWebView(WebKitDownload* download, WebKitWebView* webView) argument
305 webkitDownloadIsCancelled(WebKitDownload* download) argument
310 webkitDownloadNotifyProgress(WebKitDownload* download, guint64 bytesReceived) argument
341 webkitDownloadFailed(WebKitDownload* download, const ResourceError& resourceError) argument
352 webkitDownloadCancelled(WebKitDownload* download) argument
358 webkitDownloadFinished(WebKitDownload* download) argument
373 webkitDownloadDecideDestinationWithSuggestedFilename(WebKitDownload* download, const CString& suggestedFilename) argument
382 webkitDownloadDestinationCreated(WebKitDownload* download, const CString& destinationURI) argument
398 webkit_download_get_request(WebKitDownload* download) argument
418 webkit_download_get_destination(WebKitDownload* download) argument
444 webkit_download_set_destination(WebKitDownload* download, const gchar* uri) argument
469 webkit_download_get_response(WebKitDownload* download) argument
485 webkit_download_cancel(WebKitDownload* download) argument
504 webkit_download_get_estimated_progress(WebKitDownload* download) argument
529 webkit_download_get_elapsed_time(WebKitDownload* download) argument
549 webkit_download_get_received_data_length(WebKitDownload* download) argument
565 webkit_download_get_web_view(WebKitDownload* download) argument
[all...]
H A DPageClientImpl.cpp276 void PageClientImpl::handleDownloadRequest(DownloadProxy* download) argument
278 webkitWebViewBaseHandleDownloadRequest(WEBKIT_WEB_VIEW_BASE(m_viewWidget), download); local
/macosx-10.10.1/WebKit2-7600.1.25/Shared/Authentication/
H A DAuthenticationManager.cpp94 void AuthenticationManager::didReceiveAuthenticationChallenge(Download* download, const AuthenticationChallenge& authenticationChallenge) argument
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/efl/tests/
H A Dtest_ewk2_download_job.cpp102 Ewk_Download_Job* download = static_cast<Ewk_Download_Job*>(eventInfo); local
141 Ewk_Download_Job* download = static_cast<Ewk_Download_Job*>(eventInfo); local
[all...]
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/efl/
H A DDownloadManagerEfl.cpp48 EwkDownloadJob* download = toDownloadManagerEfl(clientInfo)->ewkDownloadJob(wkDownload); local
65 EwkDownloadJob* download = toDownloadManagerEfl(clientInfo)->ewkDownloadJob(wkDownload); local
72 EwkDownloadJob* download = toDownloadManagerEfl(clientInfo)->ewkDownloadJob(wkDownload); local
80 EwkDownloadJob* download = toDownloadManagerEfl(clientInfo)->ewkDownloadJob(wkDownload); local
88 EwkDownloadJob* download = downloadManager->ewkDownloadJob(wkDownload); local
101 EwkDownloadJob* download = downloadManager->ewkDownloadJob(wkDownload); local
112 EwkDownloadJob* download = downloadManager->ewkDownloadJob(wkDownload); local
144 registerDownloadJob(WKDownloadRef download, EwkView* viewImpl) argument
[all...]
H A DWebViewEfl.cpp113 void WebViewEfl::handleDownloadRequest(DownloadProxy* download) argument
/macosx-10.10.1/WebKit2-7600.1.25/Shared/Downloads/soup/
H A DDownloadSoup.cpp51 DownloadClient(Download* download) argument
/macosx-10.10.1/emacs-93/emacs/lisp/mh-e/
H A Dmh-xface.el

Completed in 287 milliseconds

12