HomeSort by relevance Sort by last modified time
    Searched refs:IsTimerRunning (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/browser/ui/views/frame/
web_contents_close_handler_unittest.cc 54 bool IsTimerRunning() const {
70 EXPECT_FALSE(IsTimerRunning());
78 EXPECT_FALSE(IsTimerRunning());
84 EXPECT_FALSE(IsTimerRunning());
94 EXPECT_TRUE(IsTimerRunning());
  /external/chromium_org/ash/shelf/
shelf_tooltip_manager_unittest.cc 70 bool IsTimerRunning() {
110 EXPECT_TRUE(IsTimerRunning());
114 EXPECT_FALSE(IsTimerRunning());
143 EXPECT_FALSE(IsTimerRunning());
175 EXPECT_FALSE(IsTimerRunning());
  /external/chromium_org/third_party/tcmalloc/chromium/src/
profile-handler.cc 198 bool IsTimerRunning() EXCLUSIVE_LOCKS_REQUIRED(control_lock_);
318 if (IsTimerRunning()) {
439 bool ProfileHandler::IsTimerRunning() {
  /external/chromium_org/third_party/tcmalloc/vendor/src/
profile-handler.cc 198 bool IsTimerRunning() EXCLUSIVE_LOCKS_REQUIRED(control_lock_);
318 if (IsTimerRunning()) {
439 bool ProfileHandler::IsTimerRunning() {
  /external/chromium_org/content/browser/device_sensors/
data_fetcher_shared_memory_base.cc 45 bool IsTimerRunning() const { return timer_ ? timer_->IsRunning() : false; }
248 return polling_thread_ ? polling_thread_->IsTimerRunning() : false;

Completed in 203 milliseconds