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

  /external/chromium_org/net/cookies/
cookie_options.h 26 // |server_time| indicates what the server sending us the Cookie thought the
29 void set_server_time(const base::Time& server_time) {
30 server_time_ = server_time;
33 base::Time server_time() const { return server_time_; } function in class:net::CookieOptions
canonical_cookie.cc 185 const Time& server_time) {
203 return parsed_expiry + (current - server_time);
233 Time server_time(creation_time);
235 server_time = options.server_time();
239 server_time);
canonical_cookie.h 137 const base::Time& server_time);
cookie_store_unittest.h 135 const base::Time& server_time) {
139 options.set_server_time(server_time);
754 base::Time server_time; local
756 &server_time));
761 server_time));
    [all...]
  /external/chromium_org/net/tools/get_server_time/
get_server_time.cc 153 // Assuming that the time |server_time| was received from a server,
158 void EstimateServerTimeNow(base::Time server_time,
167 *server_now = server_time + estimated_elapsed;
290 base::Time server_time; local
291 if (!headers->GetDateValue(&server_time)) {
298 UTF16ToUTF8(base::TimeFormatFriendlyDateAndTime(server_time)).c_str());
302 EstimateServerTimeNow(server_time, start_ticks, end_ticks,

Completed in 618 milliseconds