Searched refs:ThrottlingResourceHandler (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/content/browser/loader/
H A Dthrottling_resource_handler.cc14 ThrottlingResourceHandler::ThrottlingResourceHandler( function in class:content::ThrottlingResourceHandler
31 ThrottlingResourceHandler::~ThrottlingResourceHandler() {
34 bool ThrottlingResourceHandler::OnRequestRedirected(
61 bool ThrottlingResourceHandler::OnWillStart(const GURL& url, bool* defer) {
84 bool ThrottlingResourceHandler::OnBeforeNetworkStart(const GURL& url,
108 bool ThrottlingResourceHandler::OnResponseStarted(ResourceResponse* response,
131 void ThrottlingResourceHandler::Cancel() {
136 void ThrottlingResourceHandler
[all...]
H A Dthrottling_resource_handler.h25 class ThrottlingResourceHandler : public LayeredResourceHandler, class in namespace:content
29 ThrottlingResourceHandler(scoped_ptr<ResourceHandler> next_handler,
32 virtual ~ThrottlingResourceHandler();
H A Dresource_dispatcher_host_impl.cc688 new ThrottlingResourceHandler(
1300 new ThrottlingResourceHandler(handler.Pass(), request, throttles.Pass()));
/external/chromium_org/content/public/browser/
H A Dresource_throttle.h44 friend class ThrottlingResourceHandler;

Completed in 250 milliseconds