Searched refs:is_canary_job (Results 1 - 3 of 3) sorted by relevance

/external/chromium/chrome/browser/sync/engine/
H A Dsyncer_thread.h128 linked_ptr<sessions::SyncSession> session, bool is_canary_job,
134 bool is_canary_job; member in struct:browser_sync::SyncerThread::SyncSessionJob
252 bool is_canary_job, const tracked_objects::Location& nudge_location);
271 void DoPendingJobIfPossible(bool is_canary_job);
H A Dsyncer_thread.cc35 linked_ptr<sessions::SyncSession> session, bool is_canary_job,
39 is_canary_job(is_canary_job),
178 << job.is_canary_job;
198 return job.is_canary_job ? CONTINUE : SAVE;
358 bool is_canary_job, const tracked_objects::Location& nudge_location) {
369 make_linked_ptr(session), is_canary_job,
694 DCHECK(wait_interval_->timer.IsRunning() || old_job.is_canary_job);
763 void SyncerThread::DoPendingJobIfPossible(bool is_canary_job) { argument
789 copy.is_canary_job
33 SyncSessionJob(SyncSessionJobPurpose purpose, base::TimeTicks start, linked_ptr<sessions::SyncSession> session, bool is_canary_job, const tracked_objects::Location& nudge_location) argument
355 ScheduleNudgeImpl(const TimeDelta& delay, GetUpdatesCallerInfo::GetUpdatesSource source, const ModelTypePayloadMap& types_with_payloads, bool is_canary_job, const tracked_objects::Location& nudge_location) argument
[all...]
H A Dsyncer_thread2_whitebox_unittest.cc221 job.is_canary_job = true;

Completed in 98 milliseconds