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

  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
drive_backend_test_util.cc 25 EXPECT_EQ(left.sync_root_tracker_id(), right.sync_root_tracker_id());
uninstall_app_task.cc 49 int64 sync_root_tracker_id = metadata_database()->GetSyncRootTrackerID(); local
52 sync_root_tracker_id, app_id_, &trackers) ||
register_app_task.cc 86 int64 sync_root_tracker_id = metadata_database()->GetSyncRootTrackerID(); local
89 sync_root_tracker_id,
sync_engine_initializer_unittest.cc 174 int64 sync_root_tracker_id = metadata_database_->GetSyncRootTrackerID(); local
177 sync_root_tracker_id, &sync_root_tracker));
metadata_database.cc 312 if (contents->service_metadata->sync_root_tracker_id() != kInvalidTrackerID)
313 pending.push_back(contents->service_metadata->sync_root_tracker_id());
696 return service_metadata_->sync_root_tracker_id();
714 !!service_metadata_->sync_root_tracker_id();
777 int64 sync_root_tracker_id = service_metadata_->sync_root_tracker_id(); local
778 if (!sync_root_tracker_id) {
789 sync_root_tracker_id));
    [all...]
register_app_task_unittest.cc 107 sync_root_tracker.set_tracker_id(service_metadata.sync_root_tracker_id());

Completed in 941 milliseconds