Home
last modified time | relevance | path

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

/external/chromium_org/sync/engine/
Dsync_engine_event.h69 ModelTypeSet throttled_types; member
Dall_status.cc114 status_.throttled_types = event.throttled_types; in OnSyncEngineEvent()
Dsync_scheduler_impl.cc246 ModelTypeSet throttled_types = nudge_tracker_.GetThrottledTypes(); in GetEnabledAndUnthrottledTypes() local
247 return Difference(enabled_types, throttled_types); in GetEnabledAndUnthrottledTypes()
803 event.throttled_types = types; in NotifyThrottledTypesChanged()
Dsync_scheduler_unittest.cc810 const ModelTypeSet throttled_types(BOOKMARKS); in TEST_F() local
818 throttled_types, throttle1)), in TEST_F()
823 scheduler()->ScheduleLocalNudge(zero(), throttled_types, FROM_HERE); in TEST_F()
826 EXPECT_TRUE(GetThrottledTypes().HasAll(throttled_types)); in TEST_F()
835 scheduler()->ScheduleLocalRefreshRequest(zero(), throttled_types, FROM_HERE); in TEST_F()
Dsyncer_unittest.cc532 const ModelTypeSet throttled_types(BOOKMARKS); in TEST_F() local
/external/chromium_org/sync/internal_api/public/engine/
Dsync_status.h94 ModelTypeSet throttled_types; member
/external/chromium_org/chrome/browser/sync/
Dprofile_sync_service.cc1867 ModelTypeSet &throttled_types(detailed_status.throttled_types); in GetTypeStatusMap() local
1892 } else if (throttled_types.Has(type) && passive_types.Has(type)) { in GetTypeStatusMap()
1898 } else if (throttled_types.Has(type)) { in GetTypeStatusMap()