Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/
Dbrowser_process_impl.cc121 module_ref_count_(0), in BrowserProcessImpl()
299 module_ref_count_++; in AddRefModule()
300 return module_ref_count_; in AddRefModule()
305 DCHECK_NE(0u, module_ref_count_); in ReleaseModule()
306 module_ref_count_--; in ReleaseModule()
307 if (0 == module_ref_count_) { in ReleaseModule()
318 return module_ref_count_; in ReleaseModule()
545 return did_start_ && 0 == module_ref_count_; in IsShuttingDown()
Dbrowser_process_impl.h234 unsigned int module_ref_count_; variable