HomeSort by relevance Sort by last modified time
    Searched refs:response_time (Results 51 - 74 of 74) sorted by null

1 23

  /external/chromium_org/chrome/browser/metrics/
thread_watcher.cc 253 base::TimeDelta response_time = now - ping_time_; local
254 response_time_histogram_->AddTime(response_time);
  /external/chromium_org/content/renderer/
renderer_webkitplatformsupport_impl.cc 321 double response_time,
332 new ViewHostMsg_DidGenerateCacheableMetadata(url, response_time, copy));
    [all...]
  /external/chromium_org/net/spdy/
spdy_stream.cc 388 base::Time response_time,
429 response_time_ = response_time;
    [all...]
spdy_session.h 730 base::Time response_time,
    [all...]
spdy_network_transaction_unittest.cc     [all...]
  /external/chromium/net/http/
http_cache_unittest.cc 994 response.response_time = base::Time::Now();
4854 base::Time response_time = base::Time() + base::TimeDelta::FromHours(1235); local
    [all...]
http_cache_transaction.cc 995 response_.response_time = new_response_->response_time;
    [all...]
http_stream_parser.cc 378 response_->response_time = base::Time::Now();
http_cache.cc 273 if (response_info->response_time != expected_response_time_)
    [all...]
http_network_transaction.cc 849 // After we call RestartWithAuth a new response_time will be recorded, and
    [all...]
http_network_transaction_unittest.cc     [all...]
  /external/chromium_org/net/http/
http_cache_transaction.cc     [all...]
http_stream_parser.cc 541 response_->response_time = base::Time::Now();
    [all...]
http_cache_unittest.cc 536 response.response_time = base::Time::Now();
5587 base::Time response_time = base::Time() + base::TimeDelta::FromHours(1235); local
    [all...]
http_cache.cc 247 if (response_info->response_time != expected_response_time_)
    [all...]
http_network_transaction.cc 900 // After we call RestartWithAuth a new response_time will be recorded, and
    [all...]
http_network_transaction_unittest.cc     [all...]
  /external/chromium/net/spdy/
spdy_session_unittest.cc 46 base::Time response_time,
spdy_network_transaction_unittest.cc     [all...]
  /external/chromium_org/webkit/browser/appcache/
appcache_response_unittest.cc 246 info->response_time = base::Time::Now();
appcache_url_request_job_unittest.cc 330 info->response_time = base::Time::Now();
appcache_update_job.cc     [all...]
appcache_update_job_unittest.cc     [all...]
  /external/chromium_org/chrome/browser/net/
chrome_network_delegate.cc 702 request->response_info().response_time);
    [all...]

Completed in 751 milliseconds

1 23