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

/external/chromium_org/sync/engine/
H A Dsync_engine_event_listener.h35 virtual void OnThrottledTypesChanged(ModelTypeSet throttled_types) = 0;
H A Dall_status.cc101 void AllStatus::OnThrottledTypesChanged(ModelTypeSet throttled_types) { argument
103 status_.throttled_types = throttled_types;
H A Dall_status.h47 virtual void OnThrottledTypesChanged(ModelTypeSet throttled_types) OVERRIDE;
H A Dsync_scheduler_unittest.cc809 const ModelTypeSet throttled_types(THEMES);
817 throttled_types, throttle1)),
822 scheduler()->ScheduleLocalNudge(throttled_types, FROM_HERE);
825 EXPECT_TRUE(GetThrottledTypes().HasAll(throttled_types));
833 scheduler()->ScheduleLocalRefreshRequest(throttled_types, FROM_HERE);
H A Dsync_scheduler_impl.cc245 ModelTypeSet throttled_types = nudge_tracker_.GetThrottledTypes(); local
246 return Difference(enabled_protocol_types, throttled_types);
H A Dsyncer_unittest.cc259 virtual void OnThrottledTypesChanged(ModelTypeSet throttled_types) OVERRIDE {}
629 const ModelTypeSet throttled_types(BOOKMARKS);
/external/chromium_org/sync/internal_api/public/engine/
H A Dsync_status.h80 ModelTypeSet throttled_types; member in struct:syncer::SyncStatus
/external/chromium_org/sync/internal_api/
H A Dsync_manager_impl.h137 virtual void OnThrottledTypesChanged(ModelTypeSet throttled_types) OVERRIDE;
/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_service.cc2029 ModelTypeSet &throttled_types(detailed_status.throttled_types);
2069 DCHECK(!throttled_types.Has(type));
2072 } else if (throttled_types.Has(type) && passive_types.Has(type)) {
2078 } else if (throttled_types.Has(type)) {

Completed in 117 milliseconds