Home | History | Annotate | Download | only in debug

Lines Matching defs:MicroBenchmark

16 MicroBenchmark::MicroBenchmark(const DoneCallback& callback)
23 MicroBenchmark::~MicroBenchmark() {}
25 bool MicroBenchmark::IsDone() const {
29 void MicroBenchmark::DidUpdateLayers(LayerTreeHost* host) {}
31 void MicroBenchmark::NotifyDone(scoped_ptr<base::Value> result) {
36 void MicroBenchmark::RunOnLayer(Layer* layer) {}
38 void MicroBenchmark::RunOnLayer(PictureLayer* layer) {}
40 bool MicroBenchmark::ProcessMessage(scoped_ptr<base::Value> value) {
44 bool MicroBenchmark::ProcessedForBenchmarkImpl() const {
48 scoped_ptr<MicroBenchmarkImpl> MicroBenchmark::GetBenchmarkImpl(
55 scoped_ptr<MicroBenchmarkImpl> MicroBenchmark::CreateBenchmarkImpl(