Searched refs:IsRunning (Results 126 - 150 of 319) sorted by relevance

1234567891011>>

/external/chromium_org/ui/views/corewm/
H A Dtooltip_controller.cc151 if (!tooltip_timer_.IsRunning()) {
177 if (tooltip_shown_timer_.IsRunning()) {
199 if (tooltip_timer_.IsRunning())
/external/chromium_org/ash/wm/
H A Dlock_state_controller.cc115 return lock_fail_timer_.IsRunning();
135 return pre_shutdown_timer_.IsRunning() ||
137 lock_to_shutdown_timer_.IsRunning();
143 if (lock_to_shutdown_timer_.IsRunning()) {
/external/chromium_org/base/timer/
H A Dtimer.cc88 bool Timer::IsRunning() const { function in class:base::Timer
H A Dtimer.h85 virtual bool IsRunning() const;
/external/chromium_org/chrome/browser/chromeos/app_mode/
H A Dkiosk_app_update_service.cc53 if (restart_timer_.IsRunning())
/external/chromium_org/chrome/browser/chromeos/extensions/
H A Dinstall_limiter.cc99 if (running_installers_.empty() && !wait_timer_.IsRunning()) {
/external/chromium_org/chrome/browser/chromeos/login/screens/
H A Dnetwork_screen.cc198 if (network_id_ != network_id || !connection_timer_.IsRunning()) {
/external/chromium_org/chrome/browser/chromeos/policy/
H A Drecommendation_restorer.cc92 if (restore_timer_.IsRunning())
/external/chromium_org/chrome/browser/net/
H A Ddns_probe_runner.cc120 bool DnsProbeRunner::IsRunning() const { function in class:chrome_browser_net::DnsProbeRunner
/external/chromium_org/chrome/browser/printing/
H A Dprinter_query.cc103 if (!worker_->IsRunning())
/external/chromium_org/chrome/browser/ui/libgtk2ui/
H A Dunity_service.cc121 bool IsRunning() { function in namespace:unity
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Ddemo_mode_detector.cc78 if (oobe_timer_.IsRunning())
/external/chromium_org/components/domain_reliability/
H A Ddispatcher.cc89 DCHECK(!task->timer->IsRunning());
/external/chromium_org/components/feedback/
H A Dfeedback_uploader.cc76 if (upload_timer_.IsRunning())
/external/chromium_org/components/rappor/
H A Dlog_uploader.cc62 return upload_timer_.IsRunning();
/external/chromium_org/google_apis/gaia/
H A Dmerge_session_helper.h70 bool IsRunning();
/external/chromium_org/net/disk_cache/
H A Ddisk_cache_test_util.cc96 if (!timer_.IsRunning())
/external/chromium_org/remoting/host/
H A Dgnubby_socket.cc113 if (timer_->IsRunning())
H A Dsignaling_connector.cc128 if (timer_.IsRunning() || net::NetworkChangeNotifier::IsOffline())
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dremotevideocapturer_unittest.cc96 EXPECT_TRUE(capturer_.IsRunning());
/external/chromium_org/ui/views/controls/
H A Dthrobber.cc114 if (!running_ && !start_timer_.IsRunning()) {
/external/chromium_org/ash/wm/workspace/
H A Dmulti_window_resize_controller_unittest.cc59 return resize_controller_->show_timer_.IsRunning();
63 return resize_controller_->hide_timer_.IsRunning();
/external/chromium_org/chrome/browser/power/
H A Dprocess_power_collector.cc71 if (!timer_.IsRunning())
89 DCHECK(!timer_.IsRunning());
/external/chromium_org/chrome/browser/ui/views/ash/
H A Dtab_scrubber.cc52 return activate_timer_.IsRunning();
168 if (activate_timer_.IsRunning()) {
/external/chromium_org/content/browser/media/
H A Daudio_stream_monitor_unittest.cc83 monitor_->poll_timer_.IsRunning());
91 monitor_->off_timer_.IsRunning());

Completed in 3768 milliseconds

1234567891011>>