OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:throttled_types
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/sync/engine/
sync_engine_event.h
69
ModelTypeSet
throttled_types
;
member in struct:syncer::SyncEngineEvent
all_status.cc
114
status_.
throttled_types
= event.
throttled_types
;
sync_scheduler_impl.cc
246
ModelTypeSet
throttled_types
= nudge_tracker_.GetThrottledTypes();
local
247
return Difference(enabled_types,
throttled_types
);
803
event.
throttled_types
= types;
sync_scheduler_unittest.cc
810
const ModelTypeSet
throttled_types
(BOOKMARKS);
818
throttled_types
, throttle1)),
823
scheduler()->ScheduleLocalNudge(zero(),
throttled_types
, FROM_HERE);
local
826
EXPECT_TRUE(GetThrottledTypes().HasAll(
throttled_types
));
835
scheduler()->ScheduleLocalRefreshRequest(zero(),
throttled_types
, FROM_HERE);
local
[
all
...]
syncer_unittest.cc
532
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 101 milliseconds