Home | History | Annotate | Download | only in debug

Lines Matching refs:MicroBenchmark

16 MicroBenchmark::MicroBenchmark(const DoneCallback& callback)
21 MicroBenchmark::~MicroBenchmark() {}
23 bool MicroBenchmark::IsDone() const {
27 void MicroBenchmark::DidUpdateLayers(LayerTreeHost* host) {}
29 void MicroBenchmark::NotifyDone(scoped_ptr<base::Value> result) {
34 void MicroBenchmark::RunOnLayer(Layer* layer) {}
36 void MicroBenchmark::RunOnLayer(PictureLayer* layer) {}
38 bool MicroBenchmark::ProcessedForBenchmarkImpl() const {
42 scoped_ptr<MicroBenchmarkImpl> MicroBenchmark::GetBenchmarkImpl(
49 scoped_ptr<MicroBenchmarkImpl> MicroBenchmark::CreateBenchmarkImpl(