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

  /external/chromium_org/storage/browser/quota/
storage_monitor.cc 121 cached_quota_(0),
138 std::max<int64>(cached_quota_, 0));
206 cached_quota_ = quota;
215 std::max<int64>(cached_quota_, 0));
storage_monitor.h 110 int64 cached_quota_; member in class:storage::HostStorageObservers

Completed in 188 milliseconds