Lines Matching refs:job
101 // Indicates we should continue with the current job.
105 // Indicates we should drop this job.
200 // Helper to assemble a job and post a delayed task to sync.
208 void DoSyncSessionJob(const SyncSessionJob& job);
210 // Called after the Syncer has performed the sync represented by |job|, to
212 void FinishSyncSessionJob(const SyncSessionJob& job);
227 // Determines if it is legal to run |job| by checking current
230 bool ShouldRunJob(const SyncSessionJob& job);
232 // Decide whether we should CONTINUE, SAVE or DROP the job.
233 JobProcessDecision DecideOnJob(const SyncSessionJob& job);
235 // Decide on whether to CONTINUE, SAVE or DROP the job when we are in
237 JobProcessDecision DecideWhileInWaitInterval(const SyncSessionJob& job);
239 // Saves the job for future execution. Note: It drops all the poll jobs.
240 void SaveJob(const SyncSessionJob& job);
242 // Coalesces the current job with the pending nudge.
243 void InitOrCoalescePendingJob(const SyncSessionJob& job);
268 // Executes the pending job. Called whenever an event occurs that may
269 // change conditions permitting a job to run. Like when network connection is