Searched refs:InMillisecondsRoundedUp (Results 1 - 20 of 20) sorted by relevance

/external/chromium/base/
H A Dtimer.cc25 static_cast<int>(timer_task->delay_.InMillisecondsRoundedUp()));
H A Dtime.cc43 int64 TimeDelta::InMillisecondsRoundedUp() const { function in class:base::TimeDelta
H A Dtime.h79 // InMillisecondsRoundedUp() instead returns an integer that is rounded up
88 int64 InMillisecondsRoundedUp() const;
/external/chromium_org/base/message_loop/
H A Dmessage_pump_android.cc45 (delayed_work_time - base::TimeTicks::Now()).InMillisecondsRoundedUp());
122 (delayed_work_time - TimeTicks::Now()).InMillisecondsRoundedUp();
/external/chromium_org/base/threading/
H A Dworker_pool.cc86 DCHECK_EQ(delay.InMillisecondsRoundedUp(), 0)
H A Dplatform_thread_win.cc143 ::Sleep((end - now).InMillisecondsRoundedUp());
/external/chromium_org/media/cast/rtp_receiver/
H A Dreceiver_stats.cc67 *jitter = static_cast<uint32>(abs(jitter_.InMillisecondsRoundedUp()));
/external/chromium_org/chrome_frame/
H A Dtask_marshaller.cc111 int64 delay = (next_run - now).InMillisecondsRoundedUp();
/external/chromium_org/remoting/codec/
H A Dvideo_encoder_verbatim.cc68 (base::Time::Now() - encode_start_time).InMillisecondsRoundedUp());
H A Dvideo_encoder_vpx.cc162 (base::Time::Now() - encode_start_time).InMillisecondsRoundedUp());
/external/chromium/chrome/browser/sync/notifier/
H A Dchrome_system_resources.cc64 FROM_HERE, task_to_post, delay.InMillisecondsRoundedUp());
/external/chromium/net/url_request/
H A Durl_request_throttler_entry.cc163 return (recommended_sending_time - now).InMillisecondsRoundedUp();
/external/chromium_org/base/time/
H A Dtime.cc48 int64 TimeDelta::InMillisecondsRoundedUp() const { function in class:base::TimeDelta
H A Dtime.h97 // InMillisecondsRoundedUp() instead returns an integer that is rounded up
106 int64 InMillisecondsRoundedUp() const;
/external/chromium_org/remoting/host/
H A Dscreen_capturer_fake.cc73 (base::Time::Now() - capture_start_time).InMillisecondsRoundedUp());
/external/chromium/chrome/browser/
H A Dbrowser_main_win.cc83 base::TimeDelta::FromHours(24).InMillisecondsRoundedUp());
341 base::TimeDelta::FromSeconds(30).InMillisecondsRoundedUp());
/external/chromium_org/net/url_request/
H A Durl_request_throttler_entry.cc210 return (recommended_sending_time - now).InMillisecondsRoundedUp();
/external/chromium_org/components/policy/core/common/cloud/
H A Dcloud_policy_validator.cc46 base::Time::UnixEpoch()).InMillisecondsRoundedUp();
/external/chromium_org/v8/src/platform/
H A Dtime.h74 // InMillisecondsRoundedUp() instead returns an integer that is rounded up
83 int64_t InMillisecondsRoundedUp() const;
/external/chromium/chrome/browser/net/
H A Dload_timing_observer.cc48 (time_ticks - record->base_ticks).InMillisecondsRoundedUp());

Completed in 546 milliseconds