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

  /external/chromium_org/cc/scheduler/
frame_rate_controller.cc 21 FrameRateController* frame_rate_controller) {
33 FrameRateController* frame_rate_controller)
36 FrameRateController* frame_rate_controller_;
39 FrameRateController::FrameRateController(scoped_refptr<TimeSource> timer)
55 FrameRateController::FrameRateController(
67 FrameRateController::~FrameRateController() {
72 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();
93 base::WeakPtrFactory<FrameRateController> weak_factory_;
96 DISALLOW_COPY_AND_ASSIGN(FrameRateController);

Completed in 33 milliseconds