Home
last modified time | relevance | path

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

/external/chromium_org/sync/engine/
Dall_status.cc101 void AllStatus::OnThrottledTypesChanged(ModelTypeSet throttled_types) { in OnThrottledTypesChanged() argument
103 status_.throttled_types = throttled_types; in OnThrottledTypesChanged()
Dsync_engine_event_listener.h35 virtual void OnThrottledTypesChanged(ModelTypeSet throttled_types) = 0;
Dall_status.h47 virtual void OnThrottledTypesChanged(ModelTypeSet throttled_types) OVERRIDE;
Dsync_scheduler_unittest.cc818 const ModelTypeSet throttled_types(BOOKMARKS); in TEST_F() local
826 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()
Dsync_scheduler_impl.cc252 ModelTypeSet throttled_types = nudge_tracker_.GetThrottledTypes(); in GetEnabledAndUnthrottledTypes() local
253 return Difference(enabled_protocol_types, throttled_types); in GetEnabledAndUnthrottledTypes()
Dsyncer_unittest.cc252 virtual void OnThrottledTypesChanged(ModelTypeSet throttled_types) OVERRIDE {} in OnThrottledTypesChanged() argument
618 const ModelTypeSet throttled_types(BOOKMARKS); in TEST_F() local
/external/chromium_org/sync/internal_api/public/engine/
Dsync_status.h80 ModelTypeSet throttled_types; member
/external/chromium_org/chrome/browser/sync/
Dprofile_sync_service.cc2011 ModelTypeSet &throttled_types(detailed_status.throttled_types); in GetTypeStatusMap() local
2039 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()
/external/chromium_org/sync/internal_api/
Dsync_manager_impl.h157 virtual void OnThrottledTypesChanged(ModelTypeSet throttled_types) OVERRIDE;