Home | History | Annotate | Download | only in extensions

Lines Matching refs:throttle

42   ThrottleController(net::URLRequest* request, ResourceThrottle* throttle)
44 throttle_(throttle) {
169 ResourceThrottle* throttle =
173 if (throttle) {
174 request->SetUserData(NULL, new ThrottleController(request, throttle));
176 throttle->WillStartRequest(&defer);
325 // Test when the script updated notification occurs before the throttle's
337 ResourceThrottle* throttle =
339 ASSERT_TRUE(throttle);
340 request->SetUserData(NULL, new ThrottleController(request.get(), throttle));
351 throttle->WillStartRequest(&defer);