Home
last modified time | relevance | path

Searched refs:is_in_dtor_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/webkit/browser/appcache/
Dappcache_group.cc49 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()
Dappcache_group.h154 bool is_in_dtor_; variable