Home
last modified time | relevance | path

Searched refs:nudge_location (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/sync/engine/
Dsync_scheduler_impl.cc362 const tracked_objects::Location& nudge_location) { in ScheduleLocalNudge() argument
366 SDVLOG_LOC(nudge_location, 2) in ScheduleLocalNudge()
371 ScheduleNudgeImpl(desired_delay, nudge_location); in ScheduleLocalNudge()
377 const tracked_objects::Location& nudge_location) { in ScheduleLocalRefreshRequest() argument
381 SDVLOG_LOC(nudge_location, 2) in ScheduleLocalRefreshRequest()
385 ScheduleNudgeImpl(desired_delay, nudge_location); in ScheduleLocalRefreshRequest()
391 const tracked_objects::Location& nudge_location) { in ScheduleInvalidationNudge() argument
395 SDVLOG_LOC(nudge_location, 2) in ScheduleInvalidationNudge()
400 ScheduleNudgeImpl(desired_delay, nudge_location); in ScheduleInvalidationNudge()
407 const tracked_objects::Location& nudge_location) { in ScheduleNudgeImpl() argument
[all …]
Dsync_scheduler.h101 const tracked_objects::Location& nudge_location) = 0;
110 const tracked_objects::Location& nudge_location) = 0;
119 const tracked_objects::Location& nudge_location) = 0;
Dsync_scheduler_impl.h61 const tracked_objects::Location& nudge_location) OVERRIDE;
65 const tracked_objects::Location& nudge_location) OVERRIDE;
69 const tracked_objects::Location& nudge_location) OVERRIDE;
186 const tracked_objects::Location& nudge_location);
/external/chromium_org/sync/test/engine/
Dfake_sync_scheduler.cc22 const tracked_objects::Location& nudge_location) { in ScheduleLocalNudge() argument
28 const tracked_objects::Location& nudge_location) { in ScheduleLocalRefreshRequest() argument
34 const tracked_objects::Location& nudge_location) { in ScheduleInvalidationNudge() argument
Dfake_sync_scheduler.h27 const tracked_objects::Location& nudge_location) OVERRIDE;
31 const tracked_objects::Location& nudge_location) OVERRIDE;
35 const tracked_objects::Location& nudge_location) OVERRIDE;
/external/chromium_org/sync/internal_api/
Dsync_manager_impl.h256 const tracked_objects::Location& nudge_location,
Dsync_manager_impl.cc883 const tracked_objects::Location& nudge_location, in RequestNudgeForDataTypes() argument
893 nudge_location); in RequestNudgeForDataTypes()