OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kRetryHeaderName
(Results
1 - 3
of
3
) sorted by null
/external/chromium/net/url_request/
url_request_throttler_entry.h
60
static const char
kRetryHeaderName
[];
url_request_throttler_entry.cc
41
const char URLRequestThrottlerEntry::
kRetryHeaderName
[] = "X-Retry-After";
187
std::string retry_header = response->GetNormalizedValue(
kRetryHeaderName
);
url_request_throttler_unittest.cc
142
if (key == MockURLRequestThrottlerEntry::
kRetryHeaderName
&&
Completed in 29 milliseconds