HomeSort by relevance Sort by last modified time
    Searched defs:url_throttler_entry_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/net/url_request/
url_fetcher_core.h 265 scoped_refptr<URLRequestThrottlerEntryInterface> url_throttler_entry_; member in class:net::URLFetcherCore
  /external/chromium/chrome/common/net/
url_fetcher.cc 156 scoped_refptr<net::URLRequestThrottlerEntryInterface> url_throttler_entry_; member in class:URLFetcher::Core
330 url_throttler_entry_ =
492 if (url_throttler_entry_ != NULL)
493 url_throttler_entry_->ReceivedContentWasMalformed();
508 if (url_throttler_entry_ != NULL &&
509 original_url_throttler_entry_ != url_throttler_entry_) {
511 url_throttler_entry_->GetExponentialBackoffReleaseTime();

Completed in 24 milliseconds