/external/chromium_org/cc/debug/ |
D | micro_benchmark_impl.cc | 17 void RunCallback(const MicroBenchmarkImpl::DoneCallback& callback, in RunCallback() 24 MicroBenchmarkImpl::MicroBenchmarkImpl( in MicroBenchmarkImpl() function in cc::MicroBenchmarkImpl 29 MicroBenchmarkImpl::~MicroBenchmarkImpl() {} in ~MicroBenchmarkImpl() 31 bool MicroBenchmarkImpl::IsDone() const { in IsDone() 35 void MicroBenchmarkImpl::DidCompleteCommit(LayerTreeHostImpl* host) {} in DidCompleteCommit() 37 void MicroBenchmarkImpl::NotifyDone(scoped_ptr<base::Value> result) { in NotifyDone() 44 void MicroBenchmarkImpl::RunOnLayer(LayerImpl* layer) {} in RunOnLayer() 46 void MicroBenchmarkImpl::RunOnLayer(PictureLayerImpl* layer) {} in RunOnLayer()
|
D | micro_benchmark_controller_impl.cc | 19 typedef const MicroBenchmarkImpl* argument_type; 38 scoped_ptr<MicroBenchmarkImpl> benchmark) { in ScheduleRun() 43 for (ScopedPtrVector<MicroBenchmarkImpl>::iterator it = benchmarks_.begin(); in DidCompleteCommit()
|
D | micro_benchmark_impl.h | 22 class CC_EXPORT MicroBenchmarkImpl { 26 explicit MicroBenchmarkImpl( 29 virtual ~MicroBenchmarkImpl();
|
D | micro_benchmark.cc | 48 scoped_ptr<MicroBenchmarkImpl> MicroBenchmark::GetBenchmarkImpl( in GetBenchmarkImpl() 55 scoped_ptr<MicroBenchmarkImpl> MicroBenchmark::CreateBenchmarkImpl( in CreateBenchmarkImpl() 57 return make_scoped_ptr<MicroBenchmarkImpl>(NULL); in CreateBenchmarkImpl()
|
D | micro_benchmark.h | 22 class MicroBenchmarkImpl; variable 41 scoped_ptr<MicroBenchmarkImpl> GetBenchmarkImpl( 47 virtual scoped_ptr<MicroBenchmarkImpl> CreateBenchmarkImpl(
|
D | unittest_only_benchmark.cc | 55 scoped_ptr<MicroBenchmarkImpl> UnittestOnlyBenchmark::CreateBenchmarkImpl( in CreateBenchmarkImpl() 58 return make_scoped_ptr<MicroBenchmarkImpl>(NULL); in CreateBenchmarkImpl() 60 return scoped_ptr<MicroBenchmarkImpl>(new UnittestOnlyBenchmarkImpl( in CreateBenchmarkImpl()
|
D | micro_benchmark_controller_impl.h | 24 void ScheduleRun(scoped_ptr<MicroBenchmarkImpl> benchmark); 30 ScopedPtrVector<MicroBenchmarkImpl> benchmarks_;
|
D | rasterize_and_record_benchmark_impl.h | 21 class RasterizeAndRecordBenchmarkImpl : public MicroBenchmarkImpl { 26 const MicroBenchmarkImpl::DoneCallback& callback);
|
D | rasterize_and_record_benchmark.cc | 86 scoped_ptr<MicroBenchmarkImpl> RasterizeAndRecordBenchmark::CreateBenchmarkImpl( in CreateBenchmarkImpl() 88 return scoped_ptr<MicroBenchmarkImpl>(new RasterizeAndRecordBenchmarkImpl( in CreateBenchmarkImpl()
|
D | unittest_only_benchmark_impl.cc | 16 : MicroBenchmarkImpl(callback, origin_loop) {} in UnittestOnlyBenchmarkImpl()
|
D | unittest_only_benchmark_impl.h | 19 class CC_EXPORT UnittestOnlyBenchmarkImpl : public MicroBenchmarkImpl {
|
D | unittest_only_benchmark.h | 23 virtual scoped_ptr<MicroBenchmarkImpl> CreateBenchmarkImpl(
|
D | rasterize_and_record_benchmark_impl.cc | 98 const MicroBenchmarkImpl::DoneCallback& callback) in RasterizeAndRecordBenchmarkImpl() 99 : MicroBenchmarkImpl(callback, origin_loop), in RasterizeAndRecordBenchmarkImpl()
|
D | rasterize_and_record_benchmark.h | 36 virtual scoped_ptr<MicroBenchmarkImpl> CreateBenchmarkImpl(
|
D | micro_benchmark_controller.cc | 106 scoped_ptr<MicroBenchmarkImpl> benchmark_impl; in ScheduleImplBenchmarks()
|
/external/chromium_org/cc/layers/ |
D | picture_layer_impl.h | 25 class MicroBenchmarkImpl; variable 127 virtual void RunMicroBenchmark(MicroBenchmarkImpl* benchmark) OVERRIDE;
|
D | layer_impl.h | 50 class MicroBenchmarkImpl; variable 527 virtual void RunMicroBenchmark(MicroBenchmarkImpl* benchmark);
|
D | layer_impl.cc | 1496 void LayerImpl::RunMicroBenchmark(MicroBenchmarkImpl* benchmark) { in RunMicroBenchmark()
|
D | picture_layer_impl.cc | 1402 void PictureLayerImpl::RunMicroBenchmark(MicroBenchmarkImpl* benchmark) { in RunMicroBenchmark()
|
/external/chromium_org/cc/trees/ |
D | layer_tree_host_impl.h | 455 void ScheduleMicroBenchmark(scoped_ptr<MicroBenchmarkImpl> benchmark);
|
D | layer_tree_host_impl.cc | 3173 scoped_ptr<MicroBenchmarkImpl> benchmark) { in ScheduleMicroBenchmark()
|