HomeSort by relevance Sort by last modified time
    Searched full:inuse_ (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/tcmalloc/chromium/src/
page_heap_allocator.h 55 inuse_ = 0;
99 inuse_++;
105 inuse_--;
108 int inuse() const { return inuse_; }
122 int inuse_; member in class:tcmalloc::PageHeapAllocator
  /external/chromium_org/third_party/tcmalloc/vendor/src/
page_heap_allocator.h 53 inuse_ = 0;
84 inuse_++;
91 inuse_--;
94 int inuse() const { return inuse_; }
108 int inuse_; member in class:tcmalloc::PageHeapAllocator
  /external/chromium_org/content/browser/appcache/
appcache_host_unittest.cc 117 inuse_[origin] += 1;
121 inuse_[origin] -= 1;
125 return inuse_[origin];
129 inuse_.clear();
133 std::map<GURL, int> inuse_; member in class:content::AppCacheHostTest::MockQuotaManagerProxy
  /external/chromium_org/chrome/browser/resources/cryptotoken/
gnubby.js 123 Gnubby.prototype.inUse_ = function() {
153 if (!this.inUse_()) {

Completed in 1363 milliseconds