HomeSort by relevance Sort by last modified time
    Searched refs:GetNormalizedValue (Results 1 - 5 of 5) sorted by null

  /external/chromium/net/url_request/
url_request_throttler_header_interface.h 20 virtual std::string GetNormalizedValue(const std::string& key) const = 0;
url_request_throttler_header_adapter.cc 18 std::string URLRequestThrottlerHeaderAdapter::GetNormalizedValue(
url_request_throttler_header_adapter.h 26 virtual std::string GetNormalizedValue(const std::string& key) const;
url_request_throttler_entry.cc 187 std::string retry_header = response->GetNormalizedValue(kRetryHeaderName);
191 std::string throttling_header = response->GetNormalizedValue(
url_request_throttler_unittest.cc 141 virtual std::string GetNormalizedValue(const std::string& key) const {

Completed in 182 milliseconds