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

  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
register_app_task.cc 80 FileTracker sync_root_tracker; local
83 &sync_root_tracker);
89 sync_root_tracker.file_id(), app_id_));
register_app_task_unittest.cc 113 FileTracker sync_root_tracker; local
114 sync_root_tracker.set_tracker_id(service_metadata.sync_root_tracker_id());
115 sync_root_tracker.set_parent_tracker_id(0);
116 sync_root_tracker.set_file_id(sync_root_metadata.file_id());
117 sync_root_tracker.set_tracker_kind(TRACKER_KIND_REGULAR);
118 *sync_root_tracker.mutable_synced_details() = sync_root_details;
119 sync_root_tracker.set_active(true);
126 PutTrackerToBatch(sync_root_tracker, &batch);
metadata_database_unittest.cc 282 FileTracker sync_root_tracker; local
283 sync_root_tracker.set_tracker_id(kSyncRootTrackerID);
284 sync_root_tracker.set_parent_tracker_id(0);
285 sync_root_tracker.set_file_id(sync_root.file_id());
286 sync_root_tracker.set_dirty(false);
287 sync_root_tracker.set_active(true);
288 sync_root_tracker.set_needs_folder_listing(false);
289 *sync_root_tracker.mutable_synced_details() = sync_root.details();
290 return sync_root_tracker;
680 FileTracker sync_root_tracker(CreateSyncRootTracker(sync_root))
    [all...]
sync_engine_initializer_unittest.cc 144 FileTracker sync_root_tracker; local
146 sync_root_tracker_id, &sync_root_tracker));
147 return sync_root_tracker.file_id();
metadata_database.cc 551 FileTracker* sync_root_tracker = NULL; local
561 sync_root_tracker = tracker.get();
584 *sync_root_tracker, local
    [all...]

Completed in 23 milliseconds