Home
last modified time | relevance | path

Searched refs:sync_root_tracker_id (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
Duninstall_app_task.cc49 int64 sync_root_tracker_id = metadata_database()->GetSyncRootTrackerID(); in Run() local
52 sync_root_tracker_id, app_id_, &trackers) || in Run()
Ddrive_backend_test_util.cc24 EXPECT_EQ(left.sync_root_tracker_id(), right.sync_root_tracker_id()); in ExpectEquivalentServiceMetadata()
Dregister_app_task.cc79 int64 sync_root_tracker_id = metadata_database()->GetSyncRootTrackerID(); in CreateAppRootFolder() local
82 sync_root_tracker_id, in CreateAppRootFolder()
Dmetadata_database.cc358 if (contents->service_metadata->sync_root_tracker_id()) in RemoveUnreachableItems()
359 pending.push(contents->service_metadata->sync_root_tracker_id()); in RemoveUnreachableItems()
521 return service_metadata_->sync_root_tracker_id(); in GetSyncRootTrackerID()
536 !!service_metadata_->sync_root_tracker_id(); in HasSyncRoot()
552 int64 sync_root_tracker_id = 0; in PopulateInitialData() local
562 sync_root_tracker_id = tracker->tracker_id(); in PopulateInitialData()
573 tracker_by_id_[sync_root_tracker_id] = tracker.release(); in PopulateInitialData()
596 trackers_by_parent_and_title_[sync_root_tracker_id][title] in PopulateInitialData()
631 int64 sync_root_tracker_id = service_metadata_->sync_root_tracker_id(); in RegisterApp() local
632 if (!sync_root_tracker_id) { in RegisterApp()
[all …]
Dsync_engine_initializer_unittest.cc143 int64 sync_root_tracker_id = metadata_database_->GetSyncRootTrackerID(); in GetSyncRootFolderID() local
146 sync_root_tracker_id, &sync_root_tracker)); in GetSyncRootFolderID()
Dmetadata_database.proto27 optional int64 sync_root_tracker_id = 2; field
Dregister_app_task_unittest.cc114 sync_root_tracker.set_tracker_id(service_metadata.sync_root_tracker_id()); in SetUpInitialData()