HomeSort by relevance Sort by last modified time
    Searched defs:ThrottlingResourceHandler (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/browser/loader/
throttling_resource_handler.cc 12 ThrottlingResourceHandler::ThrottlingResourceHandler(
27 ThrottlingResourceHandler::~ThrottlingResourceHandler() {
30 bool ThrottlingResourceHandler::OnRequestRedirected(int request_id,
57 bool ThrottlingResourceHandler::OnWillStart(int request_id,
81 bool ThrottlingResourceHandler::OnResponseStarted(int request_id,
104 void ThrottlingResourceHandler::Cancel() {
109 void ThrottlingResourceHandler::CancelAndIgnore() {
114 void ThrottlingResourceHandler::CancelWithError(int error_code)
    [all...]
throttling_resource_handler.h 20 class ThrottlingResourceHandler : public LayeredResourceHandler,
24 ThrottlingResourceHandler(scoped_ptr<ResourceHandler> next_handler,
28 virtual ~ThrottlingResourceHandler();

Completed in 83 milliseconds