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

  /external/chromium_org/cc/debug/
frame_rate_counter.cc 45 : has_impl_thread_(has_impl_thread), dropped_frame_count_(0) {}
57 if (has_impl_thread_ && ring_buffer_.CurrentIndex() > 0) {
73 bool scheduler_allows_double_frames = !has_impl_thread_;
frame_rate_counter.h 49 bool has_impl_thread_; member in class:cc::FrameRateCounter

Completed in 56 milliseconds