/external/chromium_org/ppapi/thunk/ |
D | ppb_url_loader_thunk.cc | 68 PP_Bool GetDownloadProgress(PP_Resource loader, in GetDownloadProgress() function 78 return enter.object()->GetDownloadProgress(bytes_received, in GetDownloadProgress() 127 &GetDownloadProgress,
|
D | ppb_url_loader_api.h | 38 virtual PP_Bool GetDownloadProgress(int64_t* bytes_received,
|
/external/chromium_org/ppapi/cpp/ |
D | url_loader.cc | 64 bool URLLoader::GetDownloadProgress( in GetDownloadProgress() function in pp::URLLoader 69 return PP_ToBool(get_interface<PPB_URLLoader_1_0>()->GetDownloadProgress( in GetDownloadProgress()
|
D | url_loader.h | 111 bool GetDownloadProgress(int64_t* bytes_received,
|
/external/chromium_org/sync/engine/ |
D | directory_update_handler.cc | 31 void DirectoryUpdateHandler::GetDownloadProgress( in GetDownloadProgress() function in syncer::DirectoryUpdateHandler 33 dir_->GetDownloadProgress(type_, progress_marker); in GetDownloadProgress() 236 GetDownloadProgress(¤t_marker); in ExpireEntriesIfNeeded()
|
D | update_handler.h | 37 virtual void GetDownloadProgress(
|
D | directory_update_handler.h | 53 virtual void GetDownloadProgress(
|
D | model_type_sync_worker_impl.h | 70 virtual void GetDownloadProgress(
|
D | get_updates_processor.cc | 199 handler_it->second->GetDownloadProgress(progress_marker); in PrepareGetUpdates()
|
D | model_type_sync_worker_impl.cc | 83 void ModelTypeSyncWorkerImpl::GetDownloadProgress( in GetDownloadProgress() function in syncer::ModelTypeSyncWorkerImpl
|
/external/chromium_org/sync/test/engine/ |
D | mock_update_handler.h | 21 virtual void GetDownloadProgress(
|
D | mock_update_handler.cc | 22 void MockUpdateHandler::GetDownloadProgress( in GetDownloadProgress() function in syncer::MockUpdateHandler
|
/external/chromium_org/ppapi/c/ |
D | ppb_url_loader.h | 150 PP_Bool (*GetDownloadProgress)(PP_Resource loader, member
|
/external/chromium_org/native_client_sdk/src/doc/devguide/coding/ |
D | url-loading.rst | 177 ``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/ |
D | write_transaction.cc | 69 GetDirectory()->GetDownloadProgress(type, &progress_marker); in SetDataTypeContext()
|
D | sync_manager_impl.cc | 173 directory()->GetDownloadProgress(i.Get(), &marker); in GetTypesWithEmptyProgressMarkerToken()
|
/external/chromium_org/native_client_sdk/src/examples/api/url_loader/ |
D | url_loader_handler.cc | 70 if (url_loader_.GetDownloadProgress(&bytes_received, in OnOpen()
|
/external/chromium_org/ppapi/proxy/ |
D | url_loader_resource.h | 54 virtual PP_Bool GetDownloadProgress(
|
D | url_loader_resource.cc | 135 PP_Bool URLLoaderResource::GetDownloadProgress( in GetDownloadProgress() function in ppapi::proxy::URLLoaderResource
|
/external/chromium_org/chrome/browser/sync/ |
D | backend_migrator.cc | 133 trans.GetDirectory()->GetDownloadProgress(type, &progress_marker); in GetUnsyncedDataTypes()
|
/external/chromium_org/ppapi/api/ |
D | ppb_url_loader.idl | 128 * GetDownloadProgress() returns the current download progress, which is 147 PP_Bool GetDownloadProgress(
|
D | ppb_url_request_info.idl | 64 * download progress using PPB_URLLoader.GetDownloadProgress().
|
/external/chromium_org/sync/syncable/ |
D | directory.h | 196 void GetDownloadProgress(
|
/external/chromium_org/native_client_sdk/src/examples/demo/drive/ |
D | drive.cc | 129 if (url_loader.GetDownloadProgress(&bytes_received, in ReadUrl()
|
/external/chromium_org/ppapi/tests/ |
D | test_url_loader.cc | 807 loader.GetDownloadProgress(&bytes_received, &total_bytes_to_be_received); in TestUntendedLoad()
|