Searched refs:IsRunning (Results 101 - 125 of 319) sorted by relevance

1234567891011>>

/external/chromium_org/base/threading/
H A Dthread.h172 bool IsRunning() const;
/external/chromium_org/chrome/browser/chromeos/app_mode/
H A Dkiosk_mode_idle_app_name_notification.cc110 if (timer_.IsRunning()) {
/external/chromium_org/chrome/browser/chromeos/power/
H A Didle_action_warning_dialog_view.cc108 return !update_timer_.IsRunning();
/external/chromium_org/chrome/browser/sync_file_system/
H A Dsync_process_runner.h57 virtual bool IsRunning() = 0;
/external/chromium_org/chrome/browser/ui/views/
H A Dcolor_chooser_dialog.cc46 bool ColorChooserDialog::IsRunning(gfx::NativeWindow owning_window) const { function in class:ColorChooserDialog
H A Dselect_file_dialog_extension.h46 virtual bool IsRunning(gfx::NativeWindow owner_window) const OVERRIDE;
H A Dselect_file_dialog_extension_browsertest.cc169 ASSERT_TRUE(dialog_->IsRunning(owning_window));
212 ASSERT_FALSE(dialog_->IsRunning(owning_window));
231 ASSERT_FALSE(dialog_->IsRunning(native_window));
362 ASSERT_FALSE(second_dialog_->IsRunning(owning_window));
/external/chromium_org/media/filters/
H A Dvideo_frame_scheduler_impl.cc48 DCHECK(!timer_.IsRunning());
H A Dpipeline_integration_test_base.cc43 if (!pipeline_->IsRunning())
187 DCHECK(pipeline_->IsRunning());
209 DCHECK(pipeline_->IsRunning());
/external/chromium_org/net/base/
H A Dnetwork_change_notifier_linux.cc54 DCHECK(!Thread::IsRunning());
/external/chromium_org/storage/browser/fileapi/
H A Dtimed_task_helper.cc35 bool TimedTaskHelper::IsRunning() const { function in class:storage::TimedTaskHelper
/external/chromium_org/third_party/libjingle/source/talk/media/devices/
H A Dfilevideocapturer.h115 virtual bool IsRunning();
H A Dfilevideocapturer.cc179 if (IsRunning()) {
228 if (IsRunning()) {
256 bool FileVideoCapturer::IsRunning() { function in class:cricket::FileVideoCapturer
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcvideocapturer.cc260 if (IsRunning()) {
297 if (IsRunning()) {
312 bool WebRtcVideoCapturer::IsRunning() { function in class:cricket::WebRtcVideoCapturer
338 if (!cs.locked() || !IsRunning()) {
/external/chromium_org/chrome/browser/metrics/
H A Dperf_provider_chromeos.cc201 if (timer_.IsRunning())
244 if (timer_.IsRunning())
271 if (timer_.IsRunning())
/external/chromium_org/media/video/capture/
H A Dfile_video_capture_device.cc141 CHECK(!capture_thread_.IsRunning());
148 CHECK(!capture_thread_.IsRunning());
161 CHECK(capture_thread_.IsRunning());
/external/chromium_org/chrome/browser/extensions/api/dial/
H A Ddial_registry_unittest.cc128 EXPECT_FALSE(registry_->repeating_timer_.IsRunning());
130 EXPECT_TRUE(registry_->repeating_timer_.IsRunning());
132 EXPECT_TRUE(registry_->repeating_timer_.IsRunning());
134 EXPECT_TRUE(registry_->repeating_timer_.IsRunning());
136 EXPECT_FALSE(registry_->repeating_timer_.IsRunning());
/external/chromium_org/media/video/capture/linux/
H A Dvideo_capture_device_linux.cc150 DCHECK(!v4l2_thread_.IsRunning());
157 if (v4l2_thread_.IsRunning()) {
172 if (!v4l2_thread_.IsRunning()) {
187 if (v4l2_thread_.IsRunning()) {
508 DCHECK(!v4l2_thread_.IsRunning() ||
/external/chromium_org/net/disk_cache/simple/
H A Dsimple_index_unittest.cc557 EXPECT_FALSE(index()->write_to_disk_timer_.IsRunning());
561 EXPECT_TRUE(index()->write_to_disk_timer_.IsRunning());
563 EXPECT_FALSE(index()->write_to_disk_timer_.IsRunning());
566 EXPECT_TRUE(index()->write_to_disk_timer_.IsRunning());
570 EXPECT_TRUE(index()->write_to_disk_timer_.IsRunning());
574 EXPECT_TRUE(index()->write_to_disk_timer_.IsRunning());
582 EXPECT_FALSE(index()->write_to_disk_timer_.IsRunning());
587 EXPECT_TRUE(index()->write_to_disk_timer_.IsRunning());
611 EXPECT_FALSE(index()->write_to_disk_timer_.IsRunning());
615 EXPECT_TRUE(index()->write_to_disk_timer_.IsRunning());
[all...]
/external/chromium_org/ui/chromeos/
H A Dtouch_exploration_controller.cc75 if (tap_timer_.IsRunning() &&
84 if (passthrough_timer_.IsRunning() &&
240 if (passthrough_timer_.IsRunning()) {
257 if (passthrough_timer_.IsRunning())
607 if (sound_timer_.IsRunning())
620 if (sound_timer_.IsRunning()) {
628 if (!sound_timer_.IsRunning()) {
720 if (passthrough_timer_.IsRunning())
763 if (sound_timer_.IsRunning())
814 if (sound_timer_.IsRunning())
[all...]
/external/chromium_org/chrome/service/cloud_print/
H A Dcloud_print_connector.cc89 DCHECK(IsRunning());
97 bool CloudPrintConnector::IsRunning() { function in class:cloud_print::CloudPrintConnector
112 if (!IsRunning())
124 if (!IsRunning())
186 if (!IsRunning()) // Orphant response. Connector has been stopped already.
501 if (!IsRunning())
584 if (!IsRunning())
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_factory_unittest.cc135 EXPECT_FALSE(store_ptr->close_timer()->IsRunning());
137 EXPECT_TRUE(store_ptr->close_timer()->IsRunning());
140 EXPECT_FALSE(store_ptr->close_timer()->IsRunning());
142 EXPECT_TRUE(store_ptr->close_timer()->IsRunning());
148 EXPECT_FALSE(store_ptr->close_timer()->IsRunning());
330 EXPECT_TRUE(store->close_timer()->IsRunning());
337 EXPECT_FALSE(store->close_timer()->IsRunning());
/external/chromium_org/chrome/browser/profiles/
H A Dgaia_info_update_service_unittest.cc244 EXPECT_TRUE(service()->timer_.IsRunning());
246 EXPECT_FALSE(service()->timer_.IsRunning());
248 EXPECT_TRUE(service()->timer_.IsRunning());
/external/chromium_org/content/common/gpu/media/
H A Dandroid_video_encode_accelerator.cc176 if (!io_timer_.IsRunning() &&
186 if (io_timer_.IsRunning() &&
249 if (io_timer_.IsRunning())
/external/chromium_org/google_apis/gcm/engine/
H A Dconnection_handler_impl.cc144 DCHECK(!read_timeout_timer_.IsRunning());
176 DCHECK(!read_timeout_timer_.IsRunning());
313 if (!read_timeout_timer_.IsRunning()) {

Completed in 1239 milliseconds

1234567891011>>