HomeSort by relevance Sort by last modified time
    Searched defs:MicroBenchmarkImpl (Results 1 - 2 of 2) 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_impl.h 22 class CC_EXPORT MicroBenchmarkImpl {
26 explicit MicroBenchmarkImpl(
29 virtual ~MicroBenchmarkImpl();

Completed in 51 milliseconds