HomeSort by relevance Sort by last modified time
    Searched refs:GetDownloadProgress (Results 1 - 25 of 25) sorted by null

  /external/chromium_org/ppapi/cpp/
url_loader.h 111 bool GetDownloadProgress(int64_t* bytes_received,
url_loader.cc 64 bool URLLoader::GetDownloadProgress(
69 return PP_ToBool(get_interface<PPB_URLLoader_1_0>()->GetDownloadProgress(
  /external/chromium_org/ppapi/thunk/
ppb_url_loader_thunk.cc 70 PP_Bool GetDownloadProgress(PP_Resource loader,
73 VLOG(4) << "PPB_URLLoader::GetDownloadProgress()";
80 return enter.object()->GetDownloadProgress(bytes_received,
129 &GetDownloadProgress,
ppb_url_loader_api.h 38 virtual PP_Bool GetDownloadProgress(int64_t* bytes_received,
  /external/chromium_org/ppapi/c/
ppb_url_loader.h 132 * GetDownloadProgress() returns the current download progress, which is
150 PP_Bool (*GetDownloadProgress)(PP_Resource loader,
  /external/chromium_org/ppapi/api/
ppb_url_loader.idl 128 * GetDownloadProgress() returns the current download progress, which is
147 PP_Bool GetDownloadProgress(
  /external/chromium_org/sync/engine/
store_timestamps_command_unittest.cc 42 session()->context()->directory()->GetDownloadProgress(
download.cc 163 dir->GetDownloadProgress(it.Get(), progress_marker);
  /external/chromium/chrome/browser/sync/engine/
download_updates_command.cc 54 dir->GetDownloadProgress(model_type, progress_marker);
  /external/chromium_org/native_client_sdk/src/examples/api/url_loader/
url_loader_handler.cc 69 if (url_loader_.GetDownloadProgress(&bytes_received,
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
file_downloader.h 74 // and can be polled through GetDownloadProgress().
128 // GetDownloadProgress() returns the current download progress, which is
138 bool GetDownloadProgress(int64_t* bytes_received,
file_downloader.cc 424 bool FileDownloader::GetDownloadProgress(
427 return url_loader_.GetDownloadProgress(bytes_received,
pnacl_coordinator.cc     [all...]
  /external/chromium_org/ppapi/proxy/
url_loader_resource.h 54 virtual PP_Bool GetDownloadProgress(
url_loader_resource.cc 135 PP_Bool URLLoaderResource::GetDownloadProgress(
  /external/chromium_org/chrome/browser/sync/
backend_migrator.cc 133 trans.GetDirectory()->GetDownloadProgress(type, &progress_marker);
  /external/chromium_org/sync/syncable/
directory.h 180 void GetDownloadProgress(
directory.cc 774 void Directory::GetDownloadProgress(
    [all...]
  /external/chromium_org/native_client_sdk/src/examples/api/graphics_3d/
graphics_3d.cc 392 ppb_urlloader_interface->GetDownloadProgress(req->loader_, &cur, &total);
  /external/chromium_org/native_client_sdk/src/examples/demo/drive/
drive.cc 129 if (url_loader.GetDownloadProgress(&bytes_received,
  /external/chromium/chrome/browser/sync/syncable/
syncable.h 760 void GetDownloadProgress(
    [all...]
syncable.cc 756 void Directory::GetDownloadProgress(
    [all...]
  /external/chromium_org/ppapi/tests/
test_url_loader.cc 821 loader.GetDownloadProgress(&bytes_received, &total_bytes_to_be_received);
823 return ReportError("URLLoader::GetDownloadProgress total size",
  /external/chromium_org/sync/internal_api/
sync_manager_impl.cc 288 directory()->GetDownloadProgress(i.Get(), &marker);
    [all...]
  /external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
pnacl_shim.c     [all...]

Completed in 930 milliseconds