HomeSort by relevance Sort by last modified time
    Searched refs:IsRunning (Results 126 - 150 of 289) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/chrome/browser/ui/ash/
session_state_delegate_chromeos.cc 65 chromeos::UserAddingScreen::Get()->IsRunning();
  /external/chromium_org/chrome/browser/ui/gtk/
unity_service.cc 114 bool IsRunning() {
zoom_bubble_gtk.cc 191 if (timer_.IsRunning()) {
203 if (timer_.IsRunning())
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
unity_service.cc 116 bool IsRunning() {
  /external/chromium_org/content/browser/indexed_db/
indexed_db_transaction.h 72 bool IsRunning() const { return state_ == RUNNING; }
  /external/chromium_org/media/audio/mac/
audio_synchronized_mac.h 87 bool IsRunning();
  /external/chromium_org/net/disk_cache/
disk_cache_test_util.cc 97 if (!timer_.IsRunning())
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
fakevideocapturer.h 134 virtual bool IsRunning() { return running_; }
  /external/chromium_org/ui/views/controls/
throbber.cc 114 if (!running_ && !start_timer_.IsRunning()) {
  /external/chromium/chrome/browser/sync/notifier/
registration_manager.cc 121 if (status.registration_timer.IsRunning()) {
140 if (status->registration_timer.IsRunning()) {
  /external/chromium/chrome/browser/ui/views/
fullscreen_exit_bubble.cc 225 !idle_timeout_.IsRunning()) {
240 if ((!root_view_->GetWidget()->IsActive()) || !initial_delay_.IsRunning()) {
file_manager_dialogs.cc 43 virtual bool IsRunning(gfx::NativeWindow owner_window) const {
  /external/chromium_org/ash/wm/workspace/
multi_window_resize_controller_unittest.cc 60 return resize_controller_->show_timer_.IsRunning();
64 return resize_controller_->hide_timer_.IsRunning();
  /external/chromium_org/chrome/browser/ui/views/ash/
tab_scrubber.cc 52 return activate_timer_.IsRunning();
170 if (activate_timer_.IsRunning()) {
  /external/chromium_org/net/url_request/
url_request_context_builder.cc 145 DCHECK(cache_thread_.IsRunning());
155 DCHECK(file_thread_.IsRunning());
  /external/chromium_org/webkit/browser/quota/
quota_temporary_storage_evictor.cc 140 if (histogram_timer_.IsRunning())
149 if (eviction_timer_.IsRunning())
  /external/chromium_org/chrome/browser/extensions/api/alarms/
alarms_api_unittest.cc 508 EXPECT_FALSE(alarm_manager_->timer_.IsRunning());
510 EXPECT_TRUE(alarm_manager_->timer_.IsRunning());
512 EXPECT_FALSE(alarm_manager_->timer_.IsRunning());
514 EXPECT_TRUE(alarm_manager_->timer_.IsRunning());
516 EXPECT_FALSE(alarm_manager_->timer_.IsRunning());
  /external/chromium_org/chrome/service/cloud_print/
cloud_print_proxy_backend.cc 296 if (!connector_->IsRunning()) {
316 if (connector_->IsRunning())
348 if (connector_->IsRunning())
  /external/chromium_org/ui/message_center/
message_center_impl.cc 44 if (timer_->IsRunning())
49 if (timer_->IsRunning())
62 if (!timer_.get() || !timer_->IsRunning())
  /external/chromium_org/ui/views/corewm/
tooltip_controller.cc 224 if (!tooltip_timer_.IsRunning()) {
250 if (tooltip_shown_timer_.IsRunning()) {
268 if (tooltip_timer_.IsRunning())
  /external/chromium/chrome/browser/chromeos/login/
network_screen.cc 209 if (network_id_ != network_id || !connection_timer_.IsRunning()) {
web_page_view.cc 153 if (!stop_timer_.IsRunning()) {
  /external/chromium/chrome/browser/instant/
instant_controller.cc 237 !update_timer_.IsRunning();
241 if (type == INSTANT_COMMIT_PRESSED_ENTER && show_timer_.IsRunning()) {
358 if (type == INSTANT_COMMIT_PRESSED_ENTER && show_timer_.IsRunning()) {
500 (!show_timer_.IsRunning() ||
  /external/chromium/chrome/browser/search_engines/
template_url_model_test_util.cc 124 if (io_thread_.IsRunning())
  /external/chromium_org/ash/system/
tray_update.cc 141 else if (!timer_.IsRunning())

Completed in 712 milliseconds

1 2 3 4 56 7 8 91011>>