Searched refs:JobQueue (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/drive/
H A Djob_queue.h17 class JobQueue { class in namespace:drive
21 JobQueue(size_t num_max_concurrent_jobs, size_t num_priority_levels);
22 ~JobQueue();
60 DISALLOW_COPY_AND_ASSIGN(JobQueue);
H A Djob_queue.cc14 JobQueue::JobQueue(size_t num_max_concurrent_jobs, function in class:drive::JobQueue
20 JobQueue::~JobQueue() {
23 bool JobQueue::PopForRun(int accepted_priority, JobID* id) {
42 void JobQueue::GetQueuedJobs(int priority, std::vector<JobID>* jobs) const {
48 void JobQueue::Push(JobID id, int priority) {
54 void JobQueue::MarkFinished(JobID id) {
59 std::string JobQueue::ToString() const {
68 size_t JobQueue
[all...]
H A Djob_queue_unittest.cc17 JobQueue queue(kNumMaxConcurrentJobs, kNumPriorityLevels);
75 JobQueue queue(kNumMaxConcurrentJobs, kNumPriorityLevels);
H A Djob_scheduler.h380 scoped_ptr<JobQueue> queue_[NUM_QUEUES];
H A Djob_scheduler.cc177 queue_[i].reset(new JobQueue(kMaxJobCount[i], NUM_CONTEXT_TYPES));
/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_job_coordinator.cc13 ServiceWorkerJobCoordinator::JobQueue::JobQueue() {} function in class:content::ServiceWorkerJobCoordinator::JobQueue
15 ServiceWorkerJobCoordinator::JobQueue::~JobQueue() {
16 DCHECK(jobs_.empty()) << "Destroying JobQueue with " << jobs_.size()
21 ServiceWorkerRegisterJobBase* ServiceWorkerJobCoordinator::JobQueue::Push(
35 void ServiceWorkerJobCoordinator::JobQueue::Pop(
44 void ServiceWorkerJobCoordinator::JobQueue::AbortAll() {
50 void ServiceWorkerJobCoordinator::JobQueue::ClearForShutdown() {
H A Dservice_worker_job_coordinator.h49 class JobQueue { class in class:content::ServiceWorkerJobCoordinator
51 JobQueue();
52 ~JobQueue();
76 typedef std::map<GURL, JobQueue> RegistrationJobMap;
/external/chromium_org/components/policy/core/common/cloud/
H A Ddevice_management_service.h150 typedef std::deque<DeviceManagementRequestJobImpl*> JobQueue; typedef in class:policy::DeviceManagementService
179 JobQueue queued_jobs_;
H A Ddevice_management_service.cc523 const JobQueue::iterator elem =
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.jobs_3.5.1.R36x_v20100824.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 200 milliseconds