Searched refs:GetCurrentDelay (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/content/browser/renderer_host/input/
H A Dtimeout_monitor.cc31 if (timeout_timer_.IsRunning() && timeout_timer_.GetCurrentDelay() <= delay) {
/external/chromium_org/chrome/browser/chromeos/login/
H A Dexisting_user_controller_auto_login_unittest.cc192 EXPECT_EQ(auto_login_timer()->GetCurrentDelay().InMilliseconds(),
226 EXPECT_EQ(auto_login_timer()->GetCurrentDelay().InMilliseconds(),
235 EXPECT_EQ(auto_login_timer()->GetCurrentDelay().InMilliseconds(),
260 EXPECT_EQ(auto_login_timer()->GetCurrentDelay().InMilliseconds(),
270 EXPECT_EQ(auto_login_timer()->GetCurrentDelay().InMilliseconds(),
280 EXPECT_EQ(auto_login_timer()->GetCurrentDelay().InMilliseconds(),
/external/chromium_org/media/audio/alsa/
H A Dalsa_input.h65 snd_pcm_sframes_t GetCurrentDelay();
H A Dalsa_input.cc155 snd_pcm_sframes_t AlsaPcmInputStream::GetCurrentDelay() { function in class:media::AlsaPcmInputStream
199 static_cast<uint32>(GetCurrentDelay() * params_.GetBytesPerFrame());
H A Dalsa_output.cc359 const uint32 hardware_delay = GetCurrentDelay() * bytes_per_frame_;
449 GetCurrentDelay() > 0) {
564 snd_pcm_sframes_t AlsaPcmOutputStream::GetCurrentDelay() { function in class:media::AlsaPcmOutputStream
H A Dalsa_output.h133 snd_pcm_sframes_t GetCurrentDelay();
/external/chromium/base/
H A Dtimer.h79 TimeDelta GetCurrentDelay() const { function in class:base::BaseTimer_Helper
240 if (timer_.IsRunning() && timer_.GetCurrentDelay() <= delay)
H A Dmessage_pump_win.cc64 int MessagePumpWin::GetCurrentDelay() const { function in class:base::MessagePumpWin
125 int delay_msec = GetCurrentDelay();
250 int delay = GetCurrentDelay();
488 int timeout = GetCurrentDelay();
H A Dmessage_pump_win.h96 int GetCurrentDelay() const;
/external/chromium_org/base/message_loop/
H A Dmessage_pump_win.cc78 int MessagePumpWin::GetCurrentDelay() const { function in class:base::MessagePumpWin
157 int delay_msec = GetCurrentDelay();
269 int delay = GetCurrentDelay();
539 int timeout = GetCurrentDelay();
H A Dmessage_pump_win.h64 int GetCurrentDelay() const;
/external/chromium_org/base/timer/
H A Dtimer.h90 TimeDelta GetCurrentDelay() const { function in class:base::Timer
/external/chromium/chrome/browser/sync/notifier/
H A Dregistration_manager.cc128 status.registration_timer.GetCurrentDelay();
/external/chromium_org/sync/notifier/
H A Dregistration_manager.cc177 status->registration_timer.GetCurrentDelay();
/external/chromium_org/chrome/browser/chromeos/policy/
H A Drecommendation_restorer_unittest.cc225 restorer_->restore_timer_.GetCurrentDelay());
/external/chromium_org/sync/engine/
H A Dsync_scheduler_impl.cc607 poll != poll_timer_.GetCurrentDelay();
/external/chromium/chrome/browser/history/
H A Dtop_sites.cc912 if (timer_.IsRunning() && ((timer_start_time_ + timer_.GetCurrentDelay()) <
/external/chromium/chrome/browser/sync/engine/
H A Dsyncer_thread.cc676 poll != poll_timer_.GetCurrentDelay();
/external/chromium_org/chrome/browser/history/
H A Dtop_sites_impl.cc904 if (timer_.IsRunning() && ((timer_start_time_ + timer_.GetCurrentDelay()) <
/external/chromium_org/net/dns/
H A Ddns_transaction.cc749 base::TimeDelta timeout = timer_.GetCurrentDelay() * 2;
/external/chromium_org/chrome/browser/chromeos/system/
H A Dautomatic_reboot_manager_unittest.cc540 timer->GetCurrentDelay().ToInternalValue());
/external/chromium_org/content/renderer/
H A Drender_view_impl.cc2776 if (nav_state_sync_timer_.GetCurrentDelay().InSeconds() == delay)

Completed in 811 milliseconds