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

12

/external/chromium_org/ppapi/thunk/
H A Dppb_url_loader_thunk.cc68 PP_Bool GetDownloadProgress(PP_Resource loader, function in namespace:ppapi::thunk::__anon10313
71 VLOG(4) << "PPB_URLLoader::GetDownloadProgress()";
78 return enter.object()->GetDownloadProgress(bytes_received,
127 &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/sync/engine/
H A Dupdate_handler.h37 virtual void GetDownloadProgress(
H A Ddirectory_update_handler.h53 virtual void GetDownloadProgress(
H A Dmodel_type_sync_worker_impl.h70 virtual void GetDownloadProgress(
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 Dget_updates_processor.cc199 handler_it->second->GetDownloadProgress(progress_marker);
H A Dmodel_type_sync_worker_impl.cc83 void ModelTypeSyncWorkerImpl::GetDownloadProgress( function in class:syncer::ModelTypeSyncWorkerImpl
H A Ddirectory_update_handler_unittest.cc249 dir()->GetDownloadProgress(BOOKMARKS, &saved);
/external/chromium_org/sync/test/engine/
H A Dmock_update_handler.cc22 void MockUpdateHandler::GetDownloadProgress( function in class:syncer::MockUpdateHandler
H A Dmock_update_handler.h21 virtual void 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/internal_api/
H A Dwrite_transaction.cc69 GetDirectory()->GetDownloadProgress(type, &progress_marker);
H A Dsync_manager_impl.cc173 directory()->GetDownloadProgress(i.Get(), &marker);
/external/chromium_org/native_client_sdk/src/examples/api/url_loader/
H A Durl_loader_handler.cc70 if (url_loader_.GetDownloadProgress(&bytes_received,
/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/native_client_sdk/src/examples/demo/drive/
H A Ddrive.cc129 if (url_loader.GetDownloadProgress(&bytes_received,
/external/chromium_org/sync/syncable/
H A Ddirectory.h196 void GetDownloadProgress(
H A Ddirectory.cc899 void Directory::GetDownloadProgress( function in class:syncer::syncable::Directory
/external/chromium_org/ppapi/tests/
H A Dtest_url_loader.cc807 loader.GetDownloadProgress(&bytes_received, &total_bytes_to_be_received);
809 return ReportError("URLLoader::GetDownloadProgress total size",

Completed in 346 milliseconds

12