HomeSort by relevance Sort by last modified time
    Searched refs:nudge_location (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/sync/engine/
sync_scheduler.h 98 const tracked_objects::Location& nudge_location) = 0;
107 const tracked_objects::Location& nudge_location) = 0;
116 const tracked_objects::Location& nudge_location) = 0;
sync_scheduler_impl.h 62 const tracked_objects::Location& nudge_location) OVERRIDE;
66 const tracked_objects::Location& nudge_location) OVERRIDE;
70 const tracked_objects::Location& nudge_location) OVERRIDE;
194 const tracked_objects::Location& nudge_location);
sync_scheduler_impl.cc 364 const tracked_objects::Location& nudge_location) {
368 SDVLOG_LOC(nudge_location, 2)
373 ScheduleNudgeImpl(desired_delay, nudge_location);
379 const tracked_objects::Location& nudge_location) {
383 SDVLOG_LOC(nudge_location, 2)
387 ScheduleNudgeImpl(desired_delay, nudge_location);
393 const tracked_objects::Location& nudge_location) {
397 SDVLOG_LOC(nudge_location, 2)
401 ScheduleNudgeImpl(desired_delay, nudge_location);
408 const tracked_objects::Location& nudge_location) {
    [all...]