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

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

Completed in 962 milliseconds