Searched defs:throttled_types (Results 1 - 3 of 3) sorted by relevance

/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/engine/
H A Dall_status.cc101 void AllStatus::OnThrottledTypesChanged(ModelTypeSet throttled_types) { argument
103 status_.throttled_types = throttled_types;
H A Dsync_scheduler_impl.cc245 ModelTypeSet throttled_types = nudge_tracker_.GetThrottledTypes(); local
246 return Difference(enabled_protocol_types, throttled_types);

Completed in 184 milliseconds