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

  /external/chromium_org/base/timer/
timer.cc 65 is_repeating_(is_repeating),
79 is_repeating_(is_repeating),
196 if (is_repeating_)
timer.h 115 bool is_repeating() const { return is_repeating_; }
168 const bool is_repeating_; member in class:base::Timer

Completed in 593 milliseconds