Searched refs:keep_alive_count_ (Results 1 – 2 of 2) sorted by relevance
464 int BrowserList::keep_alive_count_ = 0; member in BrowserList472 keep_alive_count_++; in StartKeepAlive()477 DCHECK_GT(keep_alive_count_, 0); in EndKeepAlive()478 keep_alive_count_--; in EndKeepAlive()493 return keep_alive_count_ > 0; in WillKeepAlive()
189 static int keep_alive_count_; variable