Home
last modified time | relevance | path

Searched refs:GetDownloadProgress (Results 1 – 25 of 29) sorted by relevance

12

/external/chromium_org/ppapi/thunk/
Dppb_url_loader_thunk.cc68 PP_Bool GetDownloadProgress(PP_Resource loader, in GetDownloadProgress() function
78 return enter.object()->GetDownloadProgress(bytes_received, in GetDownloadProgress()
127 &GetDownloadProgress,
Dppb_url_loader_api.h38 virtual PP_Bool GetDownloadProgress(int64_t* bytes_received,
/external/chromium_org/ppapi/cpp/
Durl_loader.cc64 bool URLLoader::GetDownloadProgress( in GetDownloadProgress() function in pp::URLLoader
69 return PP_ToBool(get_interface<PPB_URLLoader_1_0>()->GetDownloadProgress( in GetDownloadProgress()
Durl_loader.h111 bool GetDownloadProgress(int64_t* bytes_received,
/external/chromium_org/sync/engine/
Ddirectory_update_handler.cc31 void DirectoryUpdateHandler::GetDownloadProgress( in GetDownloadProgress() function in syncer::DirectoryUpdateHandler
33 dir_->GetDownloadProgress(type_, progress_marker); in GetDownloadProgress()
236 GetDownloadProgress(&current_marker); in ExpireEntriesIfNeeded()
Dupdate_handler.h37 virtual void GetDownloadProgress(
Ddirectory_update_handler.h53 virtual void GetDownloadProgress(
Dmodel_type_sync_worker_impl.h70 virtual void GetDownloadProgress(
Dget_updates_processor.cc199 handler_it->second->GetDownloadProgress(progress_marker); in PrepareGetUpdates()
Dmodel_type_sync_worker_impl.cc83 void ModelTypeSyncWorkerImpl::GetDownloadProgress( in GetDownloadProgress() function in syncer::ModelTypeSyncWorkerImpl
/external/chromium_org/sync/test/engine/
Dmock_update_handler.h21 virtual void GetDownloadProgress(
Dmock_update_handler.cc22 void MockUpdateHandler::GetDownloadProgress( in GetDownloadProgress() function in syncer::MockUpdateHandler
/external/chromium_org/ppapi/c/
Dppb_url_loader.h150 PP_Bool (*GetDownloadProgress)(PP_Resource loader, member
/external/chromium_org/native_client_sdk/src/doc/devguide/coding/
Durl-loading.rst177 ``GetDownloadProgress`` to determine the amount of data to be downloaded so it
181 ``GetDownloadProgress`` sets ``total_bytes_to_be_received`` to -1. It is not a
183 ``GetDownloadProgress`` fails; in these scenarios memory for the read buffer
197 if (url_loader_.GetDownloadProgress(&bytes_received,
/external/chromium_org/sync/internal_api/
Dwrite_transaction.cc69 GetDirectory()->GetDownloadProgress(type, &progress_marker); in SetDataTypeContext()
Dsync_manager_impl.cc173 directory()->GetDownloadProgress(i.Get(), &marker); in GetTypesWithEmptyProgressMarkerToken()
/external/chromium_org/native_client_sdk/src/examples/api/url_loader/
Durl_loader_handler.cc70 if (url_loader_.GetDownloadProgress(&bytes_received, in OnOpen()
/external/chromium_org/ppapi/proxy/
Durl_loader_resource.h54 virtual PP_Bool GetDownloadProgress(
Durl_loader_resource.cc135 PP_Bool URLLoaderResource::GetDownloadProgress( in GetDownloadProgress() function in ppapi::proxy::URLLoaderResource
/external/chromium_org/chrome/browser/sync/
Dbackend_migrator.cc133 trans.GetDirectory()->GetDownloadProgress(type, &progress_marker); in GetUnsyncedDataTypes()
/external/chromium_org/ppapi/api/
Dppb_url_loader.idl128 * GetDownloadProgress() returns the current download progress, which is
147 PP_Bool GetDownloadProgress(
Dppb_url_request_info.idl64 * download progress using PPB_URLLoader.GetDownloadProgress().
/external/chromium_org/sync/syncable/
Ddirectory.h196 void GetDownloadProgress(
/external/chromium_org/native_client_sdk/src/examples/demo/drive/
Ddrive.cc129 if (url_loader.GetDownloadProgress(&bytes_received, in ReadUrl()
/external/chromium_org/ppapi/tests/
Dtest_url_loader.cc807 loader.GetDownloadProgress(&bytes_received, &total_bytes_to_be_received); in TestUntendedLoad()

12