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

  /external/chromium_org/cc/debug/
unittest_only_benchmark_impl.cc 12 UnittestOnlyBenchmarkImpl::UnittestOnlyBenchmarkImpl(
18 UnittestOnlyBenchmarkImpl::~UnittestOnlyBenchmarkImpl() {}
20 void UnittestOnlyBenchmarkImpl::DidCompleteCommit(LayerTreeHostImpl* host) {
unittest_only_benchmark_impl.h 19 class CC_EXPORT UnittestOnlyBenchmarkImpl : public MicroBenchmarkImpl {
21 UnittestOnlyBenchmarkImpl(scoped_refptr<base::MessageLoopProxy> origin_loop,
24 virtual ~UnittestOnlyBenchmarkImpl();
unittest_only_benchmark.cc 60 return scoped_ptr<MicroBenchmarkImpl>(new UnittestOnlyBenchmarkImpl(

Completed in 787 milliseconds