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

  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_quota_helper.cc 9 BrowsingDataQuotaHelper::QuotaInfo::QuotaInfo()
14 BrowsingDataQuotaHelper::QuotaInfo::QuotaInfo(const std::string& host)
20 BrowsingDataQuotaHelper::QuotaInfo::QuotaInfo(const std::string& host,
29 BrowsingDataQuotaHelper::QuotaInfo::~QuotaInfo() {}
45 bool BrowsingDataQuotaHelper::QuotaInfo::operator <(
46 const BrowsingDataQuotaHelper::QuotaInfo& rhs) const
    [all...]
browsing_data_quota_helper.h 37 // QuotaInfo contains host-based quota and usage information for persistent
39 struct QuotaInfo {
40 QuotaInfo();
41 explicit QuotaInfo(const std::string& host);
42 QuotaInfo(const std::string& host,
46 ~QuotaInfo();
51 bool operator <(const QuotaInfo& rhs) const;
52 bool operator ==(const QuotaInfo& rhs) const;
60 typedef std::list<QuotaInfo> QuotaInfoArray;
browsing_data_quota_helper_unittest.cc 22 typedef BrowsingDataQuotaHelper::QuotaInfo QuotaInfo;
149 std::set<QuotaInfo> expected, actual;
151 expected.insert(QuotaInfo("example.com", 11, 100, 1));
152 expected.insert(QuotaInfo("example2.com", 1000, 0, 0));
178 std::set<QuotaInfo> expected, actual;
180 expected.insert(QuotaInfo("example.com", 11, 100, 1));
181 expected.insert(QuotaInfo("example2.com", 1000, 0, 0));
  /system/netd/
BandwidthController.h 101 class QuotaInfo {
103 QuotaInfo(std::string ifn, int64_t q, int64_t a)
199 std::list<QuotaInfo> quotaIfaces;

Completed in 45 milliseconds