Searched defs:InMilliseconds (Results 1 - 5 of 5) sorted by path

/external/chromium_org/base/profiler/
H A Dtracked_time.cc42 int32 Duration::InMilliseconds() const { return ms_; } function in class:tracked_objects::Duration
49 : ms_((time - base::TimeTicks()).InMilliseconds()) {
/external/chromium_org/base/time/
H A Dtime.cc72 int64 TimeDelta::InMilliseconds() const { function in class:base::TimeDelta
/external/chromium_org/media/base/
H A Dstream_parser_buffer.h85 int64 InMilliseconds() const { return ts_.InMilliseconds(); } function in class:media::DecodeTimestamp
/external/chromium_org/media/cast/logging/
H A Dencoding_event_subscriber_unittest.cc22 int64 InMilliseconds(base::TimeTicks event_time) { function in namespace:__anon8595
23 return (event_time - base::TimeTicks()).InMilliseconds();
180 EXPECT_EQ(InMilliseconds(now), event->event_timestamp_ms(0));
212 EXPECT_EQ(InMilliseconds(now), event->event_timestamp_ms(0));
244 EXPECT_EQ(InMilliseconds(now), event->event_timestamp_ms(0));
290 EXPECT_EQ(InMilliseconds(now1), event->event_timestamp_ms(0));
291 EXPECT_EQ(InMilliseconds(now3), event->event_timestamp_ms(1));
306 EXPECT_EQ(InMilliseconds(now2), event->event_timestamp_ms(0));
340 EXPECT_EQ(InMilliseconds(now), base_event.event_timestamp_ms(0));
393 EXPECT_EQ(InMilliseconds(now
[all...]
/external/chromium_org/v8/src/base/platform/
H A Dtime.cc89 int64_t TimeDelta::InMilliseconds() const { function in class:v8::base::TimeDelta

Completed in 538 milliseconds