Searched refs:GetDownloadProgress (Results 1 - 25 of 26) sorted by relevance

12

/external/chromium_org/ppapi/thunk/
H A Dppb_url_loader_thunk.cc70 PP_Bool GetDownloadProgress(PP_Resource loader, function in namespace:ppapi::thunk::__anon10358
73 VLOG(4) << "PPB_URLLoader::GetDownloadProgress()";
80 return enter.object()->GetDownloadProgress(bytes_received,
129 &GetDownloadProgress,
H A Dppb_url_loader_api.h38 virtual PP_Bool GetDownloadProgress(int64_t* bytes_received,
/external/chromium_org/ppapi/c/
H A Dppb_url_loader.h132 * GetDownloadProgress() returns the current download progress, which is
150 PP_Bool (*GetDownloadProgress)(PP_Resource loader, member in struct:PPB_URLLoader_1_0
/external/chromium_org/ppapi/cpp/
H A Durl_loader.h111 bool GetDownloadProgress(int64_t* bytes_received,
H A Durl_loader.cc64 bool URLLoader::GetDownloadProgress( function in class:pp::URLLoader
69 return PP_ToBool(get_interface<PPB_URLLoader_1_0>()->GetDownloadProgress(
/external/chromium_org/ppapi/api/
H A Dppb_url_loader.idl128 * GetDownloadProgress() returns the current download progress, which is
147 PP_Bool GetDownloadProgress(
/external/chromium_org/sync/engine/
H A Dsync_directory_update_handler.cc29 void SyncDirectoryUpdateHandler::GetDownloadProgress( function in class:syncer::SyncDirectoryUpdateHandler
31 dir_->GetDownloadProgress(type_, progress_marker);
H A Dsync_directory_update_handler.h48 void GetDownloadProgress(
H A Ddownload.cc117 handler_it->second->GetDownloadProgress(progress_marker);
H A Dsync_directory_update_handler_unittest.cc229 dir()->GetDownloadProgress(BOOKMARKS, &saved);
/external/chromium/chrome/browser/sync/engine/
H A Ddownload_updates_command.cc54 dir->GetDownloadProgress(model_type, progress_marker);
/external/chromium_org/native_client_sdk/src/examples/api/url_loader/
H A Durl_loader_handler.cc69 if (url_loader_.GetDownloadProgress(&bytes_received,
/external/chromium_org/ppapi/native_client/src/trusted/plugin/
H A Dfile_downloader.h74 // and can be polled through GetDownloadProgress().
128 // GetDownloadProgress() returns the current download progress, which is
138 bool GetDownloadProgress(int64_t* bytes_received,
H A Dfile_downloader.cc398 bool FileDownloader::GetDownloadProgress( function in class:plugin::FileDownloader
401 return url_loader_.GetDownloadProgress(bytes_received,
H A Dpnacl_coordinator.cc624 streaming_downloader_->GetDownloadProgress(&amount_downloaded,
/external/chromium_org/ppapi/proxy/
H A Durl_loader_resource.h54 virtual PP_Bool GetDownloadProgress(
H A Durl_loader_resource.cc135 PP_Bool URLLoaderResource::GetDownloadProgress( function in class:ppapi::proxy::URLLoaderResource
/external/chromium_org/chrome/browser/sync/
H A Dbackend_migrator.cc133 trans.GetDirectory()->GetDownloadProgress(type, &progress_marker);
/external/chromium_org/sync/syncable/
H A Ddirectory.h182 void GetDownloadProgress(
H A Ddirectory.cc774 void Directory::GetDownloadProgress( function in class:syncer::syncable::Directory
/external/chromium_org/native_client_sdk/src/examples/demo/drive/
H A Ddrive.cc129 if (url_loader.GetDownloadProgress(&bytes_received,
/external/chromium/chrome/browser/sync/syncable/
H A Dsyncable.h760 void GetDownloadProgress(
H A Dsyncable.cc756 void Directory::GetDownloadProgress( function in class:syncable::Directory
/external/chromium_org/ppapi/tests/
H A Dtest_url_loader.cc809 loader.GetDownloadProgress(&bytes_received, &total_bytes_to_be_received);
811 return ReportError("URLLoader::GetDownloadProgress total size",
/external/chromium_org/sync/internal_api/
H A Dsync_manager_impl.cc289 directory()->GetDownloadProgress(i.Get(), &marker);

Completed in 808 milliseconds

12