Searched refs:IsRunning (Results 226 - 250 of 319) sorted by relevance

1234567891011>>

/external/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h235 IsRunning ( lldb::StateType state ) function in class:ProcessGDBRemote
/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 Dsystem_gesture_event_filter_unittest.cc211 EXPECT_TRUE(timer->IsRunning());
229 EXPECT_TRUE(timer->IsRunning());
/external/chromium_org/chrome/browser/ui/libgtk2ui/
H A Dselect_file_dialog_impl_gtk2.cc59 virtual bool IsRunning(gfx::NativeWindow parent_window) const OVERRIDE;
193 bool SelectFileDialogImplGTK::IsRunning(gfx::NativeWindow parent_window) const { function in class:libgtk2ui::SelectFileDialogImplGTK
H A Dselect_file_dialog_impl_kde.cc57 virtual bool IsRunning(gfx::NativeWindow parent_window) const OVERRIDE;
200 bool SelectFileDialogImplKDE::IsRunning(gfx::NativeWindow parent_window) const { function in class:libgtk2ui::SelectFileDialogImplKDE
/external/chromium_org/content/renderer/media/webrtc/
H A Dpeer_connection_dependency_factory.cc283 DCHECK(!chrome_worker_thread_.IsRunning());
579 if (chrome_worker_thread_.IsRunning()) {
/external/chromium_org/storage/browser/quota/
H A Dquota_database.cc398 if (timer_.IsRunning())
406 if (timer_.IsRunning())
/external/chromium_org/android_webview/renderer/
H A Daw_render_view_ext.cc189 if (check_contents_size_timer_.IsRunning())
/external/chromium_org/ash/wm/gestures/
H A Dlong_press_affordance_handler.cc307 if (timer_.IsRunning())
/external/chromium_org/chrome/browser/apps/
H A Dephemeral_app_service.cc292 if (!garbage_collect_apps_timer_.IsRunning()) {
/external/chromium_org/chrome/browser/chromeos/login/screens/
H A Duser_selection_screen.cc257 if (!password_clear_timer_.IsRunning()) {
/external/chromium_org/chrome/browser/chromeos/system/
H A Dautomatic_reboot_manager.cc397 (login_screen_idle_timer_ && login_screen_idle_timer_->IsRunning()) ||
/external/chromium_org/chrome/browser/ui/views/location_bar/
H A Dzoom_bubble_view.cc225 if (timer_.IsRunning()) {
/external/chromium_org/chrome/browser/ui/views/
H A Dselect_file_dialog_extension.cc198 bool SelectFileDialogExtension::IsRunning( function in class:SelectFileDialogExtension
/external/chromium_org/chrome/browser/
H A Dupgrade_detector_impl.cc356 if (upgrade_notification_timer_.IsRunning())
/external/chromium_org/content/browser/download/
H A Ddownload_file_impl.cc100 if (!update_timer_->IsRunning()) {
/external/chromium_org/net/test/embedded_test_server/
H A Dembedded_test_server.cc143 DCHECK(io_thread_ && io_thread_->IsRunning());
/external/chromium_org/remoting/host/
H A Dvideo_scheduler.cc180 if (!is_paused_ && capture_timer_ && !capture_timer_->IsRunning())
/external/chromium_org/storage/browser/fileapi/
H A Dfile_system_usage_cache.cc286 if (timer_->IsRunning()) {
/external/chromium_org/ui/base/x/
H A Dselection_owner.cc281 if (!incremental_transfer_abort_timer_.IsRunning()) {
H A Dselection_requestor.cc269 if (!abort_timer_.IsRunning()) {
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_screen_x11.cc232 if (configure_timer_.get() && configure_timer_->IsRunning()) {
/external/lldb/tools/debugserver/source/MacOSX/
H A DMachProcess.h188 bool IsRunning (nub_state_t state) function in class:MachProcess
/external/chromium_org/chrome/renderer/net/
H A Dnet_error_helper_core.cc819 if (!auto_reload_timer_->IsRunning())
837 if (auto_reload_timer_->IsRunning())
863 if (auto_reload_timer_->IsRunning() || auto_reload_paused_)
/external/chromium_org/cloud_print/gcp20/prototype/
H A Dprinter.cc164 if (IsRunning())
180 bool Printer::IsRunning() const { function in class:Printer
185 if (!IsRunning())

Completed in 5708 milliseconds

1234567891011>>