Home | History | Annotate | Download | only in loader

Lines Matching refs:throttles

549     ScopedVector<ResourceThrottle> throttles;
553 is_content_initiated, must_download, &throttles);
554 if (!throttles.empty()) {
558 request_info->GetRequestID(), throttles.Pass()));
1064 ScopedVector<ResourceThrottle> throttles;
1076 &throttles);
1081 throttles.push_back(new PowerSaveBlockResourceThrottle());
1085 throttles.insert(
1086 throttles.begin(),
1090 throttles.push_back(
1095 throttles.Pass()));