Home
last modified time | relevance | path

Searched refs:AddToOptOutList (Results 1 – 3 of 3) sorted by relevance

/external/chromium/net/url_request/
Durl_request_throttler_manager.h49 void AddToOptOutList(const std::string& host);
Durl_request_throttler_manager.cc54 void URLRequestThrottlerManager::AddToOptOutList(const std::string& host) { in AddToOptOutList() function in net::URLRequestThrottlerManager
Durl_request_throttler_entry.cc254 manager_->AddToOptOutList(host); in HandleThrottlingHeader()