Searched refs:UpdateUsageWithoutNotification (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/content/browser/quota/
H A Dusage_tracker_unittest.cc147 void UpdateUsageWithoutNotification(const GURL& origin, int64 delta) { function in class:content::UsageTrackerTest
263 UpdateUsageWithoutNotification(origin, 100);
271 UpdateUsageWithoutNotification(origin, 100);
273 UpdateUsageWithoutNotification(origin, 100);
310 UpdateUsageWithoutNotification(kNormal, 1);
311 UpdateUsageWithoutNotification(kUnlimited, 2);
312 UpdateUsageWithoutNotification(kNonCached, 4);
313 UpdateUsageWithoutNotification(kNonCachedUnlimited, 8);
325 UpdateUsageWithoutNotification(kNonCached, 16 - 4);
326 UpdateUsageWithoutNotification(kNonCachedUnlimite
[all...]

Completed in 84 milliseconds