Searched defs:GetDownloadProgress (Results 1 - 9 of 9) sorted by relevance

/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/sync/test/engine/
H A Dmock_update_handler.cc22 void MockUpdateHandler::GetDownloadProgress( function in class:syncer::MockUpdateHandler
/external/chromium_org/ppapi/cpp/
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/native_client/src/trusted/plugin/
H A Dfile_downloader.cc162 bool FileDownloader::GetDownloadProgress( function in class:plugin::FileDownloader
165 return url_loader_.GetDownloadProgress(bytes_received,
/external/chromium_org/ppapi/thunk/
H A Dppb_url_loader_thunk.cc68 PP_Bool GetDownloadProgress(PP_Resource loader, function in namespace:ppapi::thunk::__anon9685
71 VLOG(4) << "PPB_URLLoader::GetDownloadProgress()";
78 return enter.object()->GetDownloadProgress(bytes_received,
127 &GetDownloadProgress,
/external/chromium_org/sync/engine/
H A Ddirectory_update_handler.cc31 void DirectoryUpdateHandler::GetDownloadProgress( function in class:syncer::DirectoryUpdateHandler
33 dir_->GetDownloadProgress(type_, progress_marker);
236 GetDownloadProgress(&current_marker);
H A Dnon_blocking_type_processor_core.cc40 void NonBlockingTypeProcessorCore::GetDownloadProgress( function in class:syncer::NonBlockingTypeProcessorCore
/external/chromium_org/ppapi/proxy/
H A Durl_loader_resource.cc135 PP_Bool URLLoaderResource::GetDownloadProgress( function in class:ppapi::proxy::URLLoaderResource
/external/chromium_org/sync/syncable/
H A Ddirectory.cc880 void Directory::GetDownloadProgress( function in class:syncer::syncable::Directory

Completed in 245 milliseconds