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

  /external/chromium_org/cc/scheduler/
frame_rate_controller.cc 20 FrameRateController* frame_rate_controller) {
32 FrameRateController* frame_rate_controller)
35 FrameRateController* frame_rate_controller_;
38 FrameRateController::FrameRateController(scoped_refptr<TimeSource> timer)
53 FrameRateController::FrameRateController(
64 FrameRateController::~FrameRateController() {
69 BeginFrameArgs FrameRateController::SetActive(bool active)
    [all...]
frame_rate_controller.h 20 class FrameRateController;
34 // The FrameRateController is used in cases where we self-tick (i.e. BeginFrame
36 class CC_EXPORT FrameRateController {
38 explicit FrameRateController(scoped_refptr<TimeSource> timer);
39 // Alternate form of FrameRateController with unthrottled frame-rate.
40 explicit FrameRateController(base::SingleThreadTaskRunner* task_runner);
41 virtual ~FrameRateController();
92 base::WeakPtrFactory<FrameRateController> weak_factory_;
96 DISALLOW_COPY_AND_ASSIGN(FrameRateController);
frame_rate_controller_unittest.cc 38 FrameRateController controller(time_source);
77 FrameRateController controller(time_source);
137 FrameRateController controller(task_runner.get());
149 // Even if we don't call DidSwapBuffers, FrameRateController should
  /external/chromium_org/cc/test/
scheduler_test_common.h 50 class FakeFrameRateController : public cc::FrameRateController {
53 : cc::FrameRateController(timer) {}
  /external/chromium_org/cc/output/
output_surface.h 152 // The FrameRateController is deprecated.
158 scoped_ptr<FrameRateController> frame_rate_controller_;
165 // first so OutputSurface has a chance to update the FrameRateController
output_surface.cc 144 new FrameRateController(
147 frame_rate_controller_.reset(new FrameRateController(task_runner));

Completed in 52 milliseconds