Searched refs:IsRunning (Results 1 - 25 of 319) sorted by path

1234567891011>>

/external/chromium_org/android_webview/renderer/
H A Daw_render_view_ext.cc189 if (check_contents_size_timer_.IsRunning())
/external/chromium_org/ash/autoclick/
H A Dautoclick_controller.cc149 autoclick_timer_->IsRunning()) {
/external/chromium_org/ash/frame/caption_buttons/
H A Dframe_size_button.cc182 if (!set_buttons_to_snap_mode_timer_.IsRunning() ||
/external/chromium_org/ash/shelf/
H A Dshelf_layout_manager.cc359 if (!auto_hide_timer_.IsRunning()) {
1079 // do not check |auto_hide_timer_|.IsRunning() because it returns false when
H A Dshelf_tooltip_manager.cc163 if (timer_.get() && timer_->IsRunning()) {
181 if (timer_.get() && timer_->IsRunning())
219 if (timer_.get() && timer_->IsRunning()) {
236 if (timer_.get() && timer_->IsRunning())
H A Dshelf_view.cc506 launcher_menu_runner_->IsRunning());
/external/chromium_org/ash/system/chromeos/session/
H A Dtray_session_length_limit.cc105 if (!timer_->IsRunning()) {
/external/chromium_org/ash/system/
H A Dtray_update.cc139 else if (!timer_.IsRunning())
/external/chromium_org/ash/wm/gestures/
H A Dlong_press_affordance_handler.cc307 if (timer_.IsRunning())
/external/chromium_org/ash/wm/
H A Dimmersive_fullscreen_controller.cc578 if (!top_edge_hover_timer_.IsRunning() &&
605 if (top_edge_hover_timer_.IsRunning() &&
H A Dimmersive_fullscreen_controller_unittest.cc138 return controller_->top_edge_hover_timer_.IsRunning();
215 if (controller()->top_edge_hover_timer_.IsRunning()) {
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()) {
H A Dlock_state_controller.h104 return controller_->lock_fail_timer_.IsRunning();
107 return controller_->lock_to_shutdown_timer_.IsRunning();
110 return controller_->pre_shutdown_timer_.IsRunning();
113 return controller_->real_shutdown_timer_.IsRunning();
H A Dsystem_gesture_event_filter_unittest.cc211 EXPECT_TRUE(timer->IsRunning());
229 EXPECT_TRUE(timer->IsRunning());
/external/chromium_org/ash/wm/workspace/
H A Dmulti_window_resize_controller.cc182 if (show_timer_.IsRunning())
362 if (hide_timer_.IsRunning())
411 return resize_widget_.get() || show_timer_.IsRunning();
H A Dmulti_window_resize_controller_unittest.cc59 return resize_controller_->show_timer_.IsRunning();
63 return resize_controller_->hide_timer_.IsRunning();
/external/chromium_org/base/debug/
H A Dtrace_event_memory.cc163 if (dump_timer_.IsRunning())
196 if (dump_timer_.IsRunning())
230 if (!dump_timer_.IsRunning())
241 return dump_timer_.IsRunning();
H A Dtrace_event_system_stats_monitor.cc66 if (dump_timer_.IsRunning())
94 if (dump_timer_.IsRunning())
122 return dump_timer_.IsRunning();
/external/chromium_org/base/files/
H A Dimportant_file_writer.cc112 return timer_.IsRunning();
141 if (!timer_.IsRunning()) {
/external/chromium_org/base/synchronization/
H A Dcancellation_flag_unittest.cc56 ASSERT_TRUE(t.IsRunning());
/external/chromium_org/base/threading/
H A Dthread.cc162 bool Thread::IsRunning() const { function in class:base::Thread
H A Dthread.h172 bool IsRunning() const;
H A Dthread_unittest.cc121 EXPECT_FALSE(a.IsRunning());
124 EXPECT_TRUE(a.IsRunning());
127 EXPECT_FALSE(a.IsRunning());
130 EXPECT_TRUE(a.IsRunning());
133 EXPECT_FALSE(a.IsRunning());
136 EXPECT_FALSE(a.IsRunning());
147 EXPECT_TRUE(a.IsRunning());
187 EXPECT_TRUE(a.IsRunning());
192 EXPECT_FALSE(a.IsRunning());
223 EXPECT_TRUE(t.IsRunning());
[all...]
/external/chromium_org/base/timer/
H A Dmock_timer.cc26 bool MockTimer::IsRunning() const { function in class:base::MockTimer
H A Dmock_timer.h22 virtual bool IsRunning() const OVERRIDE;

Completed in 769 milliseconds

1234567891011>>