Home | History | Annotate | Download | only in url_request

Lines Matching defs:URLRequestThrottlerManager

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) {
134 void URLRequestThrottlerManager::set_enable_thread_checks(bool enable) {
138 bool URLRequestThrottlerManager::enable_thread_checks() const {
142 void URLRequestThrottlerManager::set_net_log(NetLog* net_log) {
148 NetLog* URLRequestThrottlerManager::net_log() const {
152 void URLRequestThrottlerManager::OnIPAddressChanged() {
156 void URLRequestThrottlerManager::OnConnectionTypeChanged(
161 std::string URLRequestThrottlerManager::GetIdFromUrl(const GURL& url) const {
169 void URLRequestThrottlerManager::GarbageCollectEntriesIfNecessary() {
178 void URLRequestThrottlerManager::GarbageCollectEntries() {
194 void URLRequestThrottlerManager::OnNetworkChange() {