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

  /external/chromium/net/url_request/
url_request_throttler_manager.cc 13 const unsigned int URLRequestThrottlerManager::kMaximumNumberOfEntries = 1500;
14 const unsigned int URLRequestThrottlerManager::kRequestsBetweenCollecting = 200;
16 URLRequestThrottlerManager* URLRequestThrottlerManager::GetInstance() {
17 return Singleton<URLRequestThrottlerManager>::get();
21 URLRequestThrottlerManager::RegisterRequestUrl(const GURL &url) {
54 void URLRequestThrottlerManager::AddToOptOutList(const std::string& host) {
63 void URLRequestThrottlerManager::OverrideEntryForTests(
75 void URLRequestThrottlerManager::EraseEntryForTests(const GURL& url) {
81 void URLRequestThrottlerManager::set_enable_thread_checks(bool enable)
    [all...]
url_request_throttler_manager.h 26 // URLRequestThrottlerManager maintains a map of URL IDs to URL request
35 class URLRequestThrottlerManager : public base::NonThreadSafe {
37 static URLRequestThrottlerManager* GetInstance();
73 URLRequestThrottlerManager();
74 ~URLRequestThrottlerManager();
95 friend struct DefaultSingletonTraits<URLRequestThrottlerManager>;
137 DISALLOW_COPY_AND_ASSIGN(URLRequestThrottlerManager);
  /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 156 milliseconds