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

  /external/chromium_org/cc/debug/
micro_benchmark_controller.h 24 class CC_EXPORT MicroBenchmarkController {
26 explicit MicroBenchmarkController(LayerTreeHost* host);
27 ~MicroBenchmarkController();
49 DISALLOW_COPY_AND_ASSIGN(MicroBenchmarkController);
micro_benchmark_controller.cc 22 int MicroBenchmarkController::next_id_ = 1;
58 MicroBenchmarkController::MicroBenchmarkController(LayerTreeHost* host)
64 MicroBenchmarkController::~MicroBenchmarkController() {}
66 int MicroBenchmarkController::ScheduleRun(
82 int MicroBenchmarkController::GetNextIdAndIncrement() {
90 bool MicroBenchmarkController::SendMessage(int id,
101 void MicroBenchmarkController::ScheduleImplBenchmarks(
117 void MicroBenchmarkController::DidUpdateLayers()
    [all...]

Completed in 392 milliseconds