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

  /external/chromium_org/ash/shelf/
shelf_tooltip_manager_unittest.cc 71 bool IsTimerRunning() {
112 EXPECT_TRUE(IsTimerRunning());
116 EXPECT_FALSE(IsTimerRunning());
145 EXPECT_FALSE(IsTimerRunning());
177 EXPECT_FALSE(IsTimerRunning());
  /external/chromium_org/content/browser/device_orientation/
data_fetcher_shared_memory_base.cc 42 bool IsTimerRunning() const { return timer_ ? timer_->IsRunning() : false; }
241 return polling_thread_ ? polling_thread_->IsTimerRunning() : false;
  /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/ui/aura/gestures/
gesture_recognizer_unittest.cc 478 bool IsTimerRunning() {
    [all...]

Completed in 138 milliseconds