Searched refs:count_off_the_record_windows_ (Results 1 – 1 of 1) sorted by relevance
319 ++count_off_the_record_windows_; in Observe()326 DCHECK_LT(0, count_off_the_record_windows_); in Observe()327 if (0 >= count_off_the_record_windows_) // Defensive coding. in Observe()329 if (--count_off_the_record_windows_) in Observe()342 OffTheRecordObserver() : count_off_the_record_windows_(0) {} in OffTheRecordObserver()346 int count_off_the_record_windows_; member in chrome_browser_net::OffTheRecordObserver