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

  /external/chromium/chrome/browser/sync/engine/
download_updates_command.cc 52 sync_pb::DataTypeProgressMarker* progress_marker = local
54 dir->GetDownloadProgress(model_type, progress_marker);
60 progress_marker->set_notification_hint(type_payload->second);
  /external/chromium/chrome/browser/sync/syncable/
directory_backing_store.cc 414 "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 "
1058 sync_pb::DataTypeProgressMarker progress_marker; local
    [all...]

Completed in 40 milliseconds