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

  /external/chromium_org/cc/debug/
micro_benchmark.cc 18 is_done_(false),
24 return is_done_;
31 is_done_ = true;
micro_benchmark_impl.cc 27 : callback_(callback), is_done_(false), origin_loop_(origin_loop) {}
32 return is_done_;
41 is_done_ = true;
micro_benchmark_impl.h 42 bool is_done_; member in class:cc::MicroBenchmarkImpl
micro_benchmark.h 48 bool is_done_; member in class:cc::MicroBenchmark
  /external/chromium_org/base/metrics/
histogram_samples.cc 29 bool is_done_; member in class:base::__anon6284::SampleCountPickleIterator
34 is_done_(false) {
39 return is_done_;
47 is_done_ = true;

Completed in 6910 milliseconds