Searched defs:ThrottlingResourceHandler (Results 1 - 2 of 2) 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(const GURL& new_url,
60 bool ThrottlingResourceHandler::OnWillStart(const GURL& url, bool* defer) {
83 bool ThrottlingResourceHandler::OnBeforeNetworkStart(const GURL& url,
107 bool ThrottlingResourceHandler::OnResponseStarted(ResourceResponse* response,
130 void ThrottlingResourceHandler::Cancel() {
135 void ThrottlingResourceHandler
[all...]
H A Dthrottling_resource_handler.h24 class ThrottlingResourceHandler : public LayeredResourceHandler, class in namespace:content
28 ThrottlingResourceHandler(scoped_ptr<ResourceHandler> next_handler,
31 virtual ~ThrottlingResourceHandler();

Completed in 100 milliseconds