Home
last modified time | relevance | path

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

/external/chromium_org/net/url_request/
Durl_request_throttler_entry.cc234 std::string throttling_header = response->GetNormalizedValue( in UpdateWithResponse() local
236 if (!throttling_header.empty()) in UpdateWithResponse()
237 HandleThrottlingHeader(throttling_header, host); in UpdateWithResponse()