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

  /external/chromium_org/cc/scheduler/
frame_rate_controller.h 86 scoped_refptr<TimeSource> time_source_; member in class:cc::FrameRateController
  /external/chromium_org/cc/trees/
layer_tree_host_impl.cc 86 time_source_->SetClient(NULL);
87 time_source_->SetActive(false);
131 if (active != time_source_->Active())
132 time_source_->SetActive(active);
140 time_source_(time_source) {
141 time_source_->SetClient(this);
145 scoped_refptr<DelayBasedTimeSource> time_source_; member in class:cc::LayerTreeHostImplTimeSourceAdapter
    [all...]

Completed in 31 milliseconds