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

  /external/chromium_org/content/browser/tracing/
trace_controller_impl.h 58 return is_tracing_ && pending_end_ack_count_ == 0;
63 return is_tracing_ &&
69 return !is_tracing_ &&
91 bool is_tracing_; member in class:content::TraceControllerImpl
trace_controller_impl.cc 56 is_tracing_(false),
239 if (is_tracing_ && pending_end_ack_count_ == 0)
273 is_tracing_ = true;
304 is_tracing_ = false;

Completed in 149 milliseconds