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

  /external/chromium_org/net/url_request/
url_request_throttler_entry_interface.h 51 virtual void UpdateWithResponse(
url_request_throttler_unittest.cc 243 entry_->UpdateWithResponse(std::string(), &failure_response);
250 entry_->UpdateWithResponse(std::string(), &success_response);
258 entry_->UpdateWithResponse(std::string(), &success_response);
259 entry_->UpdateWithResponse(std::string(), &failure_response);
262 entry_->UpdateWithResponse(std::string(), &success_response);
288 entry_->UpdateWithResponse(std::string(), &response_adapter);
299 entry_->UpdateWithResponse(std::string(), &response_adapter);
305 // UpdateWithResponse to pair with ReceivedContentWasMalformed() since that
310 entry_->UpdateWithResponse(std::string(), &success_adapter);
438 entry->UpdateWithResponse(std::string(), &failure_adapter)
    [all...]
url_request_throttler_entry.h 99 virtual void UpdateWithResponse(
url_request_throttler_entry.cc 226 void URLRequestThrottlerEntry::UpdateWithResponse(
245 // UpdateWithResponse() with a response categorized as "good". To end
247 // the one success in UpdateWithResponse().
url_request_throttler_simulation_unittest.cc 433 throttler_entry_->UpdateWithResponse(std::string(), &response_headers);
url_request_http_job.cc 300 throttling_entry_->UpdateWithResponse(request_info_.url.host(),
    [all...]

Completed in 120 milliseconds