Searched defs:syncable_usage (Results 1 - 3 of 3) sorted by path

/external/chromium_org/chrome/browser/browsing_data/
H A Dbrowsing_data_quota_helper.cc12 syncable_usage(0) {}
18 syncable_usage(0) {}
23 int64 syncable_usage)
27 syncable_usage(syncable_usage) {}
51 if (this->syncable_usage != rhs.syncable_usage)
52 return this->syncable_usage < rhs.syncable_usage;
61 this->syncable_usage
20 QuotaInfo(const std::string& host, int64 temporary_usage, int64 persistent_usage, int64 syncable_usage) argument
[all...]
H A Dbrowsing_data_quota_helper.h45 int64 syncable_usage);
57 int64 syncable_usage; member in struct:BrowsingDataQuotaHelper::QuotaInfo
H A Dmock_browsing_data_quota_helper.cc32 int64 syncable_usage) {
37 syncable_usage));
28 AddHost( const std::string& host, int64 temporary_usage, int64 persistent_usage, int64 syncable_usage) argument

Completed in 244 milliseconds