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

  /external/chromium_org/cc/debug/
lap_timer.cc 26 remaining_no_check_laps_(0),
37 remaining_no_check_laps_ = check_interval_;
56 --remaining_no_check_laps_;
57 if (!remaining_no_check_laps_) {
61 remaining_no_check_laps_ = check_interval_;
lap_timer.h 55 int remaining_no_check_laps_; member in class:cc::LapTimer

Completed in 71 milliseconds