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

  /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/cpp/
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,
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
file_downloader.cc 424 bool FileDownloader::GetDownloadProgress(
427 return url_loader_.GetDownloadProgress(bytes_received,
  /external/chromium_org/ppapi/proxy/
url_loader_resource.cc 135 PP_Bool URLLoaderResource::GetDownloadProgress(
  /external/chromium_org/sync/syncable/
directory.cc 774 void Directory::GetDownloadProgress(
    [all...]
  /external/chromium/chrome/browser/sync/syncable/
syncable.cc 756 void Directory::GetDownloadProgress(
    [all...]

Completed in 113 milliseconds