QueueType         741 chrome/browser/chromeos/drive/job_scheduler.cc   QueueType queue_type = GetJobQueueType(job_info.job_type);
QueueType         753 chrome/browser/chromeos/drive/job_scheduler.cc void JobScheduler::DoJobLoop(QueueType queue_type) {
QueueType         804 chrome/browser/chromeos/drive/job_scheduler.cc int JobScheduler::GetCurrentAcceptedPriority(QueueType queue_type) {
QueueType         850 chrome/browser/chromeos/drive/job_scheduler.cc   QueueType queue_type = GetJobQueueType(job_info->job_type);
QueueType        1062 chrome/browser/chromeos/drive/job_scheduler.cc     DoJobLoop(static_cast<QueueType>(i));
QueueType        1065 chrome/browser/chromeos/drive/job_scheduler.cc JobScheduler::QueueType JobScheduler::GetJobQueueType(JobType type) {
QueueType        1102 chrome/browser/chromeos/drive/job_scheduler.cc   const QueueType queue_type = GetJobQueueType(job->job_info.job_type);
QueueType        1136 chrome/browser/chromeos/drive/job_scheduler.cc std::string JobScheduler::GetQueueInfo(QueueType type) const {
QueueType        1141 chrome/browser/chromeos/drive/job_scheduler.cc std::string JobScheduler::QueueTypeToString(QueueType type) {
QueueType         266 chrome/browser/chromeos/drive/job_scheduler.h   void DoJobLoop(QueueType queue_type);
QueueType         270 chrome/browser/chromeos/drive/job_scheduler.h   int GetCurrentAcceptedPriority(QueueType queue_type);
QueueType         351 chrome/browser/chromeos/drive/job_scheduler.h   QueueType GetJobQueueType(JobType type);
QueueType         366 chrome/browser/chromeos/drive/job_scheduler.h   std::string GetQueueInfo(QueueType type) const;
QueueType         369 chrome/browser/chromeos/drive/job_scheduler.h   static std::string QueueTypeToString(QueueType type);