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

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

Completed in 676 milliseconds