Searched refs:is_in_dtor_ (Results 1 – 2 of 2) sorted by relevance
49 is_in_dtor_(false) { in AppCacheGroup()60 is_in_dtor_ = true; in ~AppCacheGroup()158 if (is_in_dtor_) in StartUpdateWithNewMasterEntry()257 scoped_refptr<AppCacheGroup> protect(is_in_dtor_ ? NULL : this); in SetUpdateStatus()
154 bool is_in_dtor_; variable