GetDownloadProgress  133 chrome/browser/sync/backend_migrator.cc     trans.GetDirectory()->GetDownloadProgress(type, &progress_marker);
GetDownloadProgress   69 native_client_sdk/src/examples/api/url_loader/url_loader_handler.cc   if (url_loader_.GetDownloadProgress(&bytes_received,
GetDownloadProgress  129 native_client_sdk/src/examples/demo/drive/drive.cc   if (url_loader.GetDownloadProgress(&bytes_received,
GetDownloadProgress  150 ppapi/c/ppb_url_loader.h   PP_Bool (*GetDownloadProgress)(PP_Resource loader,
GetDownloadProgress   69 ppapi/cpp/url_loader.cc   return PP_ToBool(get_interface<PPB_URLLoader_1_0>()->GetDownloadProgress(
GetDownloadProgress  111 ppapi/cpp/url_loader.h   bool GetDownloadProgress(int64_t* bytes_received,
GetDownloadProgress  432 ppapi/native_client/src/trusted/plugin/file_downloader.cc   return url_loader_.GetDownloadProgress(bytes_received,
GetDownloadProgress  161 ppapi/native_client/src/trusted/plugin/file_downloader.h   bool GetDownloadProgress(int64_t* bytes_received,
GetDownloadProgress  619 ppapi/native_client/src/trusted/plugin/pnacl_coordinator.cc     streaming_downloader_->GetDownloadProgress(&amount_downloaded,
GetDownloadProgress 1466 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c   return iface->GetDownloadProgress(loader, bytes_received, total_bytes_to_be_received);
GetDownloadProgress 4620 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .GetDownloadProgress = (PP_Bool (*)(PP_Resource loader, int64_t* bytes_received, int64_t* total_bytes_to_be_received))&Pnacl_M14_PPB_URLLoader_GetDownloadProgress,
GetDownloadProgress   54 ppapi/proxy/url_loader_resource.h   virtual PP_Bool GetDownloadProgress(
GetDownloadProgress  807 ppapi/tests/test_url_loader.cc     loader.GetDownloadProgress(&bytes_received, &total_bytes_to_be_received);
GetDownloadProgress   38 ppapi/thunk/ppb_url_loader_api.h   virtual PP_Bool GetDownloadProgress(int64_t* bytes_received,
GetDownloadProgress   78 ppapi/thunk/ppb_url_loader_thunk.cc   return enter.object()->GetDownloadProgress(bytes_received,
GetDownloadProgress  127 ppapi/thunk/ppb_url_loader_thunk.cc   &GetDownloadProgress,
GetDownloadProgress   31 sync/engine/directory_update_handler.cc   dir_->GetDownloadProgress(type_, progress_marker);
GetDownloadProgress  205 sync/engine/directory_update_handler.cc     GetDownloadProgress(&current_marker);
GetDownloadProgress   51 sync/engine/directory_update_handler.h   virtual void GetDownloadProgress(
GetDownloadProgress  238 sync/engine/directory_update_handler_unittest.cc   dir()->GetDownloadProgress(BOOKMARKS, &saved);
GetDownloadProgress  199 sync/engine/get_updates_processor.cc     handler_it->second->GetDownloadProgress(progress_marker);
GetDownloadProgress   58 sync/engine/non_blocking_type_processor_core.h   virtual void GetDownloadProgress(
GetDownloadProgress   36 sync/engine/update_handler.h   virtual void GetDownloadProgress(
GetDownloadProgress  261 sync/internal_api/sync_manager_impl.cc     directory()->GetDownloadProgress(i.Get(), &marker);
GetDownloadProgress  185 sync/syncable/directory.h   void GetDownloadProgress(
GetDownloadProgress   21 sync/test/engine/mock_update_handler.h   virtual void GetDownloadProgress(