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 85 scoped_refptr<TimeSource> time_source_; member in class:cc::FrameRateController
  /external/chromium_org/cc/trees/
layer_tree_host_impl.cc 139 time_source_->SetClient(NULL);
140 time_source_->SetActive(false);
180 if (active != time_source_->Active())
181 time_source_->SetActive(active);
184 bool Active() const { return time_source_->Active(); }
191 time_source_(time_source) {
192 time_source_->SetClient(this);
196 scoped_refptr<DelayBasedTimeSource> time_source_; member in class:cc::LayerTreeHostImplTimeSourceAdapter
    [all...]

Completed in 798 milliseconds