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

  /external/libchrome/base/trace_event/
trace_config_category_filter.cc 33 synthetic_delays_(other.synthetic_delays_) {}
42 synthetic_delays_ = rhs.synthetic_delays_;
64 synthetic_delays_.push_back(synthetic_category.as_string());
179 synthetic_delays_.insert(synthetic_delays_.end(),
180 config.synthetic_delays_.begin(),
181 config.synthetic_delays_.end());
188 synthetic_delays_.clear()
    [all...]
trace_config_category_filter.h 60 const StringList& synthetic_delays() const { return synthetic_delays_; }
80 StringList synthetic_delays_; member in class:base::trace_event::TraceConfigCategoryFilter

Completed in 177 milliseconds