Searched refs:throttled_types (Results 1 – 7 of 7) sorted by relevance
69 ModelTypeSet throttled_types; member
114 status_.throttled_types = event.throttled_types; in OnSyncEngineEvent()
246 ModelTypeSet throttled_types = nudge_tracker_.GetThrottledTypes(); in GetEnabledAndUnthrottledTypes() local247 return Difference(enabled_types, throttled_types); in GetEnabledAndUnthrottledTypes()803 event.throttled_types = types; in NotifyThrottledTypesChanged()
810 const ModelTypeSet throttled_types(BOOKMARKS); in TEST_F() local818 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()
532 const ModelTypeSet throttled_types(BOOKMARKS); in TEST_F() local
94 ModelTypeSet throttled_types; member
1867 ModelTypeSet &throttled_types(detailed_status.throttled_types); in GetTypeStatusMap() local1892 } else if (throttled_types.Has(type) && passive_types.Has(type)) { in GetTypeStatusMap()1898 } else if (throttled_types.Has(type)) { in GetTypeStatusMap()