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

  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_quota_helper.cc 12 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 == rhs.syncable_usage
    [all...]
browsing_data_quota_helper.h 45 int64 syncable_usage);
57 int64 syncable_usage; member in struct:BrowsingDataQuotaHelper::QuotaInfo
mock_browsing_data_quota_helper.cc 32 int64 syncable_usage) {
37 syncable_usage));
mock_browsing_data_quota_helper.h 24 int64 syncable_usage);
browsing_data_quota_helper_impl.cc 151 quota_info_[host].syncable_usage = usage;
178 info->syncable_usage <= 0)

Completed in 445 milliseconds