OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:throttling_header
(Results
1 - 2
of
2
) sorted by null
/external/chromium/net/url_request/
url_request_throttler_entry.cc
191
std::string
throttling_header
= response->GetNormalizedValue(
local
193
if (!
throttling_header
.empty())
194
HandleThrottlingHeader(
throttling_header
, host);
/external/chromium_org/net/url_request/
url_request_throttler_entry.cc
234
std::string
throttling_header
= response->GetNormalizedValue(
local
236
if (!
throttling_header
.empty())
237
HandleThrottlingHeader(
throttling_header
, host);
Completed in 51 milliseconds