HomeSort by relevance Sort by last modified time
    Searched refs:open_count_ (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/content/renderer/dom_storage/
dom_storage_dispatcher.cc 132 int open_count_; member in struct:content::DomStorageDispatcher::ProxyImpl::CachedAreaHolder
134 CachedAreaHolder() : open_count_(0) {}
137 : area_(area), open_count_(count), namespace_id_(namespace_id) {}
188 ++(holder->open_count_);
203 DCHECK_GT(holder->open_count_, 0);
204 if (--(holder->open_count_) == 0) {
  /external/chromium_org/content/browser/dom_storage/
dom_storage_namespace.cc 69 ++(holder->open_count_);
96 --(holder->open_count_);
105 if (holder && holder->open_count_)
208 if (it->second.open_count_ == 0) {
433 : open_count_(0) {
438 : area_(area), open_count_(count) {
dom_storage_namespace.h 135 int open_count_; member in struct:content::DOMStorageNamespace::AreaHolder
  /external/chromium_org/net/http/
mock_http_cache.h 123 int open_count() const { return open_count_; }
149 int open_count_; member in class:MockDiskCache
mock_http_cache.cc 339 : open_count_(0), create_count_(0), fail_requests_(false),
372 open_count_++;
  /external/chromium_org/net/disk_cache/simple/
simple_entry_impl.h 330 int open_count_; member in class:disk_cache::SimpleEntryImpl
simple_entry_impl.cc 181 open_count_(0),
306 DCHECK_LT(0, open_count_);
310 if (--open_count_ > 0) {
564 ++open_count_;
    [all...]

Completed in 90 milliseconds