Searched defs:MicroBenchmarkImpl (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/cc/debug/
H A Dmicro_benchmark_impl.cc17 void RunCallback(const MicroBenchmarkImpl::DoneCallback& callback,
24 MicroBenchmarkImpl::MicroBenchmarkImpl( function in class:cc::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
[all...]
H A Dmicro_benchmark_impl.h22 class CC_EXPORT MicroBenchmarkImpl { class in namespace:cc
26 explicit MicroBenchmarkImpl(
29 virtual ~MicroBenchmarkImpl();

Completed in 296 milliseconds