Searched refs:IsRunning (Results 176 - 200 of 319) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dfakevideocapturer.h140 virtual bool IsRunning() { return running_; } function in class:cricket::FakeVideoCapturer
/external/chromium_org/ui/shell_dialogs/
H A Dselect_file_dialog_android.cc86 bool SelectFileDialogImpl::IsRunning(gfx::NativeWindow) const { function in class:ui::SelectFileDialogImpl
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_runner_impl.cc41 bool MenuRunnerImpl::IsRunning() const { function in class:views::internal::MenuRunnerImpl
/external/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DCommunicationKDP.h119 IsRunning() const function in class:CommunicationKDP
H A DProcessKDP.h203 IsRunning ( lldb::StateType state ) function in class:ProcessKDP
H A DProcessKDP.cpp568 if (m_comm.IsRunning())
593 if (m_comm.IsRunning())
716 if (m_destroy_in_process && m_comm.IsRunning())
/external/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.h69 IsRunning() const function in class:GDBRemoteCommunication
/external/chromium_org/chrome/browser/printing/
H A Dprint_job_worker.cc307 bool PrintJobWorker::IsRunning() const { function in class:printing::PrintJobWorker
308 return thread_.IsRunning();
/external/chromium_org/components/invalidation/
H A Dregistration_manager.cc170 if (status->registration_timer.IsRunning()) {
188 if (it->second->registration_timer.IsRunning()) {
/external/chromium_org/google_apis/gaia/
H A Dmerge_session_helper.cc51 bool MergeSessionHelper::ExternalCcResultFetcher::IsRunning() { function in class:MergeSessionHelper::ExternalCcResultFetcher
259 return result_fetcher_.IsRunning();
/external/chromium_org/ppapi/native_client/tools/browser_tester/
H A Dbrowser_tester.py278 if not browser.IsRunning():
331 if browser.IsRunning():
/external/chromium_org/ppapi/native_client/tools/browser_tester/browsertester/
H A Dbrowserlauncher.py201 def IsRunning(self): member in class:BrowserLauncher
202 return self.browser_process.IsRunning()
/external/chromium_org/content/common/gpu/media/
H A Dv4l2_image_processor.cc78 DCHECK(!device_thread_.IsRunning());
79 DCHECK(!device_poll_thread_.IsRunning());
192 if (device_thread_.IsRunning()) {
200 DCHECK(!device_poll_thread_.IsRunning());
647 DCHECK(!device_poll_thread_.IsRunning());
667 if (device_thread_.IsRunning())
H A Dvaapi_video_encode_accelerator.cc171 DCHECK(!encoder_thread_.IsRunning());
181 DCHECK(!encoder_thread_.IsRunning());
729 if (encoder_thread_.IsRunning())
772 if (encoder_thread_.IsRunning()) {
1032 if (encoder_thread_.IsRunning() &&
/external/chromium_org/net/websockets/
H A Dwebsocket_stream_test.cc1129 EXPECT_TRUE(weak_timer->IsRunning());
1137 EXPECT_FALSE(weak_timer->IsRunning());
1149 EXPECT_TRUE(weak_timer->IsRunning());
1155 EXPECT_FALSE(weak_timer->IsRunning());
1169 EXPECT_TRUE(weak_timer->IsRunning());
1176 EXPECT_FALSE(weak_timer->IsRunning());
/external/chromium_org/media/filters/
H A Dffmpeg_demuxer.cc756 if (!blocking_thread_.IsRunning()) {
781 if (!blocking_thread_.IsRunning() || !data_source_) {
1052 if (!blocking_thread_.IsRunning()) {
1082 if (!blocking_thread_.IsRunning() || !StreamsHaveAvailableCapacity() ||
1108 if (!blocking_thread_.IsRunning() || pending_seek_) {
/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();
/external/chromium_org/chrome/browser/chromeos/memory/
H A Doom_priority_manager.cc194 if (!timer_.IsRunning()) {
200 if (!recent_tab_discard_timer_.IsRunning()) {
508 if (focus_tab_score_adjust_timer_.IsRunning())
/external/chromium_org/chrome/service/cloud_print/
H A Dcloud_print_proxy_backend.cc298 if (!connector_->IsRunning()) {
318 if (connector_->IsRunning())
360 if (connector_->IsRunning())
/external/chromium_org/content/browser/renderer_host/input/
H A Dtouch_event_queue.cc147 bool IsTimeoutTimerRunning() const { return timeout_monitor_.IsRunning(); }
181 DCHECK(!timeout_monitor_.IsRunning());
187 DCHECK(!timeout_monitor_.IsRunning());
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_drag_drop_client_aurax11_unittest.cc86 bool IsRunning() const;
216 bool TestMoveLoop::IsRunning() const { function in class:views::__anon17134::TestMoveLoop
325 return loop_->IsRunning();
/external/chromium_org/v8/test/cctest/
H A Dtest-log.cc156 bool IsRunning() { return run_; }
183 while (IsRunning()) {
212 while (IsRunning()) {
/external/chromium_org/chrome/browser/chromeos/policy/
H A Drecommendation_restorer_unittest.cc230 EXPECT_FALSE(restorer_->restore_timer_.IsRunning());
235 EXPECT_TRUE(restorer_->restore_timer_.IsRunning());
/external/chromium_org/chrome/browser/prefs/
H A Dleveldb_pref_store.cc262 if (!timer_.IsRunning()) {
350 if (timer_.IsRunning()) {
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_factory_impl.cc91 DCHECK(!backing_store_map_[origin_url]->close_timer()->IsRunning());
337 return it->second->close_timer()->IsRunning();

Completed in 1791 milliseconds

1234567891011>>