Searched defs:OnUploadProgress (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/content/browser/download/
H A Dsave_file_resource_handler.cc36 bool SaveFileResourceHandler::OnUploadProgress(uint64 position, uint64 size) { function in class:content::SaveFileResourceHandler
H A Ddownload_resource_handler.cc138 bool DownloadResourceHandler::OnUploadProgress(uint64 position, function in class:content::DownloadResourceHandler
/external/chromium_org/chrome/renderer/extensions/
H A Dextension_localization_peer.cc43 void ExtensionLocalizationPeer::OnUploadProgress( function in class:ExtensionLocalizationPeer
/external/chromium_org/chrome/renderer/
H A Dsecurity_filter_peer.cc67 void SecurityFilterPeer::OnUploadProgress(uint64 position, uint64 size) { function in class:SecurityFilterPeer
68 original_peer_->OnUploadProgress(position, size);
/external/chromium_org/content/browser/loader/
H A Dcertificate_resource_handler.cc33 bool CertificateResourceHandler::OnUploadProgress(uint64 position, function in class:content::CertificateResourceHandler
H A Ddetachable_resource_handler.cc90 bool DetachableResourceHandler::OnUploadProgress(uint64 position, uint64 size) { function in class:content::DetachableResourceHandler
94 return next_handler_->OnUploadProgress(position, size);
H A Dlayered_resource_handler.cc32 bool LayeredResourceHandler::OnUploadProgress(uint64 position, function in class:content::LayeredResourceHandler
35 return next_handler_->OnUploadProgress(position, size);
H A Dstream_resource_handler.cc34 bool StreamResourceHandler::OnUploadProgress(uint64 position, function in class:content::StreamResourceHandler
H A Dsync_resource_handler.cc44 bool SyncResourceHandler::OnUploadProgress(uint64 position, uint64 size) { function in class:content::SyncResourceHandler
H A Dasync_resource_handler.cc137 bool AsyncResourceHandler::OnUploadProgress(uint64 position, function in class:content::AsyncResourceHandler
/external/chromium_org/chrome/browser/drive/
H A Ddrive_uploader.cc349 base::Bind(&DriveUploader::OnUploadProgress,
410 void DriveUploader::OnUploadProgress(const ProgressCallback& callback, function in class:drive::DriveUploader
/external/chromium_org/content/child/npapi/
H A Dplugin_url_fetcher.cc189 void PluginURLFetcher::OnUploadProgress(uint64 position, uint64 size) { function in class:content::PluginURLFetcher
/external/chromium_org/content/child/
H A Dresource_dispatcher.cc333 void ResourceDispatcher::OnUploadProgress(int request_id, int64 position, function in class:content::ResourceDispatcher
339 request_info->peer->OnUploadProgress(position, size);
707 IPC_MESSAGE_HANDLER(ResourceMsg_UploadProgress, OnUploadProgress)
H A Dweb_url_loader_impl.cc227 virtual void OnUploadProgress(uint64 position, uint64 size) OVERRIDE;
468 void WebURLLoaderImpl::Context::OnUploadProgress(uint64 position, uint64 size) { function in class:content::WebURLLoaderImpl::Context

Completed in 1062 milliseconds