Home
last modified time | relevance | path

Searched refs:new_job (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/sync/engine/
Dsyncer_thread.cc246 SyncSessionJob new_job(SyncSessionJob::NUDGE, job.scheduled_start, in InitOrCoalescePendingJob() local
248 pending_nudge_.reset(new SyncSessionJob(new_job)); in InitOrCoalescePendingJob()
288 SyncSessionJob new_job(job.purpose, TimeTicks::Now(), in SaveJob() local
290 wait_interval_->pending_configure_job.reset(new SyncSessionJob(new_job)); in SaveJob()
/external/mksh/src/
Djobs.c148 static Job *new_job(void);
434 j = new_job(); in exchild()
1671 new_job(void) in new_job() function