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

  /external/chromium_org/net/url_request/
url_request_throttler_manager.cc 16 const unsigned int URLRequestThrottlerManager::kMaximumNumberOfEntries = 1500;
17 const unsigned int URLRequestThrottlerManager::kRequestsBetweenCollecting = 200;
19 URLRequestThrottlerManager::URLRequestThrottlerManager()
33 URLRequestThrottlerManager::~URLRequestThrottlerManager() {
52 URLRequestThrottlerManager::RegisterRequestUrl(const GURL &url) {
101 void URLRequestThrottlerManager::AddToOptOutList(const std::string& host) {
116 void URLRequestThrottlerManager::OverrideEntryForTests(
128 void URLRequestThrottlerManager::EraseEntryForTests(const GURL& url)
    [all...]
url_request_throttler_manager.h 30 // URLRequestThrottlerManager maintains a map of URL IDs to URL request
35 class NET_EXPORT URLRequestThrottlerManager
40 URLRequestThrottlerManager();
41 virtual ~URLRequestThrottlerManager();
161 DISALLOW_COPY_AND_ASSIGN(URLRequestThrottlerManager);

Completed in 47 milliseconds