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

  /external/chromium_org/sync/sessions/
nudge_tracker.h 74 bool IsTypeThrottled(ModelType type) const;
nudge_tracker_unittest.cc 360 EXPECT_FALSE(nudge_tracker.IsTypeThrottled(SESSIONS));
395 EXPECT_FALSE(nudge_tracker.IsTypeThrottled(SESSIONS));
404 EXPECT_FALSE(nudge_tracker.IsTypeThrottled(SESSIONS));
420 EXPECT_TRUE(nudge_tracker.IsTypeThrottled(SESSIONS));
421 EXPECT_TRUE(nudge_tracker.IsTypeThrottled(PREFERENCES));
428 EXPECT_FALSE(nudge_tracker.IsTypeThrottled(SESSIONS));
nudge_tracker.cc 141 bool NudgeTracker::IsTypeThrottled(ModelType type) const {
  /external/chromium_org/sync/engine/
download.cc 202 DCHECK(!nudge_tracker.IsTypeThrottled(type))

Completed in 86 milliseconds