HomeSort by relevance Sort by last modified time
    Searched refs:throttled_types (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/sync/engine/
sync_engine_event.h 72 ModelTypeSet throttled_types; member in struct:syncer::SyncEngineEvent
all_status.cc 115 status_.throttled_types = event.throttled_types;
get_commit_ids_command.h 67 ModelTypeSet throttled_types,
sync_scheduler_impl.cc 243 ModelTypeSet throttled_types = local
245 return Difference(enabled_types, throttled_types);
797 event.throttled_types = types;
sync_scheduler_unittest.cc 734 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
    [all...]
syncer_unittest.cc 645 const ModelTypeSet throttled_types(BOOKMARKS);
    [all...]
  /external/chromium_org/sync/internal_api/public/engine/
sync_status.h 94 ModelTypeSet throttled_types; member in struct:syncer::SyncStatus
  /external/chromium_org/chrome/browser/sync/
profile_sync_service.cc     [all...]

Completed in 169 milliseconds