Searched defs:progress_marker (Results 1 - 8 of 8) sorted by relevance

/external/chromium/chrome/browser/sync/engine/
H A Ddownload_updates_command.cc52 sync_pb::DataTypeProgressMarker* progress_marker = local
54 dir->GetDownloadProgress(model_type, progress_marker);
60 progress_marker->set_notification_hint(type_payload->second);
/external/chromium_org/sync/engine/
H A Dsync_directory_update_handler.cc30 sync_pb::DataTypeProgressMarker* progress_marker) const {
31 dir_->GetDownloadProgress(type_, progress_marker);
35 const sync_pb::DataTypeProgressMarker& progress_marker,
40 UpdateProgressMarker(progress_marker);
136 const sync_pb::DataTypeProgressMarker& progress_marker) {
137 int field_number = progress_marker.data_type_id();
145 dir_->SetDownloadProgress(type_, progress_marker);
34 ProcessGetUpdatesResponse( const sync_pb::DataTypeProgressMarker& progress_marker, const SyncEntityList& applicable_updates, sessions::StatusController* status) argument
135 UpdateProgressMarker( const sync_pb::DataTypeProgressMarker& progress_marker) argument
H A Ddownload_unittest.cc111 const sync_pb::DataTypeProgressMarker& progress_marker = local
114 progress_marker.get_update_triggers();
119 EXPECT_TRUE(progress_marker.has_notification_hint());
120 EXPECT_EQ("", progress_marker.notification_hint());
124 EXPECT_FALSE(progress_marker.has_notification_hint());
159 const sync_pb::DataTypeProgressMarker& progress_marker = local
162 progress_marker.get_update_triggers();
167 EXPECT_TRUE(progress_marker.has_notification_hint());
168 EXPECT_FALSE(progress_marker.notification_hint().empty());
171 EXPECT_FALSE(progress_marker
[all...]
H A Ddownload.cc115 sync_pb::DataTypeProgressMarker* progress_marker = local
117 handler_it->second->GetDownloadProgress(progress_marker);
240 sync_pb::DataTypeProgressMarker* progress_marker = local
243 progress_marker->data_type_id());
248 nudge_tracker.SetLegacyNotificationHint(type, progress_marker);
251 progress_marker->mutable_get_update_triggers());
/external/chromium_org/chrome/browser/sync/
H A Dbackend_migrator.cc132 sync_pb::DataTypeProgressMarker progress_marker; local
133 trans.GetDirectory()->GetDownloadProgress(type, &progress_marker);
134 if (progress_marker.token().empty()) {
H A Dbackend_migrator_unittest.cc66 sync_pb::DataTypeProgressMarker progress_marker; local
68 progress_marker.set_token("dummy");
70 trans.GetDirectory()->SetDownloadProgress(type, progress_marker);
/external/chromium/chrome/browser/sync/syncable/
H A Ddirectory_backing_store.cc414 "progress_marker, initial_sync_ended) VALUES ( ?, ?, ?)");
417 string progress_marker; local
418 info.download_progress[i].SerializeToString(&progress_marker);
420 op.bind_blob(1, progress_marker.data(), progress_marker.length());
614 "SELECT model_id, progress_marker, initial_sync_ended "
1033 // using insted a protobuf-valued progress_marker field:
1034 // blob progress_marker
1035 // The progress_marker values are initialized from the value of
1058 sync_pb::DataTypeProgressMarker progress_marker; local
[all...]
/external/chromium_org/sync/syncable/
H A Ddirectory_backing_store.cc261 "INTO models (model_id, progress_marker, transaction_version) "
270 string progress_marker; local
271 info.download_progress[type].SerializeToString(&progress_marker);
273 s2.BindBlob(1, progress_marker.data(), progress_marker.length());
562 "SELECT model_id, progress_marker, "
932 // using insted a protobuf-valued progress_marker field:
933 // blob progress_marker
934 // The progress_marker values are initialized from the value of
949 "progress_marker, initial_sync_ende
959 sync_pb::DataTypeProgressMarker progress_marker; local
[all...]

Completed in 168 milliseconds