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

  /external/chromium/base/
time.cc 32 int64 TimeDelta::InSeconds() const {
time_unittest.cc 116 EXPECT_EQ(delta.InSeconds(), 0);
138 EXPECT_EQ(13, TimeDelta::FromSeconds(13).InSeconds());
time_posix.cc 184 seconds = InSeconds();
message_pump_libevent.cc 267 poll_tv.tv_sec = delay.InSeconds();
time.h 78 int64 InSeconds() const;
  /external/chromium/net/http/
http_response_headers.cc     [all...]

Completed in 452 milliseconds