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

  /external/chromium_org/chrome/browser/chromeos/drive/
job_scheduler.h 220 static const int kMaxJobCount[NUM_QUEUES];
job_scheduler.cc 137 const int JobScheduler::kMaxJobCount[] = {
173 queue_[i].reset(new JobQueue(kMaxJobCount[i], NUM_CONTEXT_TYPES));
    [all...]
job_scheduler_unittest.cc 178 return JobScheduler::kMaxJobCount[JobScheduler::METADATA_QUEUE];
    [all...]

Completed in 95 milliseconds