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

  /external/chromium/chrome/browser/ui/cocoa/
animatable_image.h 36 CGFloat duration_; variable
  /external/chromium/base/threading/
watchdog.h 75 const TimeDelta duration_; // How long after start_time_ do we alarm? member in class:base::Watchdog
80 TimeTicks start_time_; // Start of epoch, and alarm after duration_.
watchdog.cc 21 duration_(duration),
89 remaining_duration = watchdog_->duration_ -

Completed in 577 milliseconds