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

/external/chromium_org/content/browser/quota/
H A Dquota_reservation_manager_unittest.cc300 scoped_refptr<QuotaReservation> reservation2 = local
302 RefreshReservation(reservation2.get(), 20);
303 int64 cached_reserved_quota2 = reservation2->remaining_quota();
309 new FakeWriter(reservation2->GetOpenFileHandle(file_path())));
322 RefreshReservation(reservation2.get(), 3);
323 cached_reserved_quota2 = reservation2->remaining_quota();
336 reservation2 = NULL;
345 scoped_refptr<QuotaReservation> reservation2 = local
347 RefreshReservation(reservation2.get(), 20);
363 reservation2
[all...]

Completed in 1088 milliseconds