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

  /external/chromium/net/url_request/
url_request_throttler_header_interface.h 13 class URLRequestThrottlerHeaderInterface {
15 virtual ~URLRequestThrottlerHeaderInterface() {}
url_request_throttler_entry_interface.h 15 class URLRequestThrottlerHeaderInterface;
47 const URLRequestThrottlerHeaderInterface* response) = 0;
url_request_throttler_header_adapter.h 20 : public URLRequestThrottlerHeaderInterface {
25 // Implementation of URLRequestThrottlerHeaderInterface
url_request_throttler_entry.h 101 const URLRequestThrottlerHeaderInterface* response);
url_request_throttler_entry.cc 181 const URLRequestThrottlerHeaderInterface* response) {
url_request_throttler_unittest.cc 117 : public URLRequestThrottlerHeaderInterface {
  /external/chromium_org/net/url_request/
url_request_throttler_header_interface.h 13 class URLRequestThrottlerHeaderInterface {
15 virtual ~URLRequestThrottlerHeaderInterface() {}
url_request_throttler_entry_interface.h 18 class URLRequestThrottlerHeaderInterface;
53 const URLRequestThrottlerHeaderInterface* response) = 0;
url_request_throttler_header_adapter.h 20 : public URLRequestThrottlerHeaderInterface {
25 // Implementation of URLRequestThrottlerHeaderInterface
url_request_throttler_test_support.h 30 // Mocks the URLRequestThrottlerHeaderInterface, allowing testing code to
33 : public URLRequestThrottlerHeaderInterface {
47 // URLRequestThrottlerHeaderInterface overrides.
url_request_throttler_entry.h 101 const URLRequestThrottlerHeaderInterface* response) OVERRIDE;
url_request_throttler_entry.cc 228 const URLRequestThrottlerHeaderInterface* response) {

Completed in 213 milliseconds