Searched refs:watch_notification_count_ (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/test/base/
H A Dtracing.cc27 watch_notification_count_(0) {}
42 watch_notification_count_ = num_occurrences;
50 if (watch_notification_count_ == 0)
63 return watch_notification_count_ == 0;
87 watch_notification_count_ = 0;
107 if (watch_notification_count_ == 0)
109 if (--watch_notification_count_ == 0) {
129 int watch_notification_count_; member in class:__anon6975::InProcessTraceController

Completed in 410 milliseconds