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 76 bool IsTypeThrottled(ModelType type) const;
nudge_tracker_unittest.cc 355 EXPECT_FALSE(nudge_tracker_.IsTypeThrottled(SESSIONS));
389 EXPECT_FALSE(nudge_tracker_.IsTypeThrottled(SESSIONS));
396 EXPECT_FALSE(nudge_tracker_.IsTypeThrottled(SESSIONS));
411 EXPECT_TRUE(nudge_tracker_.IsTypeThrottled(SESSIONS));
412 EXPECT_TRUE(nudge_tracker_.IsTypeThrottled(PREFERENCES));
419 EXPECT_FALSE(nudge_tracker_.IsTypeThrottled(SESSIONS));
nudge_tracker.cc 150 bool NudgeTracker::IsTypeThrottled(ModelType type) const {
  /external/chromium_org/sync/engine/
download.cc 245 DCHECK(!nudge_tracker.IsTypeThrottled(type))

Completed in 57 milliseconds