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

  /external/chromium_org/sync/internal_api/
write_transaction.cc 71 GetDirectory()->SetDownloadProgress(type, progress_marker);
sync_manager_impl_unittest.cc     [all...]
  /external/chromium_org/sync/engine/
directory_update_handler.cc 223 dir_->SetDownloadProgress(type_, progress_marker);
227 dir_->SetDownloadProgress(type_, merged_marker);
syncer_unittest.cc     [all...]
  /external/chromium_org/sync/syncable/
syncable_unittest.cc 211 dir()->SetDownloadProgress(BOOKMARKS, BuildProgress(BOOKMARKS));
212 dir()->SetDownloadProgress(PREFERENCES, BuildProgress(PREFERENCES));
213 dir()->SetDownloadProgress(AUTOFILL, BuildProgress(AUTOFILL));
515 dir()->SetDownloadProgress(BOOKMARKS, BuildProgress(BOOKMARKS));
directory.h 203 void SetDownloadProgress(
directory_unittest.cc 235 dir()->SetDownloadProgress(BOOKMARKS, BuildProgress(BOOKMARKS));
236 dir()->SetDownloadProgress(PREFERENCES, BuildProgress(PREFERENCES));
    [all...]
directory.cc 920 void Directory::SetDownloadProgress(
    [all...]
  /external/chromium_org/chrome/browser/sync/
backend_migrator_unittest.cc 72 trans.GetDirectory()->SetDownloadProgress(type, progress_marker);

Completed in 130 milliseconds