Home | Sort by relevance Sort by last modified time |
/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::__anon3568::SampleCountPickleIterator 34 is_done_(false) { 39 return is_done_; 47 is_done_ = true; |