Searched refs:SetTypesThrottledUntil (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/sync/sessions/ |
D | nudge_tracker.h | 79 void SetTypesThrottledUntil(ModelTypeSet types,
|
D | nudge_tracker_unittest.cc | 437 nudge_tracker_.SetTypesThrottledUntil(ModelTypeSet(SESSIONS), in TEST_F() 471 nudge_tracker_.SetTypesThrottledUntil(ModelTypeSet(SESSIONS), in TEST_F() 505 nudge_tracker_.SetTypesThrottledUntil(ModelTypeSet(SESSIONS, PREFERENCES), in TEST_F() 530 nudge_tracker_.SetTypesThrottledUntil(ModelTypeSet(SESSIONS, PREFERENCES), in TEST_F() 540 nudge_tracker_.SetTypesThrottledUntil(ModelTypeSet(SESSIONS, BOOKMARKS), in TEST_F()
|
D | nudge_tracker.cc | 180 void NudgeTracker::SetTypesThrottledUntil( in SetTypesThrottledUntil() function in syncer::sessions::NudgeTracker
|
/external/chromium_org/sync/engine/ |
D | sync_scheduler_impl.cc | 832 nudge_tracker_.SetTypesThrottledUntil(types, throttle_duration, now); in OnTypesThrottled()
|