Searched refs:throttled_types (Results 1 – 9 of 9) sorted by relevance
101 void AllStatus::OnThrottledTypesChanged(ModelTypeSet throttled_types) { in OnThrottledTypesChanged() argument103 status_.throttled_types = throttled_types; in OnThrottledTypesChanged()
35 virtual void OnThrottledTypesChanged(ModelTypeSet throttled_types) = 0;
47 virtual void OnThrottledTypesChanged(ModelTypeSet throttled_types) OVERRIDE;
818 const ModelTypeSet throttled_types(BOOKMARKS); in TEST_F() local826 throttled_types, throttle1)), in TEST_F()831 scheduler()->ScheduleLocalNudge(zero(), throttled_types, FROM_HERE); in TEST_F()834 EXPECT_TRUE(GetThrottledTypes().HasAll(throttled_types)); in TEST_F()843 scheduler()->ScheduleLocalRefreshRequest(zero(), throttled_types, FROM_HERE); in TEST_F()
252 ModelTypeSet throttled_types = nudge_tracker_.GetThrottledTypes(); in GetEnabledAndUnthrottledTypes() local253 return Difference(enabled_protocol_types, throttled_types); in GetEnabledAndUnthrottledTypes()
252 virtual void OnThrottledTypesChanged(ModelTypeSet throttled_types) OVERRIDE {} in OnThrottledTypesChanged() argument618 const ModelTypeSet throttled_types(BOOKMARKS); in TEST_F() local
80 ModelTypeSet throttled_types; member
2011 ModelTypeSet &throttled_types(detailed_status.throttled_types); in GetTypeStatusMap() local2039 DCHECK(!throttled_types.Has(type)); in GetTypeStatusMap()2042 } else if (throttled_types.Has(type) && passive_types.Has(type)) { in GetTypeStatusMap()2048 } else if (throttled_types.Has(type)) { in GetTypeStatusMap()
157 virtual void OnThrottledTypesChanged(ModelTypeSet throttled_types) OVERRIDE;