MicroBenchmarkImpl 42 cc/debug/micro_benchmark.cc scoped_ptr<MicroBenchmarkImpl> MicroBenchmark::GetBenchmarkImpl( MicroBenchmarkImpl 49 cc/debug/micro_benchmark.cc scoped_ptr<MicroBenchmarkImpl> MicroBenchmark::CreateBenchmarkImpl( MicroBenchmarkImpl 51 cc/debug/micro_benchmark.cc return make_scoped_ptr<MicroBenchmarkImpl>(NULL); MicroBenchmarkImpl 22 cc/debug/micro_benchmark.h class MicroBenchmarkImpl; MicroBenchmarkImpl 37 cc/debug/micro_benchmark.h scoped_ptr<MicroBenchmarkImpl> GetBenchmarkImpl( MicroBenchmarkImpl 43 cc/debug/micro_benchmark.h virtual scoped_ptr<MicroBenchmarkImpl> CreateBenchmarkImpl( MicroBenchmarkImpl 78 cc/debug/micro_benchmark_controller.cc scoped_ptr<MicroBenchmarkImpl> benchmark_impl; MicroBenchmarkImpl 19 cc/debug/micro_benchmark_controller_impl.cc typedef const MicroBenchmarkImpl* argument_type; MicroBenchmarkImpl 38 cc/debug/micro_benchmark_controller_impl.cc scoped_ptr<MicroBenchmarkImpl> benchmark) { MicroBenchmarkImpl 43 cc/debug/micro_benchmark_controller_impl.cc for (ScopedPtrVector<MicroBenchmarkImpl>::iterator it = benchmarks_.begin(); MicroBenchmarkImpl 24 cc/debug/micro_benchmark_controller_impl.h void ScheduleRun(scoped_ptr<MicroBenchmarkImpl> benchmark); MicroBenchmarkImpl 30 cc/debug/micro_benchmark_controller_impl.h ScopedPtrVector<MicroBenchmarkImpl> benchmarks_; MicroBenchmarkImpl 17 cc/debug/micro_benchmark_impl.cc void RunCallback(const MicroBenchmarkImpl::DoneCallback& callback, MicroBenchmarkImpl 24 cc/debug/micro_benchmark_impl.cc MicroBenchmarkImpl::MicroBenchmarkImpl( MicroBenchmarkImpl 29 cc/debug/micro_benchmark_impl.cc MicroBenchmarkImpl::~MicroBenchmarkImpl() {} MicroBenchmarkImpl 31 cc/debug/micro_benchmark_impl.cc bool MicroBenchmarkImpl::IsDone() const { MicroBenchmarkImpl 35 cc/debug/micro_benchmark_impl.cc void MicroBenchmarkImpl::DidCompleteCommit(LayerTreeHostImpl* host) {} MicroBenchmarkImpl 37 cc/debug/micro_benchmark_impl.cc void MicroBenchmarkImpl::NotifyDone(scoped_ptr<base::Value> result) { MicroBenchmarkImpl 44 cc/debug/micro_benchmark_impl.cc void MicroBenchmarkImpl::RunOnLayer(LayerImpl* layer) {} MicroBenchmarkImpl 46 cc/debug/micro_benchmark_impl.cc void MicroBenchmarkImpl::RunOnLayer(PictureLayerImpl* layer) {} MicroBenchmarkImpl 22 cc/debug/micro_benchmark_impl.h class CC_EXPORT MicroBenchmarkImpl { MicroBenchmarkImpl 26 cc/debug/micro_benchmark_impl.h explicit MicroBenchmarkImpl( MicroBenchmarkImpl 29 cc/debug/micro_benchmark_impl.h virtual ~MicroBenchmarkImpl(); MicroBenchmarkImpl 91 cc/debug/rasterize_and_record_benchmark.cc scoped_ptr<MicroBenchmarkImpl> RasterizeAndRecordBenchmark::CreateBenchmarkImpl( MicroBenchmarkImpl 93 cc/debug/rasterize_and_record_benchmark.cc return scoped_ptr<MicroBenchmarkImpl>(new RasterizeAndRecordBenchmarkImpl( MicroBenchmarkImpl 36 cc/debug/rasterize_and_record_benchmark.h virtual scoped_ptr<MicroBenchmarkImpl> CreateBenchmarkImpl( MicroBenchmarkImpl 89 cc/debug/rasterize_and_record_benchmark_impl.cc const MicroBenchmarkImpl::DoneCallback& callback) MicroBenchmarkImpl 90 cc/debug/rasterize_and_record_benchmark_impl.cc : MicroBenchmarkImpl(callback, origin_loop), MicroBenchmarkImpl 21 cc/debug/rasterize_and_record_benchmark_impl.h class RasterizeAndRecordBenchmarkImpl : public MicroBenchmarkImpl { MicroBenchmarkImpl 26 cc/debug/rasterize_and_record_benchmark_impl.h const MicroBenchmarkImpl::DoneCallback& callback); MicroBenchmarkImpl 43 cc/debug/unittest_only_benchmark.cc scoped_ptr<MicroBenchmarkImpl> UnittestOnlyBenchmark::CreateBenchmarkImpl( MicroBenchmarkImpl 46 cc/debug/unittest_only_benchmark.cc return make_scoped_ptr<MicroBenchmarkImpl>(NULL); MicroBenchmarkImpl 48 cc/debug/unittest_only_benchmark.cc return scoped_ptr<MicroBenchmarkImpl>(new UnittestOnlyBenchmarkImpl( MicroBenchmarkImpl 22 cc/debug/unittest_only_benchmark.h virtual scoped_ptr<MicroBenchmarkImpl> CreateBenchmarkImpl( MicroBenchmarkImpl 16 cc/debug/unittest_only_benchmark_impl.cc : MicroBenchmarkImpl(callback, origin_loop) {} MicroBenchmarkImpl 19 cc/debug/unittest_only_benchmark_impl.h class CC_EXPORT UnittestOnlyBenchmarkImpl : public MicroBenchmarkImpl { MicroBenchmarkImpl 1506 cc/layers/layer_impl.cc void LayerImpl::RunMicroBenchmark(MicroBenchmarkImpl* benchmark) { MicroBenchmarkImpl 49 cc/layers/layer_impl.h class MicroBenchmarkImpl; MicroBenchmarkImpl 521 cc/layers/layer_impl.h virtual void RunMicroBenchmark(MicroBenchmarkImpl* benchmark); MicroBenchmarkImpl 1266 cc/layers/picture_layer_impl.cc void PictureLayerImpl::RunMicroBenchmark(MicroBenchmarkImpl* benchmark) { MicroBenchmarkImpl 24 cc/layers/picture_layer_impl.h class MicroBenchmarkImpl; MicroBenchmarkImpl 106 cc/layers/picture_layer_impl.h virtual void RunMicroBenchmark(MicroBenchmarkImpl* benchmark) OVERRIDE; MicroBenchmarkImpl 3031 cc/trees/layer_tree_host_impl.cc scoped_ptr<MicroBenchmarkImpl> benchmark) { MicroBenchmarkImpl 417 cc/trees/layer_tree_host_impl.h void ScheduleMicroBenchmark(scoped_ptr<MicroBenchmarkImpl> benchmark);