Searched refs:client_count_ (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/content/browser/devtools/
H A Ddevtools_manager.cc23 client_count_(0) {
27 DCHECK(!client_count_);
31 if (!client_count_) {
37 client_count_++;
41 client_count_--;
42 if (!client_count_) {
H A Ddevtools_manager.h38 int client_count_; member in class:content::DevToolsManager
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dmemory_region_map.cc139 int MemoryRegionMap::client_count_ = 0; member in class:MemoryRegionMap
192 client_count_ += 1;
194 if (client_count_ > 1) {
224 RAW_CHECK(client_count_ > 0, "");
225 client_count_ -= 1;
226 if (client_count_ != 0) { // not last client; need not really shutdown
H A Dmemory_region_map.h267 static int client_count_; member in class:MemoryRegionMap
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dmemory_region_map.cc140 int MemoryRegionMap::client_count_ = 0; member in class:MemoryRegionMap
200 client_count_ += 1;
202 if (client_count_ > 1) {
243 RAW_CHECK(client_count_ > 0, "");
244 client_count_ -= 1;
245 if (client_count_ != 0) { // not last client; need not really shutdown
282 return client_count_ > 0;
H A Dmemory_region_map.h291 static int client_count_; member in class:MemoryRegionMap
/external/chromium_org/v8/src/
H A Dsampler.cc283 if (++client_count_ == 1) Install();
288 if (--client_count_ == 0) Restore();
325 static int client_count_; member in class:v8::internal::SignalHandler
332 int SignalHandler::client_count_ = 0; member in class:v8::internal::SignalHandler

Completed in 557 milliseconds