Searched refs:should_throttle (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/content/browser/loader/
H A Dresource_scheduler.h98 void SetThrottleOptionsForTesting(bool should_throttle, bool should_coalesce);
101 bool should_throttle() const { return should_throttle_; } function in class:content::ResourceScheduler
H A Dresource_scheduler.cc324 if (!scheduler_->should_throttle()) {
731 void ResourceScheduler::SetThrottleOptionsForTesting(bool should_throttle, argument
734 should_throttle_ = should_throttle;
H A Dresource_scheduler_unittest.cc149 scheduler_.SetThrottleOptionsForTesting(true /* should_throttle */,
584 scheduler_.SetThrottleOptionsForTesting(true /* should_throttle */,
599 scheduler_.SetThrottleOptionsForTesting(true /* should_throttle */,
661 scheduler_.SetThrottleOptionsForTesting(true /* should_throttle */,
663 EXPECT_TRUE(scheduler_.should_throttle());
674 scheduler_.SetThrottleOptionsForTesting(true /* should_throttle */,
687 scheduler_.SetThrottleOptionsForTesting(true /* should_throttle */,
704 scheduler_.SetThrottleOptionsForTesting(true /* should_throttle */,
722 scheduler_.SetThrottleOptionsForTesting(true /* should_throttle */,
740 scheduler_.SetThrottleOptionsForTesting(true /* should_throttle */,
[all...]

Completed in 166 milliseconds