Lines Matching full:time
31 #include "base/time.h"
49 // offsets with respect to the given base time.
55 // this base time.
56 base::Time base_time;
58 // The time that proxy processing started. For requests with no proxy phase,
59 // this time is -1.
62 // The time that proxy processing ended. For reused sockets this time
66 // The time that DNS lookup started. For reused sockets this time is -1.
69 // The time that DNS lookup ended. For reused sockets this time is -1.
72 // The time that establishing connection started. Connect time includes
73 // DNS, blocking, TCP, TCP retries and SSL time.
76 // The time that establishing connection ended. Connect time includes
77 // DNS, blocking, TCP, TCP retries and SSL time.
80 // The time at which SSL handshake started. For non-HTTPS requests this
84 // The time at which SSL handshake ended. For non-HTTPS requests this is 0.
87 // The time that HTTP request started. For non-HTTP requests this is 0.
90 // The time that HTTP request ended. For non-HTTP requests this is 0.
93 // The time at which receiving HTTP headers started. For non-HTTP requests
97 // The time at which receiving HTTP headers ended. For non-HTTP requests
119 // The time at which the request was made that resulted in this response.
120 // For cached responses, this time could be "far" in the past.
121 base::Time request_time;
123 // The time at which the response headers were received. For cached
124 // responses, this time could be "far" in the past.
125 base::Time response_time;
172 // contain a portion of the response body at the time that the ResponseInfo
323 const base::Time& completion_time) = 0;
326 // use Create() for construction, but anybody can delete at any time,
343 AppendFileRangeToUpload(file_path, 0, kuint64max, base::Time());
352 const base::Time& expected_modification_time) = 0;
380 // error occurs. It could block the calling thread for a long time, so only