HomeSort by relevance Sort by last modified time
    Searched refs:ResourceThrottle (Results 26 - 31 of 31) sorted by null

12

  /external/chromium_org/chrome/browser/renderer_host/
chrome_resource_dispatcher_host_delegate.cc 252 ScopedVector<content::ResourceThrottle>* throttles) {
328 ScopedVector<content::ResourceThrottle>* throttles) {
438 ScopedVector<content::ResourceThrottle>* throttles) {
445 content::ResourceThrottle* throttle =
463 content::ResourceThrottle* throttle =
  /external/chromium_org/content/browser/loader/
resource_scheduler_unittest.cc 37 TestRequest(scoped_ptr<ResourceThrottle> throttle,
64 scoped_ptr<ResourceThrottle> throttle_;
70 CancelingTestRequest(scoped_ptr<ResourceThrottle> throttle,
178 scoped_ptr<ResourceThrottle> throttle(scheduler_.ScheduleRequest(
295 scoped_ptr<ResourceThrottle> throttle(scheduler_.ScheduleRequest(
throttling_resource_handler.cc 16 ScopedVector<ResourceThrottle> throttles)
resource_dispatcher_host_impl.cc 549 ScopedVector<ResourceThrottle> throttles;
    [all...]
resource_dispatcher_host_unittest.cc 401 class GenericResourceThrottle : public ResourceThrottle {
418 // ResourceThrottle implementation:
499 ScopedVector<ResourceThrottle>* throttles) OVERRIDE {
939 // Tests if cancel is called in ResourceThrottle::WillStartRequest, then the
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/web_navigation/
web_navigation_apitest.cc 106 // Constructs a ResourceThrottle if the request for |url| should be held.
109 content::ResourceThrottle* CreateResourceThrottle(
127 class Throttle : public content::ResourceThrottle,
134 // content::ResourceThrottle implementation.
250 ScopedVector<content::ResourceThrottle>* throttles) OVERRIDE {
260 content::ResourceThrottle* throttle =

Completed in 268 milliseconds

12