HomeSort by relevance Sort by last modified time
    Searched refs:pending_end_ack_count_ (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;
64 pending_end_ack_count_ == 0 &&
87 int pending_end_ack_count_; member in class:content::TraceControllerImpl
trace_controller_impl.cc 53 pending_end_ack_count_(0),
153 // Count myself (local trace) in pending_end_ack_count_, acked below.
154 pending_end_ack_count_ = filters_.size() + 1;
157 if (pending_end_ack_count_ == 1) {
239 if (is_tracing_ && pending_end_ack_count_ == 0)
299 if (pending_end_ack_count_ == 0)
302 if (--pending_end_ack_count_ == 0) {
330 if (pending_end_ack_count_ == 1) {

Completed in 23 milliseconds