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

  /external/chromium_org/cc/scheduler/
frame_rate_controller.cc 40 num_frames_pending_(0),
56 num_frames_pending_(0),
116 max_swaps_pending_ && num_frames_pending_ >= max_swaps_pending_;
145 num_frames_pending_++;
149 DCHECK_GT(num_frames_pending_, 0);
150 num_frames_pending_--;
156 num_frames_pending_ = 0;
frame_rate_controller.h 62 int NumSwapsPendingForTesting() const { return num_frames_pending_; }
82 int num_frames_pending_; member in class:cc::FrameRateController
  /external/chromium_org/cc/test/
scheduler_test_common.h 55 int NumFramesPending() const { return num_frames_pending_; }

Completed in 30 milliseconds