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

/external/chromium_org/sync/engine/
H A Dsync_engine_event.h72 ModelTypeSet throttled_types; member in struct:syncer::SyncEngineEvent
H A Dall_status.cc115 status_.throttled_types = event.throttled_types;
H A Dget_commit_ids_command.h67 ModelTypeSet throttled_types,
H A Dsync_scheduler_impl.cc243 ModelTypeSet throttled_types = local
245 return Difference(enabled_types, throttled_types);
797 event.throttled_types = types;
H A Dsync_scheduler_unittest.cc734 const ModelTypeSet throttled_types(BOOKMARKS);
742 throttled_types, throttle1)),
747 scheduler()->ScheduleLocalNudge(zero(), throttled_types, FROM_HERE); local
749 EXPECT_TRUE(GetThrottledTypes().HasAll(throttled_types));
753 ModelTypeSetToInvalidationMap(throttled_types, "test");
758 scheduler()->ScheduleLocalRefreshRequest(zero(), throttled_types, FROM_HERE); local
H A Dsyncer_unittest.cc645 const ModelTypeSet throttled_types(BOOKMARKS);
/external/chromium_org/sync/internal_api/public/engine/
H A Dsync_status.h94 ModelTypeSet throttled_types; member in struct:syncer::SyncStatus
/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_service.cc1750 ModelTypeSet &throttled_types(detailed_status.throttled_types);
1775 } else if (throttled_types.Has(type) && passive_types.Has(type)) {
1781 } else if (throttled_types.Has(type)) {

Completed in 121 milliseconds