Home
last modified time | relevance | path

Searched refs:logged_for_localhost_disabled_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/net/url_request/
Durl_request_throttler_manager.cc22 logged_for_localhost_disabled_(false), in URLRequestThrottlerManager()
84 if (!logged_for_localhost_disabled_ && IsLocalhost(host)) { in RegisterRequestUrl()
85 logged_for_localhost_disabled_ = true; in RegisterRequestUrl()
Durl_request_throttler_manager.h153 bool logged_for_localhost_disabled_; in NON_EXPORTED_BASE() local