Home | History | Annotate | Download | only in drive_backend

Lines Matching defs:trackers

40 //   # Trackers of remote file updates (compatible with version 3)
153 // Set up links from parent tracker to child trackers.
174 // Drop links from inactive trackers.
204 // Delete all unreachable trackers, and list all |file_id| referred by
205 // remained trackers.
797 DVLOG(1) << " Add to trackers by file ID: " << file_id;
842 DVLOG(1) << " Remove from trackers by file ID: " << tracker.tracker_id();
857 DVLOG(1) << " Add to trackers by parent and title: "
921 DVLOG(1) << " Add to trackers by parent and title: "
961 DVLOG(1) << " Remove from trackers by parent and title: "
1006 DVLOG(1) << " Remove from dirty trackers IDs: " << tracker_id;
1042 TrackerIDSet trackers;
1055 trackers.InsertInactiveTracker(tracker_id);
1064 trackers.Activate(active_tracker);
1067 return trackers;