Home
last modified time | relevance | path

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

/external/chromium/net/url_request/
Durl_request_throttler_entry.cc191 std::string throttling_header = response->GetNormalizedValue( in UpdateWithResponse() local
193 if (!throttling_header.empty()) in UpdateWithResponse()
194 HandleThrottlingHeader(throttling_header, host); in UpdateWithResponse()