Home
last modified time | relevance | path

Searched refs:SetDownloadProgress (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/sync/engine/
Ddirectory_update_handler.cc223 dir_->SetDownloadProgress(type_, progress_marker); in UpdateProgressMarker()
227 dir_->SetDownloadProgress(type_, merged_marker); in UpdateProgressMarker()
Dsyncer_unittest.cc1106 directory()->SetDownloadProgress(BOOKMARKS, in TEST_F()
1108 directory()->SetDownloadProgress(PREFERENCES, in TEST_F()
1159 directory()->SetDownloadProgress(BOOKMARKS, in TEST_F()
1186 directory()->SetDownloadProgress(BOOKMARKS, in TEST_F()
/external/chromium_org/sync/internal_api/
Dwrite_transaction.cc71 GetDirectory()->SetDownloadProgress(type, progress_marker); in SetDataTypeContext()
Dsync_manager_impl_unittest.cc989 sync_manager_.directory()->SetDownloadProgress(type, marker); in SetProgressMarkerForType()
992 sync_manager_.directory()->SetDownloadProgress(type, marker); in SetProgressMarkerForType()
2580 share->directory->SetDownloadProgress(AUTOFILL, autofill_marker); in TEST_F()
2595 share->directory->SetDownloadProgress(PREFERENCES, prefs_marker); in TEST_F()
/external/chromium_org/sync/syncable/
Dsyncable_unittest.cc211 dir()->SetDownloadProgress(BOOKMARKS, BuildProgress(BOOKMARKS)); in TEST_F()
212 dir()->SetDownloadProgress(PREFERENCES, BuildProgress(PREFERENCES)); in TEST_F()
213 dir()->SetDownloadProgress(AUTOFILL, BuildProgress(AUTOFILL)); in TEST_F()
515 dir()->SetDownloadProgress(BOOKMARKS, BuildProgress(BOOKMARKS)); in TEST_F()
Ddirectory.h203 void SetDownloadProgress(
Ddirectory_unittest.cc235 dir()->SetDownloadProgress(BOOKMARKS, BuildProgress(BOOKMARKS)); in TEST_F()
236 dir()->SetDownloadProgress(PREFERENCES, BuildProgress(PREFERENCES)); in TEST_F()
Ddirectory.cc920 void Directory::SetDownloadProgress( in SetDownloadProgress() function in syncer::syncable::Directory
/external/chromium_org/chrome/browser/sync/
Dbackend_migrator_unittest.cc72 trans.GetDirectory()->SetDownloadProgress(type, progress_marker); in SetUnsyncedTypes()