Searched refs:nudge_location (Results 1 – 5 of 5) sorted by relevance
/external/chromium/chrome/browser/sync/engine/ |
D | syncer_thread.h | 70 const tracked_objects::Location& nudge_location); 74 const tracked_objects::Location& nudge_location); 129 const tracked_objects::Location& nudge_location); 139 tracked_objects::Location nudge_location; member 205 const tracked_objects::Location& nudge_location); 252 bool is_canary_job, const tracked_objects::Location& nudge_location);
|
D | syncer_thread.cc | 36 const tracked_objects::Location& nudge_location) : purpose(purpose), in SyncSessionJob() argument 40 nudge_location(nudge_location) { in SyncSessionJob() 247 make_linked_ptr(session.release()), false, job.nudge_location); in InitOrCoalescePendingJob() 289 make_linked_ptr(s), false, job.nudge_location); in SaveJob() 314 const tracked_objects::Location& nudge_location) { in ScheduleNudge() argument 327 nudge_location)); in ScheduleNudge() 332 const tracked_objects::Location& nudge_location) { in ScheduleNudgeWithPayloads() argument 343 nudge_location)); in ScheduleNudgeWithPayloads() 358 bool is_canary_job, const tracked_objects::Location& nudge_location) { in ScheduleNudgeImpl() argument 370 nudge_location); in ScheduleNudgeImpl() [all …]
|
D | syncapi.h | 927 void RequestNudge(const tracked_objects::Location& nudge_location);
|
D | syncapi.cc | 1292 void RequestNudge(const tracked_objects::Location& nudge_location); 1296 const tracked_objects::Location& nudge_location); 2461 const tracked_objects::Location& nudge_location) { in RequestNudgeWithDataTypes() argument 2463 syncer_thread()->ScheduleNudge(delay, source, types, nudge_location); in RequestNudgeWithDataTypes()
|
/external/chromium/chrome/browser/sync/glue/ |
D | sync_backend_host.cc | 1073 const tracked_objects::Location& nudge_location) { in DoRequestNudge() argument 1074 syncapi_->RequestNudge(nudge_location); in DoRequestNudge()
|