Searched refs:logged_for_localhost_disabled_ (Results 1 – 2 of 2) sorted by relevance
22 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()
153 bool logged_for_localhost_disabled_; in NON_EXPORTED_BASE() local