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

  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
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 79 int64 sync_root_tracker_id = metadata_database()->GetSyncRootTrackerID(); local
82 sync_root_tracker_id,
sync_engine_initializer_unittest.cc 143 int64 sync_root_tracker_id = metadata_database_->GetSyncRootTrackerID(); local
146 sync_root_tracker_id, &sync_root_tracker));
metadata_database.cc 358 if (contents->service_metadata->sync_root_tracker_id())
359 pending.push(contents->service_metadata->sync_root_tracker_id());
521 return service_metadata_->sync_root_tracker_id();
536 !!service_metadata_->sync_root_tracker_id();
552 int64 sync_root_tracker_id = 0; local
562 sync_root_tracker_id = tracker->tracker_id();
573 tracker_by_id_[sync_root_tracker_id] = tracker.release();
596 trackers_by_parent_and_title_[sync_root_tracker_id][title]
631 int64 sync_root_tracker_id = service_metadata_->sync_root_tracker_id(); local
    [all...]

Completed in 85 milliseconds