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

  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
tracker_set.cc 16 return left->tracker_id() < right->tracker_id();
metadata_database.cc 145 batch->Put(kFileTrackerKeyPrefix + base::Int64ToString(tracker.tracker_id()),
154 void PutTrackerDeletionToBatch(int64 tracker_id, leveldb::WriteBatch* batch) {
155 batch->Delete(kFileTrackerKeyPrefix + base::Int64ToString(tracker_id));
172 stack->push((*tracker_itr)->tracker_id());
304 int64 tracker_id = 0; local
306 &tracker_id)) {
351 DCHECK(!ContainsKey(unvisited_trackers, tracker->tracker_id()));
352 unvisited_trackers[tracker->tracker_id()] = tracker;
365 int64 tracker_id = pending.top(); local
369 TrackerByID::iterator found = unvisited_trackers.find(tracker_id);
841 int64 tracker_id = GetNextTrackerID(batch); local
926 int64 tracker_id = pending_trackers.top(); local
1016 int64 tracker_id = service_metadata_->next_tracker_id(); local
    [all...]
metadata_database.h 79 // should be stored in ServiceMetadata by its tracker_id.
157 // Finds the tracker identified by |tracker_id|. Returns true if the tracker
159 // Copies the tracker identified by |tracker_id| into |tracker| if exists and
161 bool FindTrackerByTrackerID(int64 tracker_id, FileTracker* tracker) const;
179 bool BuildPathForTracker(int64 tracker_id, base::FilePath* path) const;
210 int64 tracker_id,
212 void MakeTrackerActive(int64 tracker_id, leveldb::WriteBatch* batch);
213 void MakeTrackerInactive(int64 tracker_id, leveldb::WriteBatch* batch);
223 void RemoveTrackerIgnoringSiblings(int64 tracker_id,
264 // Maps |tracker_id| to its children grouped by their |title|
    [all...]
metadata_database_unittest.cc 85 EXPECT_EQ(left->tracker_id(), right->tracker_id());
192 return (*trackers.begin())->tracker_id();
294 tracker.set_parent_tracker_id(parent_tracker.tracker_id());
381 std::string key = "TRACKER: " + base::Int64ToString(tracker.tracker_id());
450 tracker.tracker_id(), &tracker_in_metadata_database));
453 base::Int64ToString(tracker.tracker_id()) + "]");
583 orphaned_file_tracker.tracker_id(), NULL));
667 file_tracker.tracker_id(), NULL));
710 sync_root_tracker.tracker_id(), &path))
    [all...]

Completed in 45 milliseconds